Uses of Interface
org.apache.cxf.rs.security.jose.jws.JwsSignatureVerifier
-
-
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common that return JwsSignatureVerifier Modifier and Type Method Description protected JwsSignatureVerifierAbstractJoseConsumer. getInitializedSignatureVerifier(JwsHeaders jwsHeaders)JwsSignatureVerifierAbstractJoseConsumer. getJwsVerifier()Methods in org.apache.cxf.rs.security.jose.common with parameters of type JwsSignatureVerifier Modifier and Type Method Description voidAbstractJoseConsumer. setJwsVerifier(JwsSignatureVerifier theJwsVerifier) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.jose.jaxrs
Methods in org.apache.cxf.rs.security.jose.jaxrs that return JwsSignatureVerifier Modifier and Type Method Description protected JwsSignatureVerifierAbstractJwsJsonReaderProvider. getInitializedSigVerifier()protected JwsSignatureVerifierAbstractJwsReaderProvider. getInitializedSigVerifier(JwsHeaders headers)Methods in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JwsSignatureVerifier Modifier and Type Method Description protected SecurityContextJwsContainerRequestFilter. configureSecurityContext(JwsSignatureVerifier sigVerifier)voidAbstractJwsJsonReaderProvider. setSignatureVerifier(JwsSignatureVerifier signatureVerifier)voidAbstractJwsReaderProvider. setSignatureVerifier(JwsSignatureVerifier signatureVerifier)protected voidAbstractJwsJsonReaderProvider. validate(JwsJsonConsumer c, JwsSignatureVerifier theSigVerifier) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.jose.jaxrs.multipart
Methods in org.apache.cxf.rs.security.jose.jaxrs.multipart with parameters of type JwsSignatureVerifier Modifier and Type Method Description voidAbstractJwsMultipartVerificationFilter. setSigVerifier(JwsSignatureVerifier sigVerifier)Constructors in org.apache.cxf.rs.security.jose.jaxrs.multipart with parameters of type JwsSignatureVerifier Constructor Description JwsMultipartSignatureInFilter(Message message, JwsSignatureVerifier verifier, boolean bufferPayload, boolean useJwsJsonSignatureFormat) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.jose.jws
Classes in org.apache.cxf.rs.security.jose.jws that implement JwsSignatureVerifier Modifier and Type Class Description classEcDsaJwsSignatureVerifierclassHmacJwsSignatureVerifierclassNoneJwsSignatureVerifierclassPublicKeyJwsSignatureVerifierMethods in org.apache.cxf.rs.security.jose.jws with parameters of type JwsSignatureVerifier Modifier and Type Method Description static JwsCompactConsumerJwsUtils. verify(JwsSignatureVerifier v, String content)booleanJwsCompactConsumer. verifySignatureWith(JwsSignatureVerifier validator)booleanJwsJsonConsumer. verifySignatureWith(JwsSignatureVerifier validator)booleanJwsJsonConsumer. verifySignatureWith(JwsSignatureVerifier validator, Map<String,Object> entryProps)booleanJwsJsonSignatureEntry. verifySignatureWith(JwsSignatureVerifier validator)Method parameters in org.apache.cxf.rs.security.jose.jws with type arguments of type JwsSignatureVerifier Modifier and Type Method Description List<JwsJsonSignatureEntry>JwsJsonConsumer. verifyAndGetNonValidated(List<JwsSignatureVerifier> validators)List<JwsJsonSignatureEntry>JwsJsonConsumer. verifyAndGetNonValidated(List<JwsSignatureVerifier> validators, Map<String,Object> entryProps)StringJwsJsonConsumer. verifyAndProduce(List<JwsSignatureVerifier> validators)StringJwsJsonConsumer. verifyAndProduce(List<JwsSignatureVerifier> validators, Map<String,Object> entryProps)booleanJwsJsonConsumer. verifySignatureWith(List<JwsSignatureVerifier> validators)booleanJwsJsonConsumer. verifySignatureWith(List<JwsSignatureVerifier> validators, Map<String,Object> entryProps) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.jose.jwt
Methods in org.apache.cxf.rs.security.jose.jwt that return JwsSignatureVerifier Modifier and Type Method Description protected JwsSignatureVerifierJoseJwtConsumer. getInitializedSignatureVerifier(JwtToken jwt)Methods in org.apache.cxf.rs.security.jose.jwt with parameters of type JwsSignatureVerifier Modifier and Type Method Description JwtTokenJoseJwtConsumer. getJwtToken(String wrappedJwtToken, JweDecryptionProvider theDecryptor, JwsSignatureVerifier theSigVerifier) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.oauth2.client
Methods in org.apache.cxf.rs.security.oauth2.client that return JwsSignatureVerifier Modifier and Type Method Description protected JwsSignatureVerifierJoseClientCodeStateManager. getInitializedSigVerifier()Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type JwsSignatureVerifier Modifier and Type Method Description voidJoseClientCodeStateManager. setSignatureVerifier(JwsSignatureVerifier signatureVerifier) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.oauth2.filters
Methods in org.apache.cxf.rs.security.oauth2.filters that return JwsSignatureVerifier Modifier and Type Method Description protected JwsSignatureVerifierJwsJwksJwtAccessTokenValidator. getInitializedSignatureVerifier(JwsHeaders jwsHeaders)Methods in org.apache.cxf.rs.security.oauth2.filters with parameters of type JwsSignatureVerifier Modifier and Type Method Description voidJwsJwksJwtAccessTokenValidator. setJwsVerifier(JwsSignatureVerifier theJwsVerifier) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.oauth2.grants.code
Methods in org.apache.cxf.rs.security.oauth2.grants.code that return JwsSignatureVerifier Modifier and Type Method Description protected JwsSignatureVerifierJwtRequestCodeFilter. getInitializedSigVerifier(Client c) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.oauth2.grants.jwt
Methods in org.apache.cxf.rs.security.oauth2.grants.jwt that return JwsSignatureVerifier Modifier and Type Method Description protected JwsSignatureVerifierAbstractJwtHandler. getInitializedSigVerifier(JwsHeaders headers)Methods in org.apache.cxf.rs.security.oauth2.grants.jwt with parameters of type JwsSignatureVerifier Modifier and Type Method Description voidAbstractJwtHandler. setJwsVerifier(JwsSignatureVerifier jwsVerifier) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider that return JwsSignatureVerifier Modifier and Type Method Description protected JwsSignatureVerifierOAuthJoseJwtConsumer. getInitializedSignatureVerifier(String clientSecret)protected JwsSignatureVerifierOAuthServerJoseJwtConsumer. getInitializedSignatureVerifier(Client c)protected JwsSignatureVerifierJoseSessionTokenProvider. getInitializedSigVerifier()Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type JwsSignatureVerifier Modifier and Type Method Description voidJoseSessionTokenProvider. setJwsVerifier(JwsSignatureVerifier jwsVerifier) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.oauth2.utils
Methods in org.apache.cxf.rs.security.oauth2.utils that return JwsSignatureVerifier Modifier and Type Method Description static JwsSignatureVerifierOAuthUtils. getClientSecretSignatureVerifier(String clientSecret) -
Uses of JwsSignatureVerifier in org.apache.cxf.rs.security.oidc.rp
Methods in org.apache.cxf.rs.security.oidc.rp that return JwsSignatureVerifier Modifier and Type Method Description protected JwsSignatureVerifierOidcClaimsValidator. getInitializedSignatureVerifier(JwtToken jwt)
-