org.apache.cxf.rs.security.oauth2.grants.saml
Class SamlUserSubject
java.lang.Object
org.apache.cxf.rs.security.oauth2.common.UserSubject
org.apache.cxf.rs.security.oauth2.grants.saml.SamlUserSubject
- All Implemented Interfaces:
- Serializable
public class SamlUserSubject
- extends UserSubject
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SamlUserSubject
public SamlUserSubject(String user,
List<String> roles,
ClaimCollection claims)
getClaims
public ClaimCollection getClaims()
Apache CXF