All Classes and Interfaces

Class
Description
Initial administrator account settings.
Configures browser access to the API from the web console.
Exposes the endpoint that authenticates users.
Exposes the current authenticated user.
Authenticates credentials and issues JWT access tokens.
Defines the business data required to create a DomainTemplate.
Defines the data required to create a DomainTemplate.
Request body used to create a role.
Request body used to create a user account.
Represents an business object managed by the template API.
Represents a DomainTemplate returned by the DomainTemplate API.
Bootstraps the DomainTemplate Spring application.
Provides HTTP access to the DomainTemplate API.
Exposes the endpoint that creates domain records.
Serializes and parses DomainTemplates in the CSV import/export format.
Exposes the endpoint that deletes every version of a domain record.
Persists a DomainTemplate business object.
Indicates that the DomainTemplate API returned an unexpected response.
Exposes JSON and CSV import/export endpoints for DomainTemplates.
Exposes lookup of one DomainTemplate by identifier.
Provides persistence operations for DomainTemplates.
Exposes the endpoint that seeds a collection of domain records.
Coordinates persistence and retrieval of DomainTemplates.
Exposes the endpoint that lists records in a domain.
Exposes the endpoint that updates domain records.
Reads Bearer tokens and populates the Spring Security context.
JWT signing and lifetime settings.
Generates and validates signed JWT access tokens.
Credentials used to request a JWT.
JWT response returned after successful authentication.
Public role representation.
Exposes the endpoint that creates roles.
Exposes the endpoint that deletes roles.
Persists an authorization role.
Exposes the endpoint that reads roles.
Accesses persisted authorization roles.
Coordinates role persistence and default role seeding.
Exposes the endpoint that lists roles.
Exposes the endpoint that updates roles.
Loads persisted users for Spring Security authentication.
Defines the mutable business data of a DomainTemplate.
Defines the mutable data of a DomainTemplate.
Request body used to update a role.
Request body used to update a user account.
Public user account representation.
Exposes the endpoint that creates user accounts.
Exposes the endpoint that deletes user accounts.
Persists a user account and its password hash.
Exposes the endpoint that reads user accounts.
Accesses persisted user accounts.
Coordinates user account persistence and password hashing.
Exposes the endpoint that lists user accounts.
Exposes the endpoint that updates user accounts.