public class

PreAuthenticatedGrantedAuthoritiesAuthenticationDetails

extends AuthenticationDetails
implements MutableGrantedAuthoritiesContainer
java.lang.Object
   ↳ org.springframework.security.authentication.AuthenticationDetails
     ↳ org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesAuthenticationDetails

Class Overview

This AuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.

Summary

Constants
long serialVersionUID
Public Constructors
PreAuthenticatedGrantedAuthoritiesAuthenticationDetails(Object context)
Public Methods
List<GrantedAuthority> getGrantedAuthorities()
void setGrantedAuthorities(Collection<? extends GrantedAuthority> aJ2eeBasedGrantedAuthorities)
Used to store authorities in the containing object.
String toString()
[Expand]
Inherited Methods
From class org.springframework.security.authentication.AuthenticationDetails
From class java.lang.Object
From interface org.springframework.security.core.authority.GrantedAuthoritiesContainer
From interface org.springframework.security.core.authority.MutableGrantedAuthoritiesContainer

Constants

public static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public PreAuthenticatedGrantedAuthoritiesAuthenticationDetails (Object context)

Public Methods

public List<GrantedAuthority> getGrantedAuthorities ()

public void setGrantedAuthorities (Collection<? extends GrantedAuthority> aJ2eeBasedGrantedAuthorities)

Used to store authorities in the containing object.

public String toString ()

Returns
  • The String representation of this object.