Package | Description |
---|---|
org.acegisecurity.adapters |
Allows external containers to obtain authentication information from the
system.
|
org.acegisecurity.providers |
Implements a provider-based approach to authentication decisions.
|
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.providers.cas |
An authentication provider that can process JA-SIG Central Authentication Service (CAS)
service tickets and proxy tickets.
|
org.acegisecurity.providers.dao |
An authentication provider that relies upon a data access object.
|
org.acegisecurity.providers.jaas |
An authentication provider for JAAS.
|
org.acegisecurity.providers.ldap |
The LDAP authentication provider package.
|
org.acegisecurity.providers.rcp |
Allows remote clients to authenticate and obtain a populated
Authentication object. |
org.acegisecurity.providers.rememberme |
Authentication provider that processes
RememberMeAuthenticationToken s. |
org.acegisecurity.providers.siteminder |
A Siteminder authentication provider.
|
org.acegisecurity.providers.x509 |
An authentication provider that can process X.509 certificaties.
|
org.acegisecurity.runas |
Allows secure objects to be run under a different authentication identity.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthByAdapterProvider
An
AuthenticationProvider implementation that can authenticate an AuthByAdapter . |
Modifier and Type | Class and Description |
---|---|
class |
TestingAuthenticationProvider
An
AuthenticationProvider implementation for the TestingAuthenticationToken . |
Modifier and Type | Class and Description |
---|---|
class |
AnonymousAuthenticationProvider
An
AuthenticationProvider implementation that validates AnonymousAuthenticationToken s. |
Modifier and Type | Class and Description |
---|---|
class |
CasAuthenticationProvider
An
AuthenticationProvider implementation that integrates with JA-SIG Central Authentication Service
(CAS). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserDetailsAuthenticationProvider
A base
AuthenticationProvider that allows subclasses to override and work with UserDetails objects. |
class |
DaoAuthenticationProvider
An
AuthenticationProvider implementation that retrieves user details
from an UserDetailsService . |
Modifier and Type | Class and Description |
---|---|
class |
JaasAuthenticationProvider
An
AuthenticationProvider implementation that retrieves user details from a JAAS login configuration. |
Modifier and Type | Class and Description |
---|---|
class |
LdapAuthenticationProvider
An
AuthenticationProvider implementation that provides integration with an
LDAP server. |
Modifier and Type | Class and Description |
---|---|
class |
RemoteAuthenticationProvider
Client-side object which queries a
RemoteAuthenticationManager to validate an authentication request. |
Modifier and Type | Class and Description |
---|---|
class |
RememberMeAuthenticationProvider
An
AuthenticationProvider implementation that validates RememberMeAuthenticationToken s. |
Modifier and Type | Class and Description |
---|---|
class |
SiteminderAuthenticationProvider
An
AuthenticationProvider implementation that retrieves user details from an UserDetailsService . |
Modifier and Type | Class and Description |
---|---|
class |
X509AuthenticationProvider
Processes an X.509 authentication request.
|
Modifier and Type | Class and Description |
---|---|
class |
RunAsImplAuthenticationProvider
An
AuthenticationProvider implementation that can authenticate a RunAsUserToken . |
Copyright © 2014. All rights reserved.