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 UserSubject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SamlUserSubject(String user, List<String> roles, ClaimCollection claims)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClaimCollectiongetClaims()-
Methods inherited from class org.apache.cxf.rs.security.oauth2.common.UserSubject
getAuthenticationMethod, getId, getLogin, getProperties, getRoles, setAuthenticationMethod, setId, setLogin, setProperties, setRoles
-
-
-
-
Constructor Detail
-
SamlUserSubject
public SamlUserSubject(String user, List<String> roles, ClaimCollection claims)
-
-
Method Detail
-
getClaims
public ClaimCollection getClaims()
-
-