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.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.
|
org.acegisecurity.ui.webapp |
Authenticates users via HTTP properties, headers and session.
|
Class and Description |
---|
AbstractAuthenticationToken
Base class for
Authentication objects. |
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
Class and Description |
---|
AbstractAuthenticationToken
Base class for
Authentication objects. |
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
Class and Description |
---|
AbstractAuthenticationToken
Base class for
Authentication objects. |
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
Class and Description |
---|
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
UsernamePasswordAuthenticationToken
An
Authentication implementation that is designed for simple presentation of a
username and password. |
Class and Description |
---|
AbstractAuthenticationToken
Base class for
Authentication objects. |
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
UsernamePasswordAuthenticationToken
An
Authentication implementation that is designed for simple presentation of a
username and password. |
Class and Description |
---|
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
UsernamePasswordAuthenticationToken
An
Authentication implementation that is designed for simple presentation of a
username and password. |
Class and Description |
---|
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
Class and Description |
---|
AbstractAuthenticationToken
Base class for
Authentication objects. |
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
Class and Description |
---|
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
UsernamePasswordAuthenticationToken
An
Authentication implementation that is designed for simple presentation of a
username and password. |
Class and Description |
---|
AbstractAuthenticationToken
Base class for
Authentication objects. |
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
Class and Description |
---|
AbstractAuthenticationToken
Base class for
Authentication objects. |
AuthenticationProvider
Indicates a class can process a specific
Authentication implementation. |
Class and Description |
---|
UsernamePasswordAuthenticationToken
An
Authentication implementation that is designed for simple presentation of a
username and password. |
Copyright © 2004–2019 Interface21, Inc. All rights reserved.