1. Overview of Sun GlassFish Enterprise Server v3 Application Deployment
A. The asadmin Deployment Subcommands
B. Enterprise Server Deployment Descriptor Files
C. Elements of the Enterprise Server Deployment Descriptors
activation-config-property-name
activation-config-property-value
JAAS is available on the ACC. Defines the optional configuration for a
JAAS authentication realm. Authentication realms require provider-specific properties, which vary depending on what a
particular implementation needs. For more information about how to define realms, see Realm Configuration in Sun GlassFish Enterprise Server v3 Application Development Guide.
client-container (sun-acc.xml)
The following table describes subelements for the auth-realm element.
|
The following table describes attributes for the auth-realm element.
|
Here is an example of the default file realm:
<auth-realm name="file" classname="com.sun.enterprise.security.auth.realm.file.FileRealm"> <property name="file" value="domain-dir/config/keyfile"/> <property name="jaas-context" value="fileRealm"/> </auth-realm>
Which properties an auth-realm element uses depends on the value of the auth-realm
element’s name attribute. The file realm uses file and jaas-context properties. Other realms use
different properties. See Realm Configuration in Sun GlassFish Enterprise Server v3 Application Development Guide.