public class PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails extends WebAuthenticationDetails implements GrantedAuthoritiesContainer
| Constructor and Description |
|---|
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails(javax.servlet.http.HttpServletRequest request,
Collection<? extends GrantedAuthority> authorities) |
| Modifier and Type | Method and Description |
|---|---|
List<GrantedAuthority> |
getGrantedAuthorities() |
String |
toString() |
equals, getRemoteAddress, getSessionId, hashCodepublic PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails(javax.servlet.http.HttpServletRequest request,
Collection<? extends GrantedAuthority> authorities)
public List<GrantedAuthority> getGrantedAuthorities()
getGrantedAuthorities in interface GrantedAuthoritiesContainerpublic String toString()
toString in class WebAuthenticationDetails