Uses of Class
org.keycloak.OAuthErrorException
Packages that use OAuthErrorException
Package
Description
-
Uses of OAuthErrorException in org.keycloak.migration.migrators
Methods in org.keycloak.migration.migrators that throw OAuthErrorExceptionModifier and TypeMethodDescriptionstatic voidMigrationUtils.migrateOldOfflineToken(KeycloakSession session, RealmModel realm, ClientModel client, UserModel user) -
Uses of OAuthErrorException in org.keycloak.protocol.oid4vc.issuance
Methods in org.keycloak.protocol.oid4vc.issuance that throw OAuthErrorExceptionModifier and TypeMethodDescriptionOID4VCAuthorizationDetailsProcessor.processStoredAuthorizationDetails(UserSessionModel userSession, ClientSessionContext clientSessionCtx, String storedAuthDetails) -
Uses of OAuthErrorException in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that throw OAuthErrorExceptionModifier and TypeMethodDescriptionTokenManager.refreshAccessToken(KeycloakSession session, jakarta.ws.rs.core.UriInfo uriInfo, ClientConnection connection, RealmModel realm, ClientModel authorizedClient, String encodedRefreshToken, EventBuilder event, jakarta.ws.rs.core.HttpHeaders headers, HttpRequest request, String scopeParameter) TokenManager.toRefreshToken(KeycloakSession session, String encodedRefreshToken) TokenManager.validateToken(KeycloakSession session, jakarta.ws.rs.core.UriInfo uriInfo, ClientConnection connection, RealmModel realm, RefreshToken oldToken, jakarta.ws.rs.core.HttpHeaders headers, String oldTokenScope) voidTokenManager.validateTokenReuse(KeycloakSession session, RealmModel realm, AccessToken refreshToken, AuthenticatedClientSessionModel clientSession, boolean refreshFlag) TokenManager.verifyIDToken(KeycloakSession session, RealmModel realm, String encodedIDToken) TokenManager.verifyIDTokenSignature(KeycloakSession session, String encodedIDToken) TokenManager.verifyRefreshToken(KeycloakSession session, RealmModel realm, ClientModel client, HttpRequest request, String encodedRefreshToken, boolean checkExpiration) -
Uses of OAuthErrorException in org.keycloak.protocol.oidc.rar
Methods in org.keycloak.protocol.oidc.rar that throw OAuthErrorExceptionModifier and TypeMethodDescriptionAuthorizationDetailsProcessor.processStoredAuthorizationDetails(UserSessionModel userSession, ClientSessionContext clientSessionCtx, String storedAuthDetails) Method is invoked when authorization_details was used in the authorization request but is missing from the token request.