Package | Description |
---|---|
org.acegisecurity.providers.anonymous |
Allows you to secure every invocation (especially useful for web request
URI security) by always having either an actual principal or an anonymous
principal authenticated.
|
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.digestauth |
Authenticates HTTP Digest authentication requests.
|
org.acegisecurity.ui.rememberme |
Support for remembering a user between different web sessions.
|
org.acegisecurity.ui.switchuser |
Provides HTTP-based "switch user" (su) capabilities.
|
org.acegisecurity.ui.x509 |
X.509 authentication filter and related classes.
|
Modifier and Type | Method and Description |
---|---|
void |
AnonymousProcessingFilter.setAuthenticationDetailsSource(AuthenticationDetailsSource authenticationDetailsSource) |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationDetailsSourceImpl
Base implementation of
AuthenticationDetailsSource . |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationDetailsSource |
AbstractProcessingFilter.authenticationDetailsSource |
Modifier and Type | Method and Description |
---|---|
AuthenticationDetailsSource |
AbstractProcessingFilter.getAuthenticationDetailsSource() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcessingFilter.setAuthenticationDetailsSource(AuthenticationDetailsSource authenticationDetailsSource) |
Modifier and Type | Method and Description |
---|---|
void |
BasicProcessingFilter.setAuthenticationDetailsSource(AuthenticationDetailsSource authenticationDetailsSource) |
Modifier and Type | Method and Description |
---|---|
void |
DigestProcessingFilter.setAuthenticationDetailsSource(AuthenticationDetailsSource authenticationDetailsSource) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationDetailsSource |
TokenBasedRememberMeServices.authenticationDetailsSource |
Modifier and Type | Method and Description |
---|---|
void |
TokenBasedRememberMeServices.setAuthenticationDetailsSource(AuthenticationDetailsSource authenticationDetailsSource) |
Modifier and Type | Method and Description |
---|---|
void |
SwitchUserProcessingFilter.setAuthenticationDetailsSource(AuthenticationDetailsSource authenticationDetailsSource) |
Modifier and Type | Method and Description |
---|---|
void |
X509ProcessingFilter.setAuthenticationDetailsSource(AuthenticationDetailsSource authenticationDetailsSource) |
Copyright © 2004–2019 Interface21, Inc. All rights reserved.