org.apache.cxf.rs.security.jose.jaxrs
Class JwtTokenSecurityContext
java.lang.Object
org.apache.cxf.common.security.SimpleSecurityContext
org.apache.cxf.rs.security.jose.jaxrs.JwtTokenSecurityContext
- All Implemented Interfaces:
- org.apache.cxf.security.SecurityContext
public class JwtTokenSecurityContext
- extends org.apache.cxf.common.security.SimpleSecurityContext
| Methods inherited from class org.apache.cxf.common.security.SimpleSecurityContext |
getUserPrincipal, isUserInRole |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JwtTokenSecurityContext
public JwtTokenSecurityContext(JwtToken jwt)
getToken
public JwtToken getToken()
Apache CXF