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
ConstructorsConstructorDescriptionSamlUserSubject(String user, List<String> roles, org.apache.cxf.rt.security.claims.ClaimCollection claims) -
Method Summary
Methods inherited from class org.apache.cxf.rs.security.oauth2.common.UserSubject
getAuthenticationMethod, getId, getLogin, getProperties, getRoles, setAuthenticationMethod, setId, setLogin, setProperties, setRoles
-
Constructor Details
-
SamlUserSubject
-
-
Method Details
-
getClaims
public org.apache.cxf.rt.security.claims.ClaimCollection getClaims()
-