public class FederationAuthenticationToken extends org.springframework.security.providers.AbstractAuthenticationToken implements Serializable, org.apache.cxf.fediz.core.FedizPrincipal
| Constructor and Description |
|---|
FederationAuthenticationToken(Object principal,
Object credentials,
org.springframework.security.GrantedAuthority[] authorities,
org.springframework.security.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() |
org.springframework.security.userdetails.UserDetails |
getUserDetails() |
String |
toString() |
equals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetailspublic Object getCredentials()
getCredentials in interface org.springframework.security.Authenticationpublic Object getPrincipal()
getPrincipal in interface org.springframework.security.Authenticationpublic org.apache.cxf.fediz.core.processor.FedizResponse getResponse()
public org.springframework.security.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