| 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.jaas |
An authentication provider for JAAS.
|
| org.acegisecurity.providers.rememberme |
Authentication provider that processes
RememberMeAuthenticationTokens. |
| 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 |
AbstractAdapterAuthenticationToken
Convenience superclass for
AuthByAdapter implementations. |
class |
PrincipalAcegiUserToken
A
Principal compatible Authentication object. |
| Modifier and Type | Class and Description |
|---|---|
class |
TestingAuthenticationToken
An
Authentication implementation that is designed for use whilst unit testing. |
class |
UsernamePasswordAuthenticationToken
An
Authentication implementation that is designed for simple presentation of a
username and password. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousAuthenticationToken
Represents an anonymous
Authentication. |
| Modifier and Type | Class and Description |
|---|---|
class |
CasAuthenticationToken
Represents a successful CAS
Authentication. |
| Modifier and Type | Class and Description |
|---|---|
class |
JaasAuthenticationToken
UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into
|
| Modifier and Type | Class and Description |
|---|---|
class |
RememberMeAuthenticationToken
Represents a remembered
Authentication. |
| Modifier and Type | Class and Description |
|---|---|
class |
X509AuthenticationToken
Authentication implementation for X.509 client-certificate authentication. |
| Modifier and Type | Class and Description |
|---|---|
class |
RunAsUserToken
An immutable
Authentication implementation that supports RunAsManagerImpl. |
Copyright © 2021. All rights reserved.