Uses of Class
org.keycloak.services.ErrorResponseException
Packages that use ErrorResponseException
-
Uses of ErrorResponseException in org.keycloak.services
Methods in org.keycloak.services that return ErrorResponseExceptionModifier and TypeMethodDescriptionstatic ErrorResponseExceptionstatic ErrorResponseExceptionstatic ErrorResponseExceptionErrorResponse.errors(List<ErrorRepresentation> s, jakarta.ws.rs.core.Response.Status status) static ErrorResponseExceptionErrorResponse.errors(List<ErrorRepresentation> s, jakarta.ws.rs.core.Response.Status status, boolean shrinkSingleError) static ErrorResponseException -
Uses of ErrorResponseException in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that throw ErrorResponseExceptionModifier and TypeMethodDescriptionstatic voidClientScopeResource.validateClientScopeName(String name) static voidClientScopeResource.validateDynamicClientScope(ClientScopeRepresentation clientScope) Performs some validation based on attributes combinations and format.