Uses of Class
org.keycloak.utils.OAuth2Error
Packages that use OAuth2Error
-
Uses of OAuth2Error in org.keycloak.services.util
Methods in org.keycloak.services.util with parameters of type OAuth2ErrorModifier and TypeMethodDescriptionstatic UserSessionModel
UserSessionUtil.findValidSession
(KeycloakSession session, RealmModel realm, AccessToken token, EventBuilder event, ClientModel client, OAuth2Error error) -
Uses of OAuth2Error in org.keycloak.utils
Methods in org.keycloak.utils that return OAuth2ErrorModifier and TypeMethodDescriptionOAuth2Error.errorDescription
(String errorDescription) OAuth2Error.json
(boolean json) OAuth2Error.realm
(RealmModel realm) OAuth2Error.status
(jakarta.ws.rs.core.Response.Status status)