Uses of Class
org.keycloak.common.VerificationException
Packages that use VerificationException
Package
Description
- 
Uses of VerificationException in org.keycloakMethods in org.keycloak that throw VerificationExceptionModifier and TypeMethodDescriptionRSATokenVerifier.getHeader()Deprecated.TokenVerifier.getHeader()RSATokenVerifier.getToken()Deprecated.TokenVerifier.getToken()RSATokenVerifier.parse()Deprecated.TokenVerifier.parse()booleanTokenVerifier.AudienceCheck.test(JsonWebToken t) booleanTokenVerifier.IssuedForCheck.test(JsonWebToken jsonWebToken) booleanPerforms a single check on the given token verifier.booleanTokenVerifier.RealmUrlCheck.test(JsonWebToken t) booleanTokenVerifier.TokenTypeCheck.test(JsonWebToken t) static voidRSATokenVerifier.verify()Deprecated.TokenVerifier.verify()voidTokenVerifier.verifySignature()static AccessTokenRSATokenVerifier.verifyToken(String tokenString, PublicKey publicKey, String realmUrl) Deprecated.static AccessTokenRSATokenVerifier.verifyToken(String tokenString, PublicKey publicKey, String realmUrl, boolean checkActive, boolean checkTokenType) Deprecated.
- 
Uses of VerificationException in org.keycloak.authenticationSubclasses of VerificationException in org.keycloak.authentication
- 
Uses of VerificationException in org.keycloak.authentication.actiontokenSubclasses of VerificationException in org.keycloak.authentication.actiontokenModifier and TypeClassDescriptionclassToken verification exception that bears an error to be logged via event system and a message to show to the user e.g.Methods in org.keycloak.authentication.actiontoken that throw VerificationExceptionModifier and TypeMethodDescriptionActionTokenHandler.startFreshAuthenticationSession(T token, ActionTokenContext<T> tokenContext) Creates a fresh authentication session according to the information from the token.
- 
Uses of VerificationException in org.keycloak.broker.samlMethods in org.keycloak.broker.saml that throw VerificationExceptionModifier and TypeMethodDescriptionprotected abstract voidSAMLEndpoint.Binding.verifySignature(String key, SAMLDocumentHolder documentHolder) protected voidSAMLEndpoint.PostBinding.verifySignature(String key, SAMLDocumentHolder documentHolder) protected voidSAMLEndpoint.RedirectBinding.verifySignature(String key, SAMLDocumentHolder documentHolder) 
- 
Uses of VerificationException in org.keycloak.cryptoMethods in org.keycloak.crypto that throw VerificationExceptionModifier and TypeMethodDescriptionstatic voidSignatureProvider.checkKeyForVerification(KeyWrapper key, String algorithm, String type) AsymmetricClientSignatureVerifierProvider.verifier(ClientModel client, JWSInput input) AsymmetricSignatureProvider.verifier(KeyWrapper key) ClientSignatureVerifierProvider.verifier(ClientModel client, JWSInput input) ECDSAClientSignatureVerifierProvider.verifier(ClientModel client, JWSInput input) ECDSASignatureProvider.verifier(KeyWrapper key) MacSecretClientSignatureVerifierProvider.verifier(ClientModel client, JWSInput input) MacSecretSignatureProvider.verifier(KeyWrapper key) SignatureProvider.verifier(KeyWrapper key) booleanAsymmetricSignatureVerifierContext.verify(byte[] data, byte[] signature) booleanClientECDSASignatureVerifierContext.verify(byte[] data, byte[] signature) booleanMacSignatureVerifierContext.verify(byte[] data, byte[] signature) booleanServerECDSASignatureVerifierContext.verify(byte[] data, byte[] signature) booleanSignatureVerifierContext.verify(byte[] data, byte[] signature) Constructors in org.keycloak.crypto that throw VerificationExceptionModifierConstructorDescriptionClientAsymmetricSignatureVerifierContext(KeycloakSession session, ClientModel client, JWSInput input) ClientECDSASignatureVerifierContext(KeycloakSession session, ClientModel client, JWSInput input) ClientMacSignatureVerifierContext(KeycloakSession session, ClientModel client, String algorithm) ServerAsymmetricSignatureVerifierContext(KeycloakSession session, String kid, String algorithm) ServerECDSASignatureVerifierContext(KeycloakSession session, String kid, String algorithm) ServerMacSignatureVerifierContext(KeycloakSession session, String kid, String algorithm) 
- 
Uses of VerificationException in org.keycloak.exceptionsSubclasses of VerificationException in org.keycloak.exceptionsModifier and TypeClassDescriptionclassException thrown for cases when token is invalid due to time constraints (expired, or not yet valid).classThrown when token signature is invalid.classException thrown on failed verification of a token.
- 
Uses of VerificationException in org.keycloak.forms.login.freemarkerMethods in org.keycloak.forms.login.freemarker that throw VerificationExceptionModifier and TypeMethodDescriptionDetachedInfoStateChecker.verifyStateCheckerParameter(String stateCheckerParam) 
- 
Uses of VerificationException in org.keycloak.protocol.oidcMethods in org.keycloak.protocol.oidc that throw VerificationException
- 
Uses of VerificationException in org.keycloak.protocol.samlMethods in org.keycloak.protocol.saml that throw VerificationExceptionModifier and TypeMethodDescriptionstatic PublicKeySamlProtocolUtils.getEncryptionKey(ClientModel client) Returns public part of SAML encryption key from the client settings.static PublicKeySamlProtocolUtils.getPublicKey(ClientModel client, String attribute) static PublicKeySamlProtocolUtils.getSignatureValidationKey(ClientModel client) Returns public part of SAML signing key from the client settings.static voidSamlProtocolUtils.verifyDocumentSignature(ClientModel client, Document document) Verifies a signature of the given SAML document using settings for the given client.static voidSamlProtocolUtils.verifyDocumentSignature(Document document, KeyLocator keyLocator) Verifies a signature of the given SAML document using keys obtained from the given key locator.static voidSamlProtocolUtils.verifyRedirectSignature(SAMLDocumentHolder documentHolder, KeyLocator locator, jakarta.ws.rs.core.MultivaluedMap<String, String> encodedParams, String paramKey) static voidSamlProtocolUtils.verifyRedirectSignature(SAMLDocumentHolder documentHolder, KeyLocator locator, jakarta.ws.rs.core.UriInfo uriInformation, String paramKey) protected abstract voidSamlService.BindingProtocol.verifySignature(SAMLDocumentHolder documentHolder, ClientModel client) protected voidSamlService.PostBindingProtocol.verifySignature(SAMLDocumentHolder documentHolder, ClientModel client) protected voidSamlService.RedirectBindingProtocol.verifySignature(SAMLDocumentHolder documentHolder, ClientModel client) 
- 
Uses of VerificationException in org.keycloak.saml.processing.core.utilMethods in org.keycloak.saml.processing.core.util that throw VerificationExceptionModifier and TypeMethodDescriptionstatic booleanRedirectBindingSignatureUtil.validateRedirectBindingSignature(SignatureAlgorithm sigAlg, byte[] rawQueryBytes, byte[] decodedSignature, KeyLocator locator, String keyId) 
- 
Uses of VerificationException in org.keycloak.services.resourcesSubclasses of VerificationException in org.keycloak.services.resourcesMethods in org.keycloak.services.resources that throw VerificationExceptionModifier and TypeMethodDescriptionstatic voidLoginActionsServiceChecks.checkIsClientValid(KeycloakSession session, ClientModel client) Verifies whether the client denoted by client ID in token'siss(issuedFor) field both exists and is enabled.static <T extends JsonWebToken>
 voidLoginActionsServiceChecks.checkIsClientValid(T token, ActionTokenContext<T> context) Verifies whether the client denoted by client ID in token'siss(issuedFor) field both exists and is enabled.static voidLoginActionsServiceChecks.checkIsUserValid(KeycloakSession session, RealmModel realm, String userId, Consumer<UserModel> userSetter) Verifies whether the user given by ID both exists in the current realm.static <T extends JsonWebToken & SingleUseObjectKeyModel>
 voidLoginActionsServiceChecks.checkIsUserValid(T token, ActionTokenContext<T> context) Verifies whether the user given by ID both exists in the current realm.static <T extends JsonWebToken>
 voidLoginActionsServiceChecks.checkNotLoggedInYet(ActionTokenContext<T> context, AuthenticationSessionModel authSessionFromCookie, String authSessionId) Verifies that the authentication session has not yet been converted to user session, in other words that the user has not yet completed authentication and logged in.static <T extends JsonWebToken & SingleUseObjectKeyModel>
 voidLoginActionsServiceChecks.checkTokenWasNotUsedYet(T token, ActionTokenContext<T> context) static <T extends JsonWebToken>
 booleanLoginActionsServiceChecks.doesAuthenticationSessionFromCookieMatchOneFromToken(ActionTokenContext<T> context, AuthenticationSessionModel authSessionFromCookie, String authSessionCompoundIdFromToken) This check verifies that current authentication session is consistent with the one specified in token.booleanLoginActionsServiceChecks.AuthenticationSessionUserIdMatchesOneFromToken.test(JsonWebToken t) booleanLoginActionsServiceChecks.IsActionRequired.test(JsonWebToken t) booleanLoginActionsServiceChecks.IsRedirectValid.test(JsonWebToken t) 
- 
Uses of VerificationException in org.keycloak.services.utilSubclasses of VerificationException in org.keycloak.services.utilMethods in org.keycloak.services.util that throw VerificationExceptionModifier and TypeMethodDescriptionDPoPUtil.Validator.validate()static voidDPoPUtil.validateBinding(AccessToken token, DPoP dPoP)