org.apache.cxf.rs.security.jose.jws
Class JwsJwtCompactConsumer

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jws.JwsCompactConsumer
      extended by org.apache.cxf.rs.security.jose.jws.JwsJwtCompactConsumer

public class JwsJwtCompactConsumer
extends JwsCompactConsumer


Constructor Summary
JwsJwtCompactConsumer(String encodedJws)
           
 
Method Summary
 JwtTokenJson getDecodedJsonToken()
           
 JwtClaims getJwtClaims()
           
 JwtToken getJwtToken()
           
 
Methods inherited from class org.apache.cxf.rs.security.jose.jws.JwsCompactConsumer
getDecodedJsonHeaders, getDecodedJwsPayload, getDecodedJwsPayloadBytes, getDecodedSignature, getEncodedSignature, getJoseHeaders, getReader, getUnsignedEncodedSequence, validateCriticalHeaders, verifySignatureWith, verifySignatureWith, verifySignatureWith, verifySignatureWith, verifySignatureWith
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JwsJwtCompactConsumer

public JwsJwtCompactConsumer(String encodedJws)
Method Detail

getDecodedJsonToken

public JwtTokenJson getDecodedJsonToken()

getJwtClaims

public JwtClaims getJwtClaims()

getJwtToken

public JwtToken getJwtToken()


Apache CXF