JSecurity

Uses of Package
org.jsecurity.realm

Packages that use org.jsecurity.realm
org.jsecurity.authc.pam Support for PAM, or Pluggable Authentication Modules, which is the capability to authenticate a user against multiple configurable (pluggable) modules (JSecurity calls these Realms). 
org.jsecurity.authz Core interfaces and exceptions supporting Authorization (access control). 
org.jsecurity.mgt Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of JSecurity's functionality in an application. 
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.jndi Support for acquiring Realms from JNDI, particularly useful for configuring JSecurity in JEE or EJB environments. 
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. 
org.jsecurity.web Framework support for any web-enabled application. 
 

Classes in org.jsecurity.realm used by org.jsecurity.authc.pam
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
 

Classes in org.jsecurity.realm used by org.jsecurity.authz
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
 

Classes in org.jsecurity.realm used by org.jsecurity.mgt
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
 

Classes in org.jsecurity.realm used by org.jsecurity.realm
AuthenticatingRealm
          A top-level abstract implementation of the Realm interface that only implements authentication support (log-in) operations and leaves authorization (access control) behavior to subclasses.
AuthorizingRealm
          An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding Authorization (access control) support.
CachingRealm
          A very basic abstract extension point for the Realm interface that provides logging and caching support.
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
 

Classes in org.jsecurity.realm used by org.jsecurity.realm.activedirectory
AuthenticatingRealm
          A top-level abstract implementation of the Realm interface that only implements authentication support (log-in) operations and leaves authorization (access control) behavior to subclasses.
AuthorizingRealm
          An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding Authorization (access control) support.
CachingRealm
          A very basic abstract extension point for the Realm interface that provides logging and caching support.
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
 

Classes in org.jsecurity.realm used by org.jsecurity.realm.jdbc
AuthenticatingRealm
          A top-level abstract implementation of the Realm interface that only implements authentication support (log-in) operations and leaves authorization (access control) behavior to subclasses.
AuthorizingRealm
          An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding Authorization (access control) support.
CachingRealm
          A very basic abstract extension point for the Realm interface that provides logging and caching support.
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
 

Classes in org.jsecurity.realm used by org.jsecurity.realm.jndi
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
RealmFactory
          Enables JSecurity end-users to configure and initialize one or more Realm instances in any manner desired.
 

Classes in org.jsecurity.realm used by org.jsecurity.realm.ldap
AuthenticatingRealm
          A top-level abstract implementation of the Realm interface that only implements authentication support (log-in) operations and leaves authorization (access control) behavior to subclasses.
AuthorizingRealm
          An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding Authorization (access control) support.
CachingRealm
          A very basic abstract extension point for the Realm interface that provides logging and caching support.
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
 

Classes in org.jsecurity.realm used by org.jsecurity.realm.text
AuthenticatingRealm
          A top-level abstract implementation of the Realm interface that only implements authentication support (log-in) operations and leaves authorization (access control) behavior to subclasses.
AuthorizingRealm
          An AuthorizingRealm extends the AuthenticatingRealm's capabilities by adding Authorization (access control) support.
CachingRealm
          A very basic abstract extension point for the Realm interface that provides logging and caching support.
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
SimpleAccountRealm
          A simple implementation of the Realm interface that uses a set of configured user accounts and roles to support authentication and authorization.
 

Classes in org.jsecurity.realm used by org.jsecurity.web
Realm
          A Realm is a security component that can access application-specific security entities such as users, roles, and permissions to determine authentication and authorization operations.
 


JSecurity

Copyright © 2004-2008 JSecurity.