Package | Description |
---|---|
org.springframework.security.core.authority |
The default implementation of the
GrantedAuthority interface. |
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 | Interface and Description |
---|---|
interface |
MutableGrantedAuthoritiesContainer
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
GrantedAuthoritiesContainerImpl
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PreAuthenticatedGrantedAuthoritiesAuthenticationDetails
Deprecated.
|
class |
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
This WebAuthenticationDetails implementation allows for storing a list of
pre-authenticated Granted Authorities.
|
Copyright © 2015. All rights reserved.