|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.springframework.security.authentication | |
|---|---|
| org.springframework.security.access | Core access-control related code, including security metadata related classes interception code Security access control annotations Voter-based AccessDecisionManager implementations |
| org.springframework.security.access.event | |
| org.springframework.security.access.expression | Expression handling code to support the use of Spring-EL based expressions in @PreAuthorize, @PreFilter, |
| org.springframework.security.access.expression.method | |
| org.springframework.security.access.intercept | Actually enforces the security and ties the whole security system together. |
| org.springframework.security.access.vote | Implements a vote-based approach to authorization decisions. |
| org.springframework.security.authentication | Implements a provider-based approach to authentication decisions. |
| org.springframework.security.authentication.dao | An authentication provider that relies upon a data access object. |
| org.springframework.security.authentication.jaas | An authentication provider for JAAS. |
| org.springframework.security.authentication.rcp | Allows remote clients to authenticate and obtain a populated
Authentication object. |
| org.springframework.security.cas.authentication | An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. |
| org.springframework.security.config.authentication | |
| org.springframework.security.ldap.authentication | The LDAP authentication provider package. |
| org.springframework.security.openid | Authenticates standard web browser users via OpenID. |
| org.springframework.security.provisioning | Contains simple user and authority group account provisioning interfaces together with a a JDBC-based implementation. |
| org.springframework.security.web.access | |
| org.springframework.security.web.authentication | Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). |
| org.springframework.security.web.authentication.preauth | |
| org.springframework.security.web.authentication.preauth.j2ee | |
| org.springframework.security.web.authentication.preauth.websphere | |
| org.springframework.security.web.authentication.rememberme | Support for remembering a user between different web sessions. |
| org.springframework.security.web.authentication.switchuser | Provides HTTP-based "switch user" (su) capabilities. |
| org.springframework.security.web.authentication.www | Contains WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. |
| Classes in org.springframework.security.authentication used by org.springframework.security.access | |
|---|---|
| InsufficientAuthenticationException
Thrown if an authentication request is rejected because the credentials are not sufficiently trusted. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.access.event | |
|---|---|
| AuthenticationCredentialsNotFoundException
Thrown if an authentication request is rejected because there is no Authentication object in the SecurityContext. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.access.expression | |
|---|---|
| AuthenticationTrustResolver
Evaluates Authentication tokens |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.access.expression.method | |
|---|---|
| AuthenticationTrustResolver
Evaluates Authentication tokens |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.access.intercept | |
|---|---|
| AbstractAuthenticationToken
Base class for Authentication objects. |
|
| AuthenticationManager
Processes an Authentication request. |
|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.access.vote | |
|---|---|
| AuthenticationTrustResolver
Evaluates Authentication tokens |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.authentication | |
|---|---|
| AbstractAuthenticationManager
An abstract implementation of the AuthenticationManager. |
|
| AbstractAuthenticationToken
Base class for Authentication objects. |
|
| AccountStatusException
Base class for authentication exceptions which are caused by a particular user account status (locked, disabled etc). |
|
| AuthenticationDetailsSource
Provides a Authentication.getDetails() object for
a given web request. |
|
| AuthenticationEventPublisher
|
|
| AuthenticationManager
Processes an Authentication request. |
|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| AuthenticationTrustResolver
Evaluates Authentication tokens |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.authentication.dao | |
|---|---|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| UsernamePasswordAuthenticationToken
An Authentication implementation that is designed for simple presentation of a
username and password. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.authentication.jaas | |
|---|---|
| AbstractAuthenticationToken
Base class for Authentication objects. |
|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| UsernamePasswordAuthenticationToken
An Authentication implementation that is designed for simple presentation of a
username and password. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.authentication.rcp | |
|---|---|
| AuthenticationManager
Processes an Authentication request. |
|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.cas.authentication | |
|---|---|
| AbstractAuthenticationToken
Base class for Authentication objects. |
|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.config.authentication | |
|---|---|
| AuthenticationManager
Processes an Authentication request. |
|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.ldap.authentication | |
|---|---|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| UsernamePasswordAuthenticationToken
An Authentication implementation that is designed for simple presentation of a
username and password. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.openid | |
|---|---|
| AbstractAuthenticationToken
Base class for Authentication objects. |
|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.provisioning | |
|---|---|
| AuthenticationManager
Processes an Authentication request. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.web.access | |
|---|---|
| AuthenticationTrustResolver
Evaluates Authentication tokens |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication | |
|---|---|
| AuthenticationDetailsSource
Provides a Authentication.getDetails() object for
a given web request. |
|
| AuthenticationManager
Processes an Authentication request. |
|
| UsernamePasswordAuthenticationToken
An Authentication implementation that is designed for simple presentation of a
username and password. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.preauth | |
|---|---|
| AbstractAuthenticationToken
Base class for Authentication objects. |
|
| AuthenticationDetails
A holder of the context as a string. |
|
| AuthenticationDetailsSource
Provides a Authentication.getDetails() object for
a given web request. |
|
| AuthenticationManager
Processes an Authentication request. |
|
| AuthenticationProvider
Indicates a class can process a specific Authentication implementation. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.preauth.j2ee | |
|---|---|
| AuthenticationDetailsSource
Provides a Authentication.getDetails() object for
a given web request. |
|
| AuthenticationDetailsSourceImpl
Base implementation of AuthenticationDetailsSource. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.preauth.websphere | |
|---|---|
| AuthenticationDetailsSource
Provides a Authentication.getDetails() object for
a given web request. |
|
| AuthenticationDetailsSourceImpl
Base implementation of AuthenticationDetailsSource. |
|
| AuthenticationManager
Processes an Authentication request. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.rememberme | |
|---|---|
| AuthenticationDetailsSource
Provides a Authentication.getDetails() object for
a given web request. |
|
| AuthenticationManager
Processes an Authentication request. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.switchuser | |
|---|---|
| AuthenticationCredentialsNotFoundException
Thrown if an authentication request is rejected because there is no Authentication object in the SecurityContext. |
|
| AuthenticationDetailsSource
Provides a Authentication.getDetails() object for
a given web request. |
|
| Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.www | |
|---|---|
| AuthenticationDetailsSource
Provides a Authentication.getDetails() object for
a given web request. |
|
| AuthenticationManager
Processes an Authentication request. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||