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 UserRepresentation from the java keycloak api
ModelUtils
A collection of methods for helping convert models to and from Maps

Exceptions / Errors

BadTypeException
Thrown when ModelUtils tries to get a field and the type is not matched
MissingFieldException
Returned when ModelUtils tries to get a field that does not exist