org.springframework.security.web.authentication.preauth
Class PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
java.lang.Object
org.springframework.security.web.authentication.WebAuthenticationDetails
org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
- All Implemented Interfaces:
- Serializable, org.springframework.security.core.authority.GrantedAuthoritiesContainer, org.springframework.security.core.authority.MutableGrantedAuthoritiesContainer, org.springframework.security.core.session.SessionIdentifierAware
public class PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
- extends WebAuthenticationDetails
- implements org.springframework.security.core.authority.MutableGrantedAuthoritiesContainer
This WebAuthenticationDetails implementation allows for storing a list of
pre-authenticated Granted Authorities.
- Since:
- 2.0
- Author:
- Ruud Senden, Luke Taylor
- See Also:
- Serialized Form
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
public PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails(javax.servlet.http.HttpServletRequest request)
getGrantedAuthorities
public List<org.springframework.security.core.GrantedAuthority> getGrantedAuthorities()
- Specified by:
getGrantedAuthorities in interface org.springframework.security.core.authority.GrantedAuthoritiesContainer
setGrantedAuthorities
public void setGrantedAuthorities(List<org.springframework.security.core.GrantedAuthority> authorities)
- Specified by:
setGrantedAuthorities in interface org.springframework.security.core.authority.MutableGrantedAuthoritiesContainer
toString
public String toString()
- Overrides:
toString in class WebAuthenticationDetails