Hitachi

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


3.5.9 /glassfish-application/realm

/glassfish-application/realm specifies an authentication realm.

Description

/glassfish-application/realm specifies the name of the realm used to process all the authentication requests associated with this application.

If this element is not specified or does not match the name of a 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 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 user data received from 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