public class FederationAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable, org.apache.cxf.fediz.core.FedizPrincipal
| Constructor and Description |
|---|
FederationAuthenticationToken(Object principal,
Object credentials,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities,
org.springframework.security.core.userdetails.UserDetails userDetails,
org.apache.cxf.fediz.core.processor.FedizResponse response) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.fediz.core.ClaimCollection |
getClaims() |
Object |
getCredentials() |
Element |
getLoginToken() |
Object |
getPrincipal() |
org.apache.cxf.fediz.core.processor.FedizResponse |
getResponse() |
List<String> |
getRoleClaims() |
org.springframework.security.core.userdetails.UserDetails |
getUserDetails() |
String |
toString() |
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetailspublic FederationAuthenticationToken(Object principal, Object credentials, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, org.springframework.security.core.userdetails.UserDetails userDetails, org.apache.cxf.fediz.core.processor.FedizResponse response)
public Object getCredentials()
getCredentials in interface org.springframework.security.core.Authenticationpublic Object getPrincipal()
getPrincipal in interface org.springframework.security.core.Authenticationpublic org.apache.cxf.fediz.core.processor.FedizResponse getResponse()
public org.springframework.security.core.userdetails.UserDetails getUserDetails()
public String toString()
public org.apache.cxf.fediz.core.ClaimCollection getClaims()
getClaims in interface org.apache.cxf.fediz.core.FedizPrincipalpublic Element getLoginToken()
getLoginToken in interface org.apache.cxf.fediz.core.FedizPrincipalApache Fediz