org.apache.cxf.rs.security.jose.jaxrs
Class JwtAuthenticationFilter.JwtPrincipal

java.lang.Object
  extended by org.apache.cxf.common.security.SimplePrincipal
      extended by org.apache.cxf.rs.security.jose.jaxrs.JwtAuthenticationFilter.JwtPrincipal
All Implemented Interfaces:
Principal
Enclosing class:
JwtAuthenticationFilter

public static class JwtAuthenticationFilter.JwtPrincipal
extends org.apache.cxf.common.security.SimplePrincipal


Constructor Summary
JwtAuthenticationFilter.JwtPrincipal(JwtToken jwt)
           
 
Method Summary
 JwtToken getJwt()
           
 
Methods inherited from class org.apache.cxf.common.security.SimplePrincipal
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JwtAuthenticationFilter.JwtPrincipal

public JwtAuthenticationFilter.JwtPrincipal(JwtToken jwt)
Method Detail

getJwt

public JwtToken getJwt()


Apache CXF