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

public class SamlUserSubject
extends org.apache.cxf.rs.security.oauth2.common.UserSubject


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
getLogin, getProperties, getRoles, 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