Class JwtUserSubject
java.lang.Object
org.apache.cxf.rs.security.oauth2.common.UserSubject
org.apache.cxf.rs.security.oauth2.grants.jwt.JwtUserSubject
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJwtUserSubject(String user, org.apache.cxf.rs.security.jose.jwt.JwtToken token) -
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
-
JwtUserSubject
-
-
Method Details
-
getToken
public org.apache.cxf.rs.security.jose.jwt.JwtToken getToken()
-