|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationListenerRegistrar | |
|---|---|
| org.jsecurity.authc | Core interfaces and exceptions concerning Authentication (the act of logging-in). |
| 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.mgt | Provides the master SecurityManager interface and a default implementation
hierarchy for managing all aspects of JSecurity's functionality in an application. |
| org.jsecurity.web | Framework support for any web-enabled application. |
| Uses of AuthenticationListenerRegistrar in org.jsecurity.authc |
|---|
| Classes in org.jsecurity.authc that implement AuthenticationListenerRegistrar | |
|---|---|
class |
AbstractAuthenticator
Superclass for almost all Authenticator implementations that performs the common work around authentication
attempts. |
| Uses of AuthenticationListenerRegistrar in org.jsecurity.authc.pam |
|---|
| Classes in org.jsecurity.authc.pam that implement AuthenticationListenerRegistrar | |
|---|---|
class |
ModularRealmAuthenticator
A ModularRealmAuthenticator delgates account lookups to a pluggable (modular) collection of Realms. |
| Uses of AuthenticationListenerRegistrar in org.jsecurity.mgt |
|---|
| Classes in org.jsecurity.mgt that implement AuthenticationListenerRegistrar | |
|---|---|
class |
AuthenticatingSecurityManager
JSecurity support of a SecurityManager class hierarchy that delegates all
authentication operations to a wrapped Authenticator instance. |
class |
AuthorizingSecurityManager
JSecurity support of a SecurityManager class hierarchy that delegates all
authorization (access control) operations to a wrapped Authorizer instance. |
class |
DefaultSecurityManager
The JSecurity framework's default concrete implementation of the SecurityManager interface,
based around a collection of Realms. |
class |
SessionsSecurityManager
JSecurity support of a SecurityManager class hierarchy that delegates all
session operations to a wrapped SessionManager
instance. |
| Uses of AuthenticationListenerRegistrar in org.jsecurity.web |
|---|
| Classes in org.jsecurity.web that implement AuthenticationListenerRegistrar | |
|---|---|
class |
DefaultWebSecurityManager
SecurityManager implementation that should be used in web-based applications or any application that requires HTTP connectivity (SOAP, http remoting, etc). |
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||