The following table describes attributes for the security-service element.
Table 1–160 security-service Attributes| Attribute | Default | Description | 
|---|---|---|
| file | (optional) Specifies the active authentication realm (an auth-realm name attribute) for this server instance. | |
| none | (optional) Used as the identity of the default security context when necessary and when no principal is provided. This attribute need not be set for normal server operation. | |
| none | (optional) The password of the default principal. This attribute need not be set for normal server operation. | |
| attribute is deprecated | (optional) Deprecated. Do not use. | |
| false | (optional) If true, additional access logging is performed to provide audit information. Audit information consists of: 
 | |
| default | (optional) Specifies the name of the jacc-provider element to use for setting up the JACC infrastructure. Do not change the default value unless you are adding a custom JACC provider. | |
| default | (optional) Specifies a space-separated list of audit provider modules used by the audit subsystem. The default value refers to the internal log-based audit module. | |
| false | (optional) Applies a default principal for role mapping to any application that does not have an application-specific mapping defined. Every role is mapped to an instance of a java.security.Principal implementation class defined by mapped-principal-class. This class has the same name as the role. | |
| com.sun.enterprise.deployment.Group | (optional) Customizes the java.security.Principal implementation class used when activate-default-principal-to-role-mapping is set to true. |