Uses of Class
org.keycloak.services.ErrorResponseException
Package
Description
-
Uses of ErrorResponseException in org.keycloak.partialimport
Modifier and TypeMethodDescriptionprotected ErrorResponseException
protected ErrorResponseException
AbstractPartialImport.existsError
(String message) protected ErrorResponseException
ClientRolesPartialImport.noClientFound
(String clientId) -
Uses of ErrorResponseException in org.keycloak.services
Modifier and TypeMethodDescriptionstatic ErrorResponseException
static ErrorResponseException
static ErrorResponseException
ErrorResponse.errors
(List<ErrorRepresentation> s, jakarta.ws.rs.core.Response.Status status) static ErrorResponseException
ErrorResponse.errors
(List<ErrorRepresentation> s, jakarta.ws.rs.core.Response.Status status, boolean shrinkSingleError) static ErrorResponseException
-
Uses of ErrorResponseException in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionstatic void
ClientScopeResource.validateClientScopeName
(String name) static void
ClientScopeResource.validateClientScopeProtocol
(String protocol) static void
ClientScopeResource.validateDynamicClientScope
(ClientScopeRepresentation clientScope) Performs some validation based on attributes combinations and format.