Package | Description |
---|---|
org.acegisecurity |
Provides core Acegi Security System for Spring interfaces and classes.
|
org.acegisecurity.intercept |
Actually enforces the security and ties the whole security system together.
|
org.acegisecurity.providers |
Implements a provider-based approach to authentication decisions.
|
org.acegisecurity.providers.rcp |
Allows remote clients to authenticate and obtain a populated
Authentication object. |
org.acegisecurity.ui |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
org.acegisecurity.ui.basicauth |
Authenticates HTTP BASIC authentication requests.
|
org.acegisecurity.ui.rememberme |
Support for remembering a user between different web sessions.
|
org.acegisecurity.ui.x509 |
X.509 authentication filter and related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationManager
An abstract implementation of the
AuthenticationManager . |
class |
MockAuthenticationManager
Simply accepts as valid whatever is passed to it, if
grantAccess is set to true . |
Modifier and Type | Method and Description |
---|---|
AuthenticationManager |
AbstractSecurityInterceptor.getAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSecurityInterceptor.setAuthenticationManager(AuthenticationManager newManager) |
Modifier and Type | Class and Description |
---|---|
class |
ProviderManager
Iterates an
Authentication request through a list of AuthenticationProvider s. |
Modifier and Type | Method and Description |
---|---|
AuthenticationManager |
RemoteAuthenticationManagerImpl.getAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteAuthenticationManagerImpl.setAuthenticationManager(AuthenticationManager authenticationManager) |
Modifier and Type | Method and Description |
---|---|
AuthenticationManager |
AbstractProcessingFilter.getAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcessingFilter.setAuthenticationManager(AuthenticationManager authenticationManager) |
Modifier and Type | Method and Description |
---|---|
AuthenticationManager |
BasicProcessingFilter.getAuthenticationManager() |
Modifier and Type | Method and Description |
---|---|
void |
BasicProcessingFilter.setAuthenticationManager(AuthenticationManager authenticationManager) |
Modifier and Type | Method and Description |
---|---|
void |
RememberMeProcessingFilter.setAuthenticationManager(AuthenticationManager authenticationManager) |
Modifier and Type | Method and Description |
---|---|
void |
X509ProcessingFilter.setAuthenticationManager(AuthenticationManager authenticationManager) |
Copyright © 2017. All rights reserved.