public final class SamlAuthenticationToken
extends org.acegisecurity.providers.AbstractAuthenticationToken
Authentication,
Serialized Form| Constructor and Description |
|---|
SamlAuthenticationToken(SamlUserDetails userDetails,
javax.servlet.http.HttpSession session) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentials() |
SamlUserDetails |
getPrincipal() |
equals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toStringpublic SamlAuthenticationToken(@Nonnull SamlUserDetails userDetails, @Nonnull javax.servlet.http.HttpSession session)
public SamlUserDetails getPrincipal()
public String getCredentials()
Copyright © 2016–2017. All rights reserved.