Uses of Class
org.keycloak.representations.idm.ErrorRepresentation
-
Packages that use ErrorRepresentation Package Description org.keycloak.representations.idm org.keycloak.services -
-
Uses of ErrorRepresentation in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return types with arguments of type ErrorRepresentation Modifier and Type Method Description List<ErrorRepresentation>
ErrorRepresentation. getErrors()
Method parameters in org.keycloak.representations.idm with type arguments of type ErrorRepresentation Modifier and Type Method Description void
ErrorRepresentation. setErrors(List<ErrorRepresentation> errors)
-
Uses of ErrorRepresentation in org.keycloak.services
Method parameters in org.keycloak.services with type arguments of type ErrorRepresentation Modifier and Type Method Description static javax.ws.rs.core.Response
ErrorResponse. errors(List<ErrorRepresentation> s, javax.ws.rs.core.Response.Status status)
static javax.ws.rs.core.Response
ErrorResponse. errors(List<ErrorRepresentation> s, javax.ws.rs.core.Response.Status status, boolean shrinkSingleError)
-