|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticatingRealm | |
|---|---|
| org.jsecurity.realm | Components and sub-packages used in supporting the core Realm interface. |
| org.jsecurity.realm.activedirectory | Realms that acquire security data from a Microsoft Active Directory. |
| org.jsecurity.realm.jdbc | Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API. |
| org.jsecurity.realm.ldap | Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs. |
| org.jsecurity.realm.text | Realms that acquire security data from text-based data sources such as Files or
text streams. |
| Uses of AuthenticatingRealm in org.jsecurity.realm |
|---|
| Subclasses of AuthenticatingRealm in org.jsecurity.realm | |
|---|---|
class |
AuthorizingRealm
An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding Authorization (access control) support. |
class |
SimpleAccountRealm
A simple implementation of the Realm interface that
uses a set of configured user accounts and roles to support authentication and authorization. |
| Uses of AuthenticatingRealm in org.jsecurity.realm.activedirectory |
|---|
| Subclasses of AuthenticatingRealm in org.jsecurity.realm.activedirectory | |
|---|---|
class |
ActiveDirectoryRealm
An Realm that authenticates with an active directory LDAP
server to determine the roles for a particular user. |
| Uses of AuthenticatingRealm in org.jsecurity.realm.jdbc |
|---|
| Subclasses of AuthenticatingRealm in org.jsecurity.realm.jdbc | |
|---|---|
class |
JdbcRealm
Realm that allows authentication and authorization via JDBC calls. |
| Uses of AuthenticatingRealm in org.jsecurity.realm.ldap |
|---|
| Subclasses of AuthenticatingRealm in org.jsecurity.realm.ldap | |
|---|---|
class |
AbstractLdapRealm
A Realm that authenticates with an LDAP
server to build the Subject for a user. |
| Uses of AuthenticatingRealm in org.jsecurity.realm.text |
|---|
| Subclasses of AuthenticatingRealm in org.jsecurity.realm.text | |
|---|---|
class |
PropertiesRealm
A subclass of SimpleAccountRealm that defers all logic to the parent class, but just enables Properties based configuration in addition to the parent class's String configuration. |
class |
TextConfigurationRealm
a SimpleAccountRealm that enables text-based configuration of the initial User, Role, and Permission objects created at startup. |
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||