Apache CXF API

org.apache.cxf.rs.security.oauth2.grants.saml
Class SamlUserSubject

java.lang.Object
  extended by org.apache.cxf.rs.security.oauth2.common.UserSubject
      extended by org.apache.cxf.rs.security.oauth2.grants.saml.SamlUserSubject
All Implemented Interfaces:
Serializable

public class SamlUserSubject
extends UserSubject

See Also:
Serialized Form

Constructor Summary
SamlUserSubject(String user, List<String> roles, ClaimCollection claims)
           
 
Method Summary
 ClaimCollection getClaims()
           
 
Methods inherited from class org.apache.cxf.rs.security.oauth2.common.UserSubject
getId, getLogin, getProperties, getRoles, setId, setLogin, setProperties, setRoles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamlUserSubject

public SamlUserSubject(String user,
                       List<String> roles,
                       ClaimCollection claims)
Method Detail

getClaims

public ClaimCollection getClaims()

Apache CXF API

Apache CXF