Uses of Class
org.apache.cxf.rs.security.oauth2.jws.JwsSignatureProperties

Packages that use JwsSignatureProperties
org.apache.cxf.rs.security.oauth2.jws   
org.apache.cxf.rs.security.oauth2.jwt.jaxrs   
 

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

Constructors in org.apache.cxf.rs.security.oauth2.jws with parameters of type JwsSignatureProperties
JwsCompactConsumer(String encodedJws, JwsSignatureProperties props)
           
JwsCompactConsumer(String encodedJws, JwsSignatureProperties props, JwtHeadersReader r)
           
JwsJwtCompactConsumer(String encodedJws, JwsSignatureProperties props)
           
JwsJwtCompactConsumer(String encodedJws, JwsSignatureProperties props, JwtTokenReader r)
           
 

Uses of JwsSignatureProperties in org.apache.cxf.rs.security.oauth2.jwt.jaxrs
 

Methods in org.apache.cxf.rs.security.oauth2.jwt.jaxrs that return JwsSignatureProperties
 JwsSignatureProperties AbstractJwsReaderProvider.getSigProperties()
           
 

Methods in org.apache.cxf.rs.security.oauth2.jwt.jaxrs with parameters of type JwsSignatureProperties
 void AbstractJwsReaderProvider.setSignatureProperties(JwsSignatureProperties signatureProperties)
           
 



Apache CXF