|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.jsecurity.mgt | |
|---|---|
| org.jsecurity | This package primarily exists as a root classpath distinction, but it does contain two core classes widely used
by applications, SecurityUtils and
JSecurityException. |
| org.jsecurity.config | Components that support configuring JSecurity in any application. |
| 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.spring | Spring Application Framework support for enabling JSecurity in spring applications. |
| org.jsecurity.spring.remoting | Support to enable Spring-based remote method invocations to carry a JSecurity session ID as part of the invocation payload, allowing remote clients to perform security operations. |
| org.jsecurity.spring.security.interceptor | Spring AOP support for enabling JSecurity annotations in Spring-configured applications. |
| org.jsecurity.subject | Components supporting the Subject interface, the most important concept in
JSecurity's API. |
| org.jsecurity.util | Your run-of-the-mill 'util' pacakge for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies). |
| org.jsecurity.web | Framework support for any web-enabled application. |
| org.jsecurity.web.config | Web-specific implementation extensions to the org.jsecurity.config components. |
| org.jsecurity.web.servlet | Support implementations that depend heavily on the javax.servlet. |
| Classes in org.jsecurity.mgt used by org.jsecurity | |
|---|---|
| SecurityManager
A SecurityManager executes all security operations for all Subjects (aka users) across a single application. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.config | |
|---|---|
| RealmSecurityManager
JSecurity support of a SecurityManager class hierarchy based around a collection of
Realms. |
|
| 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. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.mgt | |
|---|---|
| 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. |
|
| RealmSecurityManager
JSecurity support of a SecurityManager class hierarchy based around a collection of
Realms. |
|
| SecurityManager
A SecurityManager executes all security operations for all Subjects (aka users) across a single application. |
|
| SessionsSecurityManager
JSecurity support of a SecurityManager class hierarchy that delegates all
session operations to a wrapped SessionManager
instance. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.spring | |
|---|---|
| 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. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.spring.remoting | |
|---|---|
| SecurityManager
A SecurityManager executes all security operations for all Subjects (aka users) across a single application. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.spring.security.interceptor | |
|---|---|
| SecurityManager
A SecurityManager executes all security operations for all Subjects (aka users) across a single application. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.subject | |
|---|---|
| SecurityManager
A SecurityManager executes all security operations for all Subjects (aka users) across a single application. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.util | |
|---|---|
| SecurityManager
A SecurityManager executes all security operations for all Subjects (aka users) across a single application. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.web | |
|---|---|
| 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. |
|
| SecurityManager
A SecurityManager executes all security operations for all Subjects (aka users) across a single application. |
|
| SessionsSecurityManager
JSecurity support of a SecurityManager class hierarchy that delegates all
session operations to a wrapped SessionManager
instance. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.web.config | |
|---|---|
| RealmSecurityManager
JSecurity support of a SecurityManager class hierarchy based around a collection of
Realms. |
|
| SecurityManagerFactory
Allows implementations to create and return an application's SecurityManager instance in any manner necessary. |
|
| Classes in org.jsecurity.mgt used by org.jsecurity.web.servlet | |
|---|---|
| SecurityManager
A SecurityManager executes all security operations for all Subjects (aka users) across a single application. |
|
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||