org.apache.cxf.rs.security.jose.jaxrs
Class JwtTokenSecurityContext

java.lang.Object
  extended by org.apache.cxf.common.security.SimpleSecurityContext
      extended by 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


Constructor Summary
JwtTokenSecurityContext(JwtToken jwt)
           
 
Method Summary
 JwtToken getToken()
           
 
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
 

Constructor Detail

JwtTokenSecurityContext

public JwtTokenSecurityContext(JwtToken jwt)
Method Detail

getToken

public JwtToken getToken()


Apache CXF