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 org.apache.cxf.rs.security.oauth2.common.UserSubject

See Also:
Serialized Form

Constructor Summary
SamlUserSubject(String user, List<String> roles, org.apache.cxf.rs.security.saml.assertion.Claims claims)
           
 
Method Summary
 org.apache.cxf.rs.security.saml.assertion.Claims 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,
                       org.apache.cxf.rs.security.saml.assertion.Claims claims)
Method Detail

getClaims

public org.apache.cxf.rs.security.saml.assertion.Claims getClaims()


Apache CXF