Uses of Class
org.apache.cxf.rs.security.oauth2.jwt.JwtHeaders

Packages that use JwtHeaders
org.apache.cxf.rs.security.oauth2.jwe   
org.apache.cxf.rs.security.oauth2.jws   
org.apache.cxf.rs.security.oauth2.jwt   
org.apache.cxf.rs.security.oauth2.jwt.grant   
 

Uses of JwtHeaders in org.apache.cxf.rs.security.oauth2.jwe
 

Subclasses of JwtHeaders in org.apache.cxf.rs.security.oauth2.jwe
 class JweHeaders
           
 

Methods in org.apache.cxf.rs.security.oauth2.jwe that return JwtHeaders
 JwtHeaders JweHeaders.setHeader(String name, Object value)
           
 

Uses of JwtHeaders in org.apache.cxf.rs.security.oauth2.jws
 

Methods in org.apache.cxf.rs.security.oauth2.jws that return JwtHeaders
 JwtHeaders JwsCompactProducer.getHeaders()
           
 JwtHeaders JwsCompactConsumer.getJwtHeaders()
           
protected  JwtHeaders AbstractJwsSignatureProvider.prepareHeaders(JwtHeaders headers)
           
 

Methods in org.apache.cxf.rs.security.oauth2.jws with parameters of type JwtHeaders
 JwsSignature JwsSignatureProvider.createJwsSignature(JwtHeaders headers)
           
 JwsSignature AbstractJwsSignatureProvider.createJwsSignature(JwtHeaders headers)
           
protected  JwsSignature PrivateKeyJwsSignatureProvider.doCreateJwsSignature(JwtHeaders headers)
           
protected  JwsSignature HmacJwsSignatureProvider.doCreateJwsSignature(JwtHeaders headers)
           
protected abstract  JwsSignature AbstractJwsSignatureProvider.doCreateJwsSignature(JwtHeaders headers)
           
protected  JwtHeaders AbstractJwsSignatureProvider.prepareHeaders(JwtHeaders headers)
           
 boolean PublicKeyJwsSignatureVerifier.verify(JwtHeaders headers, String unsignedText, byte[] signature)
           
 boolean JwsSignatureVerifier.verify(JwtHeaders headers, String unsignedText, byte[] signature)
           
 boolean HmacJwsSignatureProvider.verify(JwtHeaders headers, String unsignedText, byte[] signature)
           
 

Constructors in org.apache.cxf.rs.security.oauth2.jws with parameters of type JwtHeaders
JwsCompactProducer(JwtHeaders headers, JwtHeadersWriter w, String plainJwsPayload)
           
JwsCompactProducer(JwtHeaders headers, String plainJwsPayload)
           
JwsJwtCompactProducer(JwtHeaders headers, JwtClaims claims)
           
JwsJwtCompactProducer(JwtHeaders headers, JwtClaims claims, JwtTokenWriter w)
           
 

Uses of JwtHeaders in org.apache.cxf.rs.security.oauth2.jwt
 

Methods in org.apache.cxf.rs.security.oauth2.jwt that return JwtHeaders
 JwtHeaders JwtTokenReaderWriter.fromJsonHeaders(String headersJson)
           
 JwtHeaders JwtHeadersReader.fromJsonHeaders(String jsonHeaders)
           
 JwtHeaders JwtToken.getHeaders()
           
 JwtHeaders JwtHeaders.setHeader(String name, Object value)
           
 

Methods in org.apache.cxf.rs.security.oauth2.jwt with parameters of type JwtHeaders
 String JwtTokenReaderWriter.headersToJson(JwtHeaders headers)
           
 String JwtHeadersWriter.headersToJson(JwtHeaders headers)
           
 

Constructors in org.apache.cxf.rs.security.oauth2.jwt with parameters of type JwtHeaders
JwtToken(JwtHeaders headers, JwtClaims claims)
           
 

Uses of JwtHeaders in org.apache.cxf.rs.security.oauth2.jwt.grant
 

Methods in org.apache.cxf.rs.security.oauth2.jwt.grant with parameters of type JwtHeaders
protected  void AbstractJwtHandler.validateSignature(JwtHeaders headers, String unsignedText, byte[] signature)
           
 



Apache CXF