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