Hitachi

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


4.2.25 java.security.auth.login.config

The java.security.auth.login.config configuration file specifies the order in which the login modules (if more than one) must be used and conditions to use them.

Description

The java.security.auth.login.config configuration file specifies the order in which the login modules (if more than one) must be used and conditions to use them. The authentication service also supplies a JAAS configuration file containing entries that reference the login modules. The configuration file specifies the order in which the login modules (if more than one) must be used and conditions to use them. When the broker starts, it locates the configuration file by consulting either the java.security.auth.login.config Java system property or the Java security properties file.

Specifiable values

Type: String

Initial value

${com.sun.aas.instanceRoot}/config/login.conf

Default value

If the definition item is omitted

No default value

Examples

asadmin> create-jvm-options --target instance1 
-Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf

Notes

Used in the server