Package | Description |
---|---|
org.springframework.security.access.intercept |
Abstract level security interception classes which are responsible for enforcing the
configured security constraints for a secure object.
|
org.springframework.security.authentication |
Core classes and interfaces related to user authentication, which are used throughout Spring Security.
|
org.springframework.security.authentication.jaas |
An authentication provider for JAAS.
|
org.springframework.security.cas.authentication |
An
AuthenticationProvider that can process CAS service tickets and proxy tickets. |
org.springframework.security.core.userdetails |
The standard interfaces for implementing user data DAOs.
|
org.springframework.security.openid |
Authenticates standard web browser users via OpenID.
|
org.springframework.security.web.authentication.preauth |
Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been
authenticated by some externally configured system.
|
Modifier and Type | Class and Description |
---|---|
class |
RunAsUserToken
An immutable
Authentication implementation that supports RunAsManagerImpl . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationToken
Base class for
Authentication objects. |
class |
AnonymousAuthenticationToken
Represents an anonymous
Authentication . |
class |
RememberMeAuthenticationToken
Represents a remembered
Authentication . |
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 |
JaasAuthenticationToken
UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into
|
Modifier and Type | Class and Description |
---|---|
class |
CasAssertionAuthenticationToken
Temporary authentication object needed to load the user details service.
|
class |
CasAuthenticationToken
Represents a successful CAS
Authentication . |
Modifier and Type | Class and Description |
---|---|
class |
User
Models core user information retrieved by a
UserDetailsService . |
Modifier and Type | Class and Description |
---|---|
class |
OpenIDAuthenticationToken
OpenID Authentication Token
|
Modifier and Type | Class and Description |
---|---|
class |
PreAuthenticatedAuthenticationToken
Authentication implementation for pre-authenticated
authentication. |
Copyright © 2015. All rights reserved.