Uses of Class
org.keycloak.services.ErrorResponseException
-
Packages that use ErrorResponseException Package Description org.keycloak.services org.keycloak.services.resources.admin -
-
Uses of ErrorResponseException in org.keycloak.services
Methods in org.keycloak.services that return ErrorResponseException Modifier and Type Method Description static ErrorResponseExceptionErrorResponse. error(String message, Object[] params, javax.ws.rs.core.Response.Status status)static ErrorResponseExceptionErrorResponse. error(String message, javax.ws.rs.core.Response.Status status)static ErrorResponseExceptionErrorResponse. errors(List<ErrorRepresentation> s, javax.ws.rs.core.Response.Status status)static ErrorResponseExceptionErrorResponse. errors(List<ErrorRepresentation> s, javax.ws.rs.core.Response.Status status, boolean shrinkSingleError)static ErrorResponseExceptionErrorResponse. exists(String message) -
Uses of ErrorResponseException in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that throw ErrorResponseException Modifier and Type Method Description static voidClientScopeResource. validateClientScopeName(String name)static voidClientScopeResource. validateDynamicClientScope(ClientScopeRepresentation clientScope)Performs some validation based on attributes combinations and format.
-