Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


3.9.89 /glassfish-ejb-jar/enterprise-beans/ejb/webservice-endpoint/login-config/realm

/glassfish-ejb-jar/enterprise-beans/ejb/webservice-endpoint/login-config/realm specifies the realm name used to process all the authentication requests.

Description

/glassfish-ejb-jar/enterprise-beans/ejb/webservice-endpoint/login-config/realm specifies the realm name used to process all the authentication requests associated with this application. If this element is not specified or does not match the name of the configured realm, then the default realm is used.

The following realms are supported:

file

Stores the user information in a file. This is the default realm when you first install the Application Server.

ldap

Stores the user information in an LDAP directory.

jdbc

Stores the user information in a database.

In the JDBC realm, the server gets the user credentials from a database. The Java EE Server uses the database information and the enabled JDBC realm option in the configuration file. For the digest authentication, a JDBC realm must be created with jdbcDigestRealm as the JAAS context.

certificate

Sets up the user identity in the Java EE Server security context and populates it with the user data obtained from the cryptographically verified client certificates.

Specifiable values

Type: String

{file | ldap | jdbc | certificate}

Default value

If the definition item is omitted

file

Repetition pattern

0 or 1 time