
en.help.task-realmnew.html Maven / Gradle / Ivy
To Create a Realm
The Enterprise Server comes preconfigured with three realms: file, certificate, and admin-realm.
It is also possible to create ldap, JDBC, solaris, and custom realms. Generally, you
will have one realm of each type on a server, but on the
Enterprise Server there are two file realms: file and admin-realm. These are
two realms of the same type used for two different purposes. It is
also possible to have a different certificate database for each virtual server on
your system.
- In the navigation tree, expand the Configuration node.
- Expand the Security node.
- Select the Realms node.
The Realms page opens.
- On the Realms page, click New.
The New Realm page opens.
- In the Name field, type a name for the realm.
- To specify the class name for the realm, do either of the
following:
- From the Class Name drop-down list, select the class name for the realm
being created.
Valid choices are shown in the following table.
Realm Name
Class Name
file
com.sun.enterprise.security.auth.realm.file.FileRealm
certificate
com.sun.enterprise.security.auth.realm.certificate.CertificateRealm
ldap
com.sun.enterprise.security.auth.realm.ldap.LDAPRealm
JDBC
com.sun.enterprise.security.auth.realm.jdbc.JDBCRealm
solaris
com.sun.enterprise.security.auth.realm.solaris.SolarisRealm
- Select the lower radio button and type the class name for the custom
realm being created.
- (Optional) In the Additional Properties section, specify additional properties.
To add a property, click the Add Property button. In the blank row
that appears, type the property name in the Name field, and type the
property value in the Value field.
Valid properties depend on the type of realm.
For a description of File Realm properties, see Properties Specific to the FileRealm Class.
For a description of Certificate Realm properties, see Properties Specific to the CertificateRealm Class.
For a description of JDBC Realm properties, see Properties Specific to the JDBCRealm Class.
For a description of LDAP Realm properties, see Properties Specific to the LDAPRealm Class.
For a description of Solaris Realm properties, see Properties Specific to the SolarisRealm Class.
- Click OK.
See Also