public class

PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails

extends WebAuthenticationDetails
implements GrantedAuthoritiesContainer
java.lang.Object
   ↳ org.springframework.security.web.authentication.WebAuthenticationDetails
     ↳ org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails

Class Overview

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

Summary

Public Constructors
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails(HttpServletRequest request, Collection<? extends GrantedAuthority> authorities)
Public Methods
List<GrantedAuthority> getGrantedAuthorities()
String toString()
[Expand]
Inherited Methods
From class org.springframework.security.web.authentication.WebAuthenticationDetails
From class java.lang.Object
From interface org.springframework.security.core.authority.GrantedAuthoritiesContainer

Public Constructors

public PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails (HttpServletRequest request, Collection<? extends GrantedAuthority> authorities)

Public Methods

public List<GrantedAuthority> getGrantedAuthorities ()

public String toString ()