models/models library
Classes
- GeoffUser
- A basic user object, containing an id and username
- KeycloakUser
-
Represents a keycloak user, based on the model returned by a
UserRepresentationfrom the java keycloak api - ModelUtils
-
A collection of methods for helping convert models to and from
Maps
Exceptions / Errors
- BadTypeException
-
Thrown when
ModelUtilstries to get a field and the type is not matched - MissingFieldException
-
Returned when
ModelUtilstries to get a field that does not exist