|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationProvider | |
|---|---|
| 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 RememberMeAuthenticationTokens. |
| 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. |
| Uses of AuthenticationProvider in org.acegisecurity.adapters |
|---|
| Classes in org.acegisecurity.adapters that implement AuthenticationProvider | |
|---|---|
class |
AuthByAdapterProvider
An AuthenticationProvider implementation that can authenticate an AuthByAdapter. |
| Uses of AuthenticationProvider in org.acegisecurity.providers |
|---|
| Classes in org.acegisecurity.providers that implement AuthenticationProvider | |
|---|---|
class |
TestingAuthenticationProvider
An AuthenticationProvider implementation for the TestingAuthenticationToken. |
| Uses of AuthenticationProvider in org.acegisecurity.providers.anonymous |
|---|
| Classes in org.acegisecurity.providers.anonymous that implement AuthenticationProvider | |
|---|---|
class |
AnonymousAuthenticationProvider
An AuthenticationProvider implementation that validates AnonymousAuthenticationTokens. |
| Uses of AuthenticationProvider in org.acegisecurity.providers.cas |
|---|
| Classes in org.acegisecurity.providers.cas that implement AuthenticationProvider | |
|---|---|
class |
CasAuthenticationProvider
An AuthenticationProvider implementation that integrates with JA-SIG Central Authentication Service
(CAS). |
| Uses of AuthenticationProvider in org.acegisecurity.providers.dao |
|---|
| Classes in org.acegisecurity.providers.dao that implement AuthenticationProvider | |
|---|---|
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. |
| Uses of AuthenticationProvider in org.acegisecurity.providers.jaas |
|---|
| Classes in org.acegisecurity.providers.jaas that implement AuthenticationProvider | |
|---|---|
class |
JaasAuthenticationProvider
An AuthenticationProvider implementation that retrieves user details from a JAAS login configuration. |
| Uses of AuthenticationProvider in org.acegisecurity.providers.ldap |
|---|
| Classes in org.acegisecurity.providers.ldap that implement AuthenticationProvider | |
|---|---|
class |
LdapAuthenticationProvider
An AuthenticationProvider implementation that provides integration with an
LDAP server. |
| Uses of AuthenticationProvider in org.acegisecurity.providers.rcp |
|---|
| Classes in org.acegisecurity.providers.rcp that implement AuthenticationProvider | |
|---|---|
class |
RemoteAuthenticationProvider
Client-side object which queries a RemoteAuthenticationManager to validate an authentication request. |
| Uses of AuthenticationProvider in org.acegisecurity.providers.rememberme |
|---|
| Classes in org.acegisecurity.providers.rememberme that implement AuthenticationProvider | |
|---|---|
class |
RememberMeAuthenticationProvider
An AuthenticationProvider implementation that validates RememberMeAuthenticationTokens. |
| Uses of AuthenticationProvider in org.acegisecurity.providers.siteminder |
|---|
| Classes in org.acegisecurity.providers.siteminder that implement AuthenticationProvider | |
|---|---|
class |
SiteminderAuthenticationProvider
An AuthenticationProvider implementation that retrieves user details from an UserDetailsService. |
| Uses of AuthenticationProvider in org.acegisecurity.providers.x509 |
|---|
| Classes in org.acegisecurity.providers.x509 that implement AuthenticationProvider | |
|---|---|
class |
X509AuthenticationProvider
Processes an X.509 authentication request. |
| Uses of AuthenticationProvider in org.acegisecurity.runas |
|---|
| Classes in org.acegisecurity.runas that implement AuthenticationProvider | |
|---|---|
class |
RunAsImplAuthenticationProvider
An AuthenticationProvider implementation that can authenticate a RunAsUserToken. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||