public class FederationPrincipalImpl
extends org.apache.catalina.realm.GenericPrincipal
implements org.apache.cxf.fediz.core.FederationPrincipal
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.fediz.core.ClaimCollection |
claims |
protected Element |
loginToken |
| Constructor and Description |
|---|
FederationPrincipalImpl(String username,
List<String> roles,
List<org.apache.cxf.fediz.core.Claim> claims,
Element loginToken) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.fediz.core.ClaimCollection |
getClaims() |
Element |
getLoginToken() |
getGssCredential, getName, getPassword, getRoles, getUserPrincipal, hasRole, logout, setGssCredential, toStringprotected org.apache.cxf.fediz.core.ClaimCollection claims
protected Element loginToken
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