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
public class JwtUserSubject extends UserSubject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtUserSubject(String user, org.apache.cxf.rs.security.jose.jwt.JwtToken token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.rs.security.jose.jwt.JwtTokengetToken()-
Methods inherited from class org.apache.cxf.rs.security.oauth2.common.UserSubject
getAuthenticationMethod, getId, getLogin, getProperties, getRoles, setAuthenticationMethod, setId, setLogin, setProperties, setRoles
-
-
-
-
Constructor Detail
-
JwtUserSubject
public JwtUserSubject(String user, org.apache.cxf.rs.security.jose.jwt.JwtToken token)
-
-