Interface | Description |
InitRealmInfo.RealmType |
RealmType defines the different realm types supported by JAZN. |
Realm |
A Realm provides access to a store of roles and users. |
Realm.LDAPProperty |
LDAPProperty defines the LDAP properties applicable for creating a realm (user manager
and role manager) using LDAP directory as a backing store. |
RealmPrincipal |
RealmPrincipal extends from java.security.Principal. |
RealmRole |
A RealmRole is a role associated with a realm. |
RealmUser |
A RealmUser is a user associated with a realm. |
RoleManager |
Interface RoleManager defines the APIs for managing roles
in a realm. |
UserManager |
Interface UserManager define the APIs for managing users
in a realm. |