JSecurity

Package org.jsecurity.mgt

Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of JSecurity's functionality in an application.

See:
          Description

Interface Summary
SecurityManager A SecurityManager executes all security operations for all Subjects (aka users) across a single application.
SecurityManagerFactory Allows implementations to create and return an application's SecurityManager instance in any manner necessary.
 

Class Summary
AuthenticatingSecurityManager JSecurity support of a SecurityManager class hierarchy that delegates all authentication operations to a wrapped Authenticator instance.
AuthorizingSecurityManager JSecurity support of a SecurityManager class hierarchy that delegates all authorization (access control) operations to a wrapped Authorizer instance.
CachingSecurityManager A very basic extension point for the SecurityManager interface that merely provides logging and caching support.
DefaultSecurityManager The JSecurity framework's default concrete implementation of the SecurityManager interface, based around a collection of Realms.
RealmSecurityManager JSecurity support of a SecurityManager class hierarchy based around a collection of Realms.
SessionsSecurityManager JSecurity support of a SecurityManager class hierarchy that delegates all session operations to a wrapped SessionManager instance.
 

Package org.jsecurity.mgt Description

Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of JSecurity's functionality in an application.


JSecurity

Copyright © 2004-2008 JSecurity.