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 org.apache.cxf.rs.security.oauth2.common.UserSubject
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SamlUserSubject(String user, List<String> roles, org.apache.cxf.rt.security.claims.ClaimCollection claims)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.cxf.rt.security.claims.ClaimCollection
     

    Methods inherited from class org.apache.cxf.rs.security.oauth2.common.UserSubject

    getAuthenticationMethod, getId, getLogin, getProperties, getRoles, setAuthenticationMethod, setId, setLogin, setProperties, setRoles

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SamlUserSubject

      public SamlUserSubject(String user, List<String> roles, org.apache.cxf.rt.security.claims.ClaimCollection claims)
  • Method Details

    • getClaims

      public org.apache.cxf.rt.security.claims.ClaimCollection getClaims()