Index

$ A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

$

$dataType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
$name() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
$schema() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 

A

address() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns the value of the address record component.
address() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns the value of the address record component.
addTransactionTimeCommitted(double) - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMetrics
Add a (committed) transaction time.
addTransactionTimeRolledBack(double) - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMetrics
Add a (rolled-back) transaction time.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanDelete
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanGet
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailAdd
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailRemove
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminGet
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionGrant
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionRevoke
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminUpdate
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminCreate
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminGet
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSelf
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminUpdate
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseLogin
Returns the value of the admin record component.
admin() - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1AuthenticatedServlet
 
admin() - Method in class com.io7m.idstore.server.internal.admin.IdACommandContext
 
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanCreate
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanDelete
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanGet
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminCreate
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminDelete
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailAdd
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailRemove
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionGrant
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionRevoke
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminRead
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminUpdate
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAuditRead
Returns the value of the admin record component.
admin() - Method in interface com.io7m.idstore.server.security.IdSecAdminActionType
 
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanCreate
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanDelete
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanGet
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserCreate
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserDelete
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserRead
Returns the value of the admin record component.
admin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserUpdate
Returns the value of the admin record component.
ADMIN - Enum constant in enum class com.io7m.idstore.database.api.IdDatabaseRole
The administration role.
ADMIN_BAN - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows for banning admins.
ADMIN_CREATE - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows for creating admins.
ADMIN_DELETE - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows for deleting admins.
ADMIN_DUPLICATE - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create a admin that already exists.
ADMIN_DUPLICATE_EMAIL - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create a admin that already exists (Email conflict).
ADMIN_DUPLICATE_ID - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create a admin that already exists (ID conflict).
ADMIN_DUPLICATE_ID_NAME - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create a admin that already exists (ID name conflict).
ADMIN_ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.Emails
The column EMAILS.ADMIN_ID.
ADMIN_NONEXISTENT - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to reference a admin that does not exist.
ADMIN_NOT_INITIAL - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create an initial admin in a database, but a admin already existed.
ADMIN_OR_USER_UNSET - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to perform an operation that requires an admin or user.
ADMIN_READ - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows reading admins.
ADMIN_UNSET - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to perform an operation that requires an admin.
ADMIN_WRITE - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows for modifying admins.
ADMIN_WRITE_SELF - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows an admin to modify itself.
adminApiAddress() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the adminApiAddress record component.
adminAPIService() - Method in record class com.io7m.idstore.server.api.IdServerHTTPConfiguration
Returns the value of the adminAPIService record component.
AdminBan() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminBan
Creates an instance of a AdminBan record class.
adminBanCreate(IdBan) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Create a ban on the given admin account.
adminBanCreate(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminBanCreate(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminBanCreate(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminBanCreate(IdBan) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Create a ban on the given admin account.
adminBanDelete(IdBan) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Delete the given ban.
adminBanDelete(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminBanDelete(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminBanDelete(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminBanDelete(IdBan) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Delete the given ban.
adminBanGet(UUID) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Get the ban for the given admin, if one exists.
adminBanGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminBanGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminBanGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminBanGet(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Get the ban for the given admin, if one exists.
adminByEmailPaging() - Method in class com.io7m.idstore.server.internal.IdUserSession
 
adminCreate(IdName, IdRealName, IdEmail, IdPassword, Set<IdAdminPermission>) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Create an admin.
adminCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword, IdAdminPermissionSet) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Create a admin.
adminCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword, IdAdminPermissionSet) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword, IdAdminPermissionSet) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword, IdAdminPermissionSet) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminCreate(UUID, IdName, IdRealName, IdEmail, OffsetDateTime, IdPassword, Set<IdAdminPermission>) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Create an admin.
AdminCreate() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminCreate
Creates an instance of a AdminCreate record class.
adminCreateInitial(UUID, IdName, IdRealName, IdEmail, OffsetDateTime, IdPassword) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Create an (initial) admin.
adminDelete(UUID) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Delete the given admin.
adminDelete(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminDelete(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminDelete(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminDelete(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Delete the given admin.
AdminDelete() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminDelete
Creates an instance of a AdminDelete record class.
adminEmailAdd(UUID, IdEmail) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Add an email to the given admin.
adminEmailAdd(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminEmailAdd(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminEmailAdd(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminEmailAdd(UUID, IdEmail) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Add an email address to the given admin.
adminEmailRemove(UUID, IdEmail) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Remove an email from the given admin.
adminEmailRemove(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminEmailRemove(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminEmailRemove(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminEmailRemove(UUID, IdEmail) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Remove an email address from the given admin.
adminGet(UUID) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Fetch the given admin.
adminGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminGet(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
 
adminGetByEmail(IdEmail) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Fetch the given admin.
adminGetByEmail(IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminGetByEmail(IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminGetByEmail(IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminGetForEmail(IdEmail) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
 
adminGetForName(IdName) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
 
adminGetForNameRequire(IdName) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
 
adminGetRequire(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
 
adminId() - Method in interface com.io7m.idstore.database.api.IdDatabaseTransactionType
 
adminId() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminDelete
Returns the value of the adminId record component.
adminId() - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1AuthenticatedServlet
 
adminIdSet(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseTransactionType
Set the admin ID for the transaction.
adminLoggedIn() - Method in record class com.io7m.idstore.admin_client.internal.IdANewHandler
Returns the value of the adminLoggedIn record component.
adminLogin(UUID, String, String) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Record the fact that the given admin has logged in.
adminLoginHistoryLimit() - Method in record class com.io7m.idstore.server.api.IdServerHistoryConfiguration
Returns the value of the adminLoginHistoryLimit record component.
adminPaging() - Method in class com.io7m.idstore.server.internal.IdUserSession
 
adminPermissionGrant(UUID, IdAdminPermission) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Grant a permission to the given admin.
adminPermissionGrant(UUID, IdAdminPermission) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminPermissionGrant(UUID, IdAdminPermission) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminPermissionGrant(UUID, IdAdminPermission) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminPermissionRevoke(UUID, IdAdminPermission) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Revoke a permission from the given admin.
adminPermissionRevoke(UUID, IdAdminPermission) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminPermissionRevoke(UUID, IdAdminPermission) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminPermissionRevoke(UUID, IdAdminPermission) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
AdminRead() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminRead
Creates an instance of a AdminRead record class.
admins() - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
Get the implicit join path to the PUBLIC.ADMINS table.
Admins - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
Admins() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Admins
Create a ADMINS table reference
Admins(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Admins
Create an aliased ADMINS table reference
Admins(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Admins
Create an aliased ADMINS table reference
Admins(Table<O>, ForeignKey<O, AdminsRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Admins
 
ADMINS - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table ADMINS.
ADMINS - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table ADMINS.
ADMINS - Static variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The reference instance of ADMINS
adminSearch(IdAdminSearchParameters, Optional<List<Object>>) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
List admins.
adminSearchBegin(IdAdminSearchParameters) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Start searching/listing admins.
adminSearchBegin(IdAdminSearchParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminSearchBegin(IdAdminSearchParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminSearchBegin(IdAdminSearchParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminSearchByEmail(IdAdminSearchByEmailParameters, Optional<List<Object>>) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
List admins.
adminSearchByEmailBegin(IdAdminSearchByEmailParameters) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Start searching/listing admins.
adminSearchByEmailBegin(IdAdminSearchByEmailParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminSearchByEmailBegin(IdAdminSearchByEmailParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminSearchByEmailBegin(IdAdminSearchByEmailParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminSearchByEmailCount(IdAdminSearchByEmailParameters) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Determine approximate number of results that would be returned in total by a given search.
adminSearchByEmailNext() - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Continue searching/listing admins.
adminSearchByEmailNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminSearchByEmailNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminSearchByEmailNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminSearchByEmailPrevious() - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Continue searching/listing admins.
adminSearchByEmailPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminSearchByEmailPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminSearchByEmailPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminSearchCount(IdAdminSearchParameters) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Determine approximate number of results that would be returned in total by a given search.
adminSearchNext() - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Continue searching/listing admins.
adminSearchNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminSearchNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminSearchNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminSearchPrevious() - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Continue searching/listing admins.
adminSearchPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminSearchPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminSearchPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminSelf() - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Retrieve the current admin profile.
adminSelf() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminSelf() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminSelf() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
AdminsRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
AdminsRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Create a detached AdminsRecord
AdminsRecord(UUID, String, String, OffsetDateTime, OffsetDateTime, String, String, String, String, Boolean, Boolean) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Create a detached, initialised AdminsRecord
adminUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAdminsType
Update the given admin.
adminUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
adminUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
adminUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
adminUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>, Optional<Set<IdAdminPermission>>) - Method in interface com.io7m.idstore.database.api.IdDatabaseAdminsQueriesType
Update the given admin.
AdminWrite() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWrite
Creates an instance of a AdminWrite record class.
AdminWriteSelf() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWriteSelf
Creates an instance of a AdminWriteSelf record class.
AGENT - Variable in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
The column LOGIN_HISTORY.AGENT.
algorithm() - Method in record class com.io7m.idstore.model.IdHash
Returns the value of the algorithm record component.
algorithm() - Method in record class com.io7m.idstore.model.IdPassword
Returns the value of the algorithm record component.
all() - Static method in class com.io7m.idstore.model.IdAdminPermissionSet
 
apply(A) - Method in interface com.io7m.idstore.model.IdOptional.IdPartialFunctionType
Apply the function.
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
 
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
 
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
 
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
 
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
 
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
 
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
 
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
 
as(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
 
as(String, String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(String, Collection<? extends String>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(String, BiFunction<? super Field<?>, ? super Integer, ? extends String>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(String, Function<? super Field<?>, ? extends String>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Field<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
 
as(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
 
as(Name, Collection<? extends Name>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Name, BiFunction<? super Field<?>, ? super Integer, ? extends Name>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Name, Function<? super Field<?>, ? extends Name>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
 
as(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
 
as(Table<?>, Collection<? extends Field<?>>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Table<?>, BiFunction<? super Field<?>, ? super Integer, ? extends Field<?>>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Table<?>, Function<? super Field<?>, ? extends Field<?>>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
as(Table<?>, Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
ascending() - Method in record class com.io7m.idstore.model.IdAdminColumnOrdering
Returns the value of the ascending record component.
ascending() - Method in record class com.io7m.idstore.model.IdUserColumnOrdering
Returns the value of the ascending record component.
asMultiset() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asMultiset(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asMultiset(Field<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asMultiset(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(String, String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(String, Collection<? extends String>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(String, BiFunction<? super Field<?>, ? super Integer, ? extends String>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(String, Function<? super Field<?>, ? extends String>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(Name, Collection<? extends Name>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(Name, Name...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(Table<?>, Collection<? extends Field<?>>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asTable(Table<?>, Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
asterisk() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
attach(Configuration) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
Audit - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
Audit() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Audit
Create a AUDIT table reference
Audit(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Audit
Create an aliased AUDIT table reference
Audit(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Audit
Create an aliased AUDIT table reference
Audit(Table<O>, ForeignKey<O, AuditRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Audit
 
AUDIT - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table AUDIT.
AUDIT - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table AUDIT.
AUDIT - Static variable in class com.io7m.idstore.database.postgres.internal.tables.Audit
The reference instance of AUDIT
AUDIT_READ - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows reading the audit log.
auditCount(IdAuditSearchParameters) - Method in interface com.io7m.idstore.database.api.IdDatabaseAuditQueriesType
 
auditEvents(IdAuditSearchParameters, OptionalLong) - Method in interface com.io7m.idstore.database.api.IdDatabaseAuditQueriesType
Retrieve all audit events from the database matching the given parameters.
auditListParameters() - Method in class com.io7m.idstore.server.internal.IdUserSession
 
auditPaging() - Method in class com.io7m.idstore.server.internal.IdUserSession
 
auditPut(UUID, OffsetDateTime, String, String) - Method in interface com.io7m.idstore.database.api.IdDatabaseAuditQueriesType
Create an audit event.
AuditRead() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AuditRead
Creates an instance of a AuditRead record class.
AuditRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
AuditRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Create a detached AuditRecord
AuditRecord(Long, UUID, OffsetDateTime, String, String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Create a detached, initialised AuditRecord
auditSearchBegin(IdTimeRange, Optional<String>, Optional<String>, Optional<String>, int) - Method in interface com.io7m.idstore.admin_client.api.IdAClientAuditType
Start searching/listing audit events.
auditSearchBegin(IdTimeRange, Optional<String>, Optional<String>, Optional<String>, int) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
auditSearchBegin(IdTimeRange, Optional<String>, Optional<String>, Optional<String>, int) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
auditSearchBegin(IdTimeRange, Optional<String>, Optional<String>, Optional<String>, int) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
auditSearchNext() - Method in interface com.io7m.idstore.admin_client.api.IdAClientAuditType
Continue searching/listing events.
auditSearchNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
auditSearchNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
auditSearchNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
auditSearchPrevious() - Method in interface com.io7m.idstore.admin_client.api.IdAClientAuditType
Continue searching/listing events.
auditSearchPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
auditSearchPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
auditSearchPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
AUTHENTICATION_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
Authenticating a user or admin failed.
authenticationConfiguration() - Method in record class com.io7m.idstore.server.api.IdServerMailConfiguration
Returns the value of the authenticationConfiguration record component.

B

ban() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanCreate
Returns the value of the ban record component.
ban() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanCreate
Returns the value of the ban record component.
ban() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanCreate
Returns the value of the ban record component.
ban() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanGet
Returns the value of the ban record component.
ban() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanCreate
Returns the value of the ban record component.
ban() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanGet
Returns the value of the ban record component.
BANNED - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
A user or admin is banned.
Bans - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
Bans() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Bans
Create a BANS table reference
Bans(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Bans
Create an aliased BANS table reference
Bans(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Bans
Create an aliased BANS table reference
Bans(Table<O>, ForeignKey<O, BansRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Bans
 
BANS - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table BANS.
BANS - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table BANS.
BANS - Static variable in class com.io7m.idstore.database.postgres.internal.tables.Bans
The reference instance of BANS
BansRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
BansRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
Create a detached BansRecord
BansRecord(UUID, String, OffsetDateTime) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
Create a detached, initialised BansRecord
base() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerAbstract
 
base() - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerAbstract
 
boundedMaximumInput(HttpServletRequest, int) - Method in class com.io7m.idstore.server.internal.IdRequestLimits
Bound the given servlet request to the given maximum size, raising an exception if the incoming Content-Length is larger than this size.
branding() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the branding record component.
brandingConfiguration() - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Returns the value of the brandingConfiguration record component.
build() - Method in interface com.io7m.idstore.services.api.IdServiceDirectoryBuilderType
 
buttonColors() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the buttonColors record component.
BY_ID - Enum constant in enum class com.io7m.idstore.model.IdAdminColumn
Order by admin ID.
BY_ID - Enum constant in enum class com.io7m.idstore.model.IdUserColumn
Order by user ID.
BY_IDNAME - Enum constant in enum class com.io7m.idstore.model.IdAdminColumn
Order by admin id name.
BY_IDNAME - Enum constant in enum class com.io7m.idstore.model.IdUserColumn
Order by user id name.
BY_REALNAME - Enum constant in enum class com.io7m.idstore.model.IdAdminColumn
Order by admin realname.
BY_REALNAME - Enum constant in enum class com.io7m.idstore.model.IdUserColumn
Order by user realname.
BY_TIME_CREATED - Enum constant in enum class com.io7m.idstore.model.IdAdminColumn
Order by admin creation time.
BY_TIME_CREATED - Enum constant in enum class com.io7m.idstore.model.IdUserColumn
Order by user creation time.
BY_TIME_UPDATED - Enum constant in enum class com.io7m.idstore.model.IdAdminColumn
Order by admin update time.
BY_TIME_UPDATED - Enum constant in enum class com.io7m.idstore.model.IdUserColumn
Order by user update time.
ByID() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByID
Creates an instance of a ByID record class.
ByID() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByID
Creates an instance of a ByID record class.
ByIDName() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByIDName
Creates an instance of a ByIDName record class.
ByIDName() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByIDName
Creates an instance of a ByIDName record class.
ByRealName() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByRealName
Creates an instance of a ByRealName record class.
ByRealName() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByRealName
Creates an instance of a ByRealName record class.
ByTimeCreated() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeCreated
Creates an instance of a ByTimeCreated record class.
ByTimeCreated() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeCreated
Creates an instance of a ByTimeCreated record class.
ByTimeUpdated() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeUpdated
Creates an instance of a ByTimeUpdated record class.
ByTimeUpdated() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeUpdated
Creates an instance of a ByTimeUpdated record class.

C

canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminOrderingProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminPermissionSetProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminSearchByEmailParametersProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminSearchParametersProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminSummaryProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAuditEventProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAuditSearchParametersProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbBanProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbEmailProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbHashProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbIdNameProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbLoginProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbOffsetDateTimeProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbPasswordProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbRealNameProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbSubsetMatchProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbTimeRangeProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbTokenProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbURIProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserOrderingProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserSearchByEmailParametersProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserSearchParametersProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserSummaryProvider
 
canProvideFor(TypeUsage) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUUIDProvider
 
changed() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
changed(boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
changed(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
changed(int, boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
changed(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
changed(String, boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
changed(Field<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
changed(Field<?>, boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
changed(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
changed(Name, boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
check(IdSecActionType) - Method in class com.io7m.idstore.server.security.IdSecPolicyDefault
 
check(IdSecActionType) - Method in class com.io7m.idstore.server.security.IdSecPolicyDenyAll
 
check(IdSecActionType) - Method in class com.io7m.idstore.server.security.IdSecPolicyPermitAll
 
check(IdSecActionType) - Method in interface com.io7m.idstore.server.security.IdSecPolicyType
Check that a user is allowed to perform an action by the current policy.
check(IdSecActionType) - Static method in class com.io7m.idstore.server.security.IdSecurity
Check that a user is allowed to perform an action by the current policy.
check(String) - Method in record class com.io7m.idstore.model.IdPassword
Check the given plain text password against this hashed password.
check(String, String, byte[]) - Method in class com.io7m.idstore.model.IdPasswordAlgorithmPBKDF2HmacSHA256
 
check(String, String, byte[]) - Method in class com.io7m.idstore.model.IdPasswordAlgorithmRedacted
 
check(String, String, byte[]) - Method in interface com.io7m.idstore.model.IdPasswordAlgorithmType
Check if the given plain text password matches the expected hash.
CHECK_BAN_PRIMARY - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
clock() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns the value of the clock record component.
clock() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabase
 
clock() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the clock record component.
clock() - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1AuthenticatedServlet
 
clock() - Method in class com.io7m.idstore.server.internal.user_v1.IdU1AuthenticatedServlet
 
clock() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
close() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
close() - Method in interface com.io7m.idstore.database.api.IdDatabaseConnectionType
 
close() - Method in interface com.io7m.idstore.database.api.IdDatabaseTransactionType
 
close() - Method in interface com.io7m.idstore.database.api.IdDatabaseType
 
close() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabase
 
close() - Method in interface com.io7m.idstore.server.api.IdServerType
 
close() - Method in class com.io7m.idstore.server.internal.IdServer
 
close() - Method in class com.io7m.idstore.server.internal.IdServerEventBusService
 
close() - Method in class com.io7m.idstore.server.internal.IdServerMailService
 
close() - Method in class com.io7m.idstore.server.internal.IdServerMaintenanceService
 
close() - Method in interface com.io7m.idstore.server.logging.IdServerMDCProcessorType
Remove any MDC properties that were added by the processor.
close() - Method in class com.io7m.idstore.server.logging.IdServerMDCRequestProcessor
 
close() - Method in class com.io7m.idstore.server.logging.IdServerMDCResponseProcessor
 
close() - Method in class com.io7m.idstore.services.api.IdServiceDirectory
 
close() - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
closeTemplateSource(Object) - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateLoader
 
collectorAddress() - Method in record class com.io7m.idstore.server.api.IdServerOpenTelemetryConfiguration
Returns the value of the collectorAddress record component.
colorScheme() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMCSSData
Returns the value of the colorScheme record component.
column() - Method in record class com.io7m.idstore.model.IdAdminColumnOrdering
Returns the value of the column record component.
column() - Method in record class com.io7m.idstore.model.IdUserColumnOrdering
Returns the value of the column record component.
com.io7m.idstore.admin_client - package com.io7m.idstore.admin_client
Identity server (Admin client implementation)
com.io7m.idstore.admin_client.api - package com.io7m.idstore.admin_client.api
Identity server (Admin client API)
com.io7m.idstore.admin_client.internal - package com.io7m.idstore.admin_client.internal
Identity server (Client implementation [internals])
com.io7m.idstore.database.api - package com.io7m.idstore.database.api
Identity server (Server database API)
com.io7m.idstore.database.postgres - package com.io7m.idstore.database.postgres
Identity server (Server database Postgresql implementation)
com.io7m.idstore.database.postgres.internal - package com.io7m.idstore.database.postgres.internal
Identity server (Server database Postgresql implementation [internals])
com.io7m.idstore.database.postgres.internal.tables - package com.io7m.idstore.database.postgres.internal.tables
 
com.io7m.idstore.database.postgres.internal.tables.records - package com.io7m.idstore.database.postgres.internal.tables.records
 
com.io7m.idstore.error_codes - package com.io7m.idstore.error_codes
Identity server (error codes).
com.io7m.idstore.model - package com.io7m.idstore.model
Identity server (Model)
com.io7m.idstore.protocol.admin - package com.io7m.idstore.protocol.admin
Identity server (Admin Protocol)
com.io7m.idstore.protocol.admin.cb - package com.io7m.idstore.protocol.admin.cb
Identity server (Admin Protocol v1 [Cedarbridge encoding])
com.io7m.idstore.protocol.admin.cb.internal - package com.io7m.idstore.protocol.admin.cb.internal
Identity server (Admin Protocol v1 [Cedarbridge encoding])
com.io7m.idstore.protocol.api - package com.io7m.idstore.protocol.api
Identity server (Protocol base types)
com.io7m.idstore.protocol.user - package com.io7m.idstore.protocol.user
Identity server (User Protocol)
com.io7m.idstore.protocol.user.cb - package com.io7m.idstore.protocol.user.cb
Identity server (User Protocol v1 [Cedarbridge encoding])
com.io7m.idstore.protocol.user.cb.internal - package com.io7m.idstore.protocol.user.cb.internal
Identity server (User Protocol v1 [Cedarbridge encoding])
com.io7m.idstore.server - package com.io7m.idstore.server
Identity server (Server)
com.io7m.idstore.server.api - package com.io7m.idstore.server.api
The server API.
com.io7m.idstore.server.api.events - package com.io7m.idstore.server.api.events
The server API (Events).
com.io7m.idstore.server.internal - package com.io7m.idstore.server.internal
Identity server [logging internals]
com.io7m.idstore.server.internal.admin - package com.io7m.idstore.server.internal.admin
The server implementation (internals [Admin Core]).
com.io7m.idstore.server.internal.admin_v1 - package com.io7m.idstore.server.internal.admin_v1
The server implementation (internals [Admin API v1]).
com.io7m.idstore.server.internal.command_exec - package com.io7m.idstore.server.internal.command_exec
The server implementation (internals [command executor]).
com.io7m.idstore.server.internal.common - package com.io7m.idstore.server.internal.common
The server implementation (internals [Common servlets]).
com.io7m.idstore.server.internal.freemarker - package com.io7m.idstore.server.internal.freemarker
The server implementation (internals [Freemarker templates]).
com.io7m.idstore.server.internal.user - package com.io7m.idstore.server.internal.user
The server implementation (internals [User API]).
com.io7m.idstore.server.internal.user_v1 - package com.io7m.idstore.server.internal.user_v1
The server implementation (internals [User API v1]).
com.io7m.idstore.server.internal.user_view - package com.io7m.idstore.server.internal.user_view
The server implementation (internals [views]).
com.io7m.idstore.server.logging - package com.io7m.idstore.server.logging
Identity server [logging internals]
com.io7m.idstore.server.main - package com.io7m.idstore.server.main
The server main distribution.
com.io7m.idstore.server.main.internal - package com.io7m.idstore.server.main.internal
The server main distribution [internals].
com.io7m.idstore.server.security - package com.io7m.idstore.server.security
The server security policy.
com.io7m.idstore.services.api - package com.io7m.idstore.services.api
Identity server (GUI Services API)
com.io7m.idstore.tests.arbitraries - package com.io7m.idstore.tests.arbitraries
Identity server (Arbitrary instances)
com.io7m.idstore.user_client - package com.io7m.idstore.user_client
Identity server (Client implementation)
com.io7m.idstore.user_client.api - package com.io7m.idstore.user_client.api
Identity server (Client API)
com.io7m.idstore.user_client.internal - package com.io7m.idstore.user_client.internal
Identity server (Client implementation [internals])
commandAdminBanCreate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminBanDelete() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminBanGet() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminCreate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminDelete() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminEmailAdd() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminEmailRemove() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminGet() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminGetByEmail() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminPermissionGrant() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminPermissionRevoke() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminSearchBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminSearchByEmailBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminSearchByEmailNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminSearchByEmailPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminSearchNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminSearchPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminSelf() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAdminUpdate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAuditSearchBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAuditSearchNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandAuditSearchPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandEmailAddBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandEmailAddDeny() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandEmailAddPermit() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandEmailRemoveBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandEmailRemoveDeny() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandEmailRemovePermit() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandLogin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandLogin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandNames() - Method in class com.io7m.idstore.server.main.IdServerMain
 
commands() - Method in class com.io7m.idstore.server.main.IdServerMain
 
commandUserBanCreate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserBanDelete() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserBanGet() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserCreate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserDelete() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserEmailAdd() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserEmailRemove() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserGet() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserGetByEmail() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserLoginHistory() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserPasswordUpdate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandUserRealnameUpdate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandUserSearchBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserSearchByEmailBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserSearchByEmailNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserSearchByEmailPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserSearchNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserSearchPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commandUserSelf() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
commandUserUpdate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
commit() - Method in interface com.io7m.idstore.database.api.IdDatabaseTransactionType
Commit the transaction.
compareTo(Record) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
component1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
component10() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component11() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
component2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
component2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
component2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
component2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
component2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
component2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
component2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
component3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
component3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
component3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
component3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
component3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
component3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
component3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
component4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
component4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
component4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
component4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
component5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
component5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
component5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
component6() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component6() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
component7() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component7() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
component8() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component8() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
component9() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
component9() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
configuration() - Method in class com.io7m.idstore.server.internal.IdServerConfigurationService
 
configuration() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
CONSTRAINT_1 - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_1E - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_1EF - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_3 - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_3B - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_3E - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_4 - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_4D - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_4D4 - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_7 - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_72 - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_72C - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_7A - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_7A1 - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_7A1A - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_A - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_A2 - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_D - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
CONSTRAINT_DD - Static variable in class com.io7m.idstore.database.postgres.internal.Keys
 
contains(T) - Method in record class com.io7m.idstore.model.IdNonEmptyList
 
CONTENT_TYPE - Static variable in class com.io7m.idstore.protocol.admin.cb.IdACB1Messages
The content type for the protocol.
CONTENT_TYPE - Static variable in class com.io7m.idstore.protocol.user.cb.IdUCB1Messages
The content type for the protocol.
CONTENT_TYPE - Static variable in class com.io7m.idstore.server.api.IdServerConfigurationFiles
The content type for the protocol.
contentType() - Static method in class com.io7m.idstore.protocol.admin.cb.IdACB1Messages
 
contentType() - Static method in class com.io7m.idstore.protocol.user.cb.IdUCB1Messages
 
contentType() - Static method in class com.io7m.idstore.server.api.IdServerConfigurationFiles
 
contentType() - Static method in class com.io7m.idstore.server.internal.IdVerdantMessages
 
convert(Class<U>, Function<? super AdminsRecord, ? extends U>, Function<? super U, ? extends AdminsRecord>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
convert(Binding<AdminsRecord, U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
convert(Converter<AdminsRecord, U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
convertFrom(Class<U>, Function<? super AdminsRecord, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
convertFrom(Function<? super AdminsRecord, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
convertFromWire(ProtocolIdA1v1Type) - Method in class com.io7m.idstore.protocol.admin.cb.IdACB1Validation
 
convertFromWire(ProtocolIdU1v1Type) - Method in class com.io7m.idstore.protocol.user.cb.IdUCB1Validation
 
convertFromWire(R) - Method in interface com.io7m.idstore.protocol.api.IdProtocolMessageValidatorType
Convert a wire message to a core message.
convertTo(Class<U>, Function<? super U, ? extends AdminsRecord>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
convertTo(Function<? super U, ? extends AdminsRecord>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
convertToWire(IdAMessageType) - Method in class com.io7m.idstore.protocol.admin.cb.IdACB1Validation
 
convertToWire(IdUMessageType) - Method in class com.io7m.idstore.protocol.user.cb.IdUCB1Validation
 
convertToWire(T) - Method in interface com.io7m.idstore.protocol.api.IdProtocolMessageValidatorType
Convert a core message to a wire message.
create() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns the value of the create record component.
create() - Static method in class com.io7m.idstore.model.IdPasswordAlgorithmPBKDF2HmacSHA256
Create an algorithm with a strong iteration count and key length.
create() - Static method in class com.io7m.idstore.model.IdPasswordAlgorithmRedacted
Create an algorithm with the given iteration count and key length.
create() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns the value of the create record component.
create() - Static method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
create() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
Deprecated.
create() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Deprecated.
create(int, int) - Static method in class com.io7m.idstore.model.IdPasswordAlgorithmPBKDF2HmacSHA256
Create an algorithm with the given iteration count and key length.
create(IdAdminSearchByEmailParameters) - Static method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchByEmailPaging
A paging handler for admin summaries.
create(IdAdminSearchParameters) - Static method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchPaging
A paging handler for admin summaries.
create(IdAuditSearchParameters) - Static method in class com.io7m.idstore.database.api.IdDatabaseAuditListPaging
A paging handler for audit events.
create(IdUserSearchByEmailParameters) - Static method in class com.io7m.idstore.database.api.IdDatabaseUserSearchByEmailPaging
A paging handler for user summaries.
create(IdUserSearchParameters) - Static method in class com.io7m.idstore.database.api.IdDatabaseUserSearchPaging
A paging handler for user summaries.
create(IdServerConfiguration) - Static method in class com.io7m.idstore.server.internal.IdServerTelemetryService
Create a telemetry service.
create(IdServerClock, IdServerTelemetryService, IdDatabaseType) - Static method in class com.io7m.idstore.server.internal.IdServerMaintenanceService
A service that performs nightly database maintenance.
create(IdServerStrings, IdFMTemplateService, IdServerBrandingConfiguration) - Static method in class com.io7m.idstore.server.internal.IdServerBrandingService
Create a branding service.
create(IdServerTelemetryService, long, TimeUnit) - Static method in class com.io7m.idstore.server.internal.IdRateLimitEmailVerificationService
A rate limiting service for email verifications.
create(IdServerTelemetryService, long, TimeUnit) - Static method in class com.io7m.idstore.server.internal.IdRateLimitPasswordResetService
Create a rate limit service.
create(IdServerTelemetryService, IdServerBrandingService, IdFMTemplateService, IdServerMailService, IdServerConfiguration, IdServerClock, IdDatabaseType, IdServerStrings, IdRateLimitPasswordResetService) - Static method in class com.io7m.idstore.server.internal.IdUserPasswordResetService
Create a new password reset service.
create(IdServerTelemetryService, String, long, TimeUnit) - Static method in class com.io7m.idstore.server.internal.IdRateLimiter
Create a rate limiter.
create(IdServiceDirectoryType, IdDatabaseTransactionType, HttpServletRequest, HttpSession, IdUser) - Static method in class com.io7m.idstore.server.internal.user.IdUCommandContext
Create a new command context from the given objects.
create(Class<T>, Function<IdServiceDirectoryType, T>) - Method in class com.io7m.idstore.server.internal.IdServletHolders
Create a new servlet holder.
create(Clock, IdServerTelemetryService, IdServerEventBusService, IdServerMailConfiguration) - Static method in class com.io7m.idstore.server.internal.IdServerMailService
Create a new mail service.
create(Locale) - Method in interface com.io7m.idstore.admin_client.api.IdAClientFactoryType
Create a new client.
create(Locale) - Method in class com.io7m.idstore.admin_client.IdAClients
 
create(Locale) - Method in interface com.io7m.idstore.user_client.api.IdUClientFactoryType
Create a new client.
create(Locale) - Method in class com.io7m.idstore.user_client.IdUClients
 
create(Configuration) - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
Deprecated.
create(Context<?>) - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
Deprecated.
CREATE_DATABASE - Enum constant in enum class com.io7m.idstore.database.api.IdDatabaseCreate
Create the database.
createField(String, DataType<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(String, DataType<T>, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(String, DataType<T>, String, Binding<T, U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(String, DataType<T>, String, Converter<T, U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(String, DataType<T>, String, Converter<X, U>, Binding<T, X>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(String, DataType<T>, Table<R>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(String, DataType<T>, Table<R>, String) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(String, DataType<T>, Table<R>, String, Binding<T, U>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(String, DataType<T>, Table<R>, String, Converter<T, U>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(String, DataType<T>, Table<R>, String, Converter<X, U>, Binding<T, X>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Deprecated.
createField(Name, DataType<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, String, Binding<T, U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, String, Converter<T, U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, String, Converter<X, U>, Binding<T, X>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, Table<R>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, Table<R>, String) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, Table<R>, String, Binding<T, U>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, Table<R>, String, Converter<T, U>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, Table<R>, String, Converter<X, U>, Binding<T, X>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, TR, String, Binding<T, U>, Generator<R, TR, U>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, TR, String, Converter<T, U>, Generator<R, TR, U>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, TR, String, Converter<X, U>, Binding<T, X>, Generator<R, TR, U>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField(Name, DataType<T>, TR, String, Generator<R, TR, T>) - Static method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField0(Name, DataType<T>, TR, String, Binding<T, U>, Generator<AdminsRecord, TR, U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField0(Name, DataType<T>, TR, String, Converter<T, U>, Generator<AdminsRecord, TR, U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField0(Name, DataType<T>, TR, String, Converter<X, U>, Binding<T, X>, Generator<AdminsRecord, TR, U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createField0(Name, DataType<T>, TR, String, Generator<AdminsRecord, TR, T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
createHandler(HttpClient, IdAStrings, URI) - Method in interface com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerFactoryType
Create a new handler.
createHandler(HttpClient, IdAStrings, URI) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlers1
 
createHandler(HttpClient, IdUStrings, URI) - Method in interface com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerFactoryType
Create a new handler.
createHandler(HttpClient, IdUStrings, URI) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlers1
 
createHashed(String) - Method in interface com.io7m.idstore.model.IdPasswordAlgorithmType
Create a hashed password with a random salt.
createHashed(String, byte[]) - Method in class com.io7m.idstore.model.IdPasswordAlgorithmPBKDF2HmacSHA256
 
createHashed(String, byte[]) - Method in class com.io7m.idstore.model.IdPasswordAlgorithmRedacted
 
createHashed(String, byte[]) - Method in interface com.io7m.idstore.model.IdPasswordAlgorithmType
Create a hashed password.
createOrGet(UUID, String) - Method in class com.io7m.idstore.server.internal.IdUserSessionService
Create or get an existing user controller.
createServer(IdServerConfiguration) - Method in interface com.io7m.idstore.server.api.IdServerFactoryType
Create a new server instance.
createServer(IdServerConfiguration) - Method in class com.io7m.idstore.server.IdServers
 
crossApply(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossApply(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossApply(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossApply(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossApply(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossApply(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
crossJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
css() - Method in class com.io7m.idstore.server.internal.IdServerBrandingService
 
cssTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
currentTime() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMaintenanceQueries
 

D

database() - Method in interface com.io7m.idstore.server.api.IdServerType
 
database() - Method in class com.io7m.idstore.server.internal.IdServer
 
database() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
databaseConfiguration() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the databaseConfiguration record component.
databaseConfiguration() - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Returns the value of the databaseConfiguration record component.
databaseName() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns the value of the databaseName record component.
databaseName() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns the value of the databaseName record component.
databases() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the databases record component.
dataType(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
dataType(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
dataType(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
dataType(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
dataType(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
dataType(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
dataTypes() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
dataTypes() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
declaresCTE() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
declaresFields() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
declaresTables() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
declaresWindows() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
DEFAULT_CATALOG - Static variable in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
The reference instance of DEFAULT_CATALOG
DEFAULT_SCHEMA - Variable in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
The schema DEFAULT_SCHEMA.
DEFAULT_SCHEMA - Static variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The reference instance of DEFAULT_SCHEMA
DefaultCatalog - Class in com.io7m.idstore.database.postgres.internal
This class is generated by jOOQ.
defaults() - Static method in record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
 
defaults() - Static method in record class com.io7m.idstore.model.IdAdminSearchParameters
 
defaults() - Static method in record class com.io7m.idstore.model.IdAuditSearchParameters
 
defaults() - Static method in record class com.io7m.idstore.model.IdUserSearchByEmailParameters
 
defaults() - Static method in record class com.io7m.idstore.model.IdUserSearchParameters
 
defaults() - Static method in record class com.io7m.idstore.server.api.IdServerColorScheme
 
DefaultSchema - Class in com.io7m.idstore.database.postgres.internal
This class is generated by jOOQ.
delete(UUID, String) - Method in class com.io7m.idstore.server.internal.IdUserSessionService
Delete a user controller if one exists.
DELETING - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.DELETING.
DELETING - Variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The column USERS.DELETING.
DENIED - Enum constant in enum class com.io7m.idstore.model.IdEmailVerificationResolution
The verification challenge was denied.
description() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabase
 
description() - Method in class com.io7m.idstore.protocol.admin.cb.IdACB1Messages
 
description() - Method in class com.io7m.idstore.protocol.user.cb.IdUCB1Messages
 
description() - Method in class com.io7m.idstore.server.api.IdServerConfigurationFiles
 
description() - Method in class com.io7m.idstore.server.internal.admin_v1.IdACB1Sends
 
description() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
description() - Method in class com.io7m.idstore.server.internal.IdRateLimitEmailVerificationService
 
description() - Method in class com.io7m.idstore.server.internal.IdRateLimitPasswordResetService
 
description() - Method in class com.io7m.idstore.server.internal.IdRequestLimits
 
description() - Method in class com.io7m.idstore.server.internal.IdServerBrandingService
 
description() - Method in class com.io7m.idstore.server.internal.IdServerClock
 
description() - Method in class com.io7m.idstore.server.internal.IdServerConfigurationService
 
description() - Method in class com.io7m.idstore.server.internal.IdServerEventBusService
 
description() - Method in class com.io7m.idstore.server.internal.IdServerMailService
 
description() - Method in class com.io7m.idstore.server.internal.IdServerMaintenanceService
 
description() - Method in class com.io7m.idstore.server.internal.IdServerStrings
 
description() - Method in class com.io7m.idstore.server.internal.IdServerTelemetryService
 
description() - Method in class com.io7m.idstore.server.internal.IdUserPasswordResetService
 
description() - Method in class com.io7m.idstore.server.internal.IdUserSessionService
 
description() - Method in class com.io7m.idstore.server.internal.IdVerdantMessages
 
description() - Method in class com.io7m.idstore.server.internal.user_v1.IdUCB1Sends
 
description() - Method in interface com.io7m.idstore.services.api.IdServiceType
 
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Deserialize a value of type IdA1Admin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByID
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByID.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByIDName
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByIDName.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByRealName
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByRealName.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeCreated
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByTimeCreated.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeUpdated
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByTimeUpdated.
deserialize(CBSerializationContextType) - Static method in interface com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn
Deserialize a value of type IdA1AdminColumn.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumnOrdering
Deserialize a value of type IdA1AdminColumnOrdering.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminOrdering
Deserialize a value of type IdA1AdminOrdering.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminBan
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.AdminBan.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminCreate
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.AdminCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminDelete
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.AdminDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminRead
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.AdminRead.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWrite
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.AdminWrite.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWriteSelf
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.AdminWriteSelf.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AuditRead
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.AuditRead.
deserialize(CBSerializationContextType) - Static method in interface com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission
Deserialize a value of type IdA1AdminPermission.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserBan
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.UserBan.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserCreate
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.UserCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserDelete
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.UserDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserRead
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.UserRead.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserWrite
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.UserWrite.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Deserialize a value of type IdA1AdminSearchByEmailParameters.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Deserialize a value of type IdA1AdminSearchParameters.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Deserialize a value of type IdA1AdminSummary.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Deserialize a value of type IdA1AuditEvent.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Deserialize a value of type IdA1AuditSearchParameters.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Ban
Deserialize a value of type IdA1Ban.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanCreate
Deserialize a value of type IdA1CommandAdminBanCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanDelete
Deserialize a value of type IdA1CommandAdminBanDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanGet
Deserialize a value of type IdA1CommandAdminBanGet.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Deserialize a value of type IdA1CommandAdminCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminDelete
Deserialize a value of type IdA1CommandAdminDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailAdd
Deserialize a value of type IdA1CommandAdminEmailAdd.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailRemove
Deserialize a value of type IdA1CommandAdminEmailRemove.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGet
Deserialize a value of type IdA1CommandAdminGet.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGetByEmail
Deserialize a value of type IdA1CommandAdminGetByEmail.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionGrant
Deserialize a value of type IdA1CommandAdminPermissionGrant.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionRevoke
Deserialize a value of type IdA1CommandAdminPermissionRevoke.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchBegin
Deserialize a value of type IdA1CommandAdminSearchBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailBegin
Deserialize a value of type IdA1CommandAdminSearchByEmailBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailNext
Deserialize a value of type IdA1CommandAdminSearchByEmailNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailPrevious
Deserialize a value of type IdA1CommandAdminSearchByEmailPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchNext
Deserialize a value of type IdA1CommandAdminSearchNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchPrevious
Deserialize a value of type IdA1CommandAdminSearchPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSelf
Deserialize a value of type IdA1CommandAdminSelf.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Deserialize a value of type IdA1CommandAdminUpdate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchBegin
Deserialize a value of type IdA1CommandAuditSearchBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchNext
Deserialize a value of type IdA1CommandAuditSearchNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchPrevious
Deserialize a value of type IdA1CommandAuditSearchPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandLogin
Deserialize a value of type IdA1CommandLogin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanCreate
Deserialize a value of type IdA1CommandUserBanCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanDelete
Deserialize a value of type IdA1CommandUserBanDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanGet
Deserialize a value of type IdA1CommandUserBanGet.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Deserialize a value of type IdA1CommandUserCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserDelete
Deserialize a value of type IdA1CommandUserDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailAdd
Deserialize a value of type IdA1CommandUserEmailAdd.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailRemove
Deserialize a value of type IdA1CommandUserEmailRemove.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGet
Deserialize a value of type IdA1CommandUserGet.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGetByEmail
Deserialize a value of type IdA1CommandUserGetByEmail.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserLoginHistory
Deserialize a value of type IdA1CommandUserLoginHistory.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchBegin
Deserialize a value of type IdA1CommandUserSearchBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailBegin
Deserialize a value of type IdA1CommandUserSearchByEmailBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailNext
Deserialize a value of type IdA1CommandUserSearchByEmailNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailPrevious
Deserialize a value of type IdA1CommandUserSearchByEmailPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchNext
Deserialize a value of type IdA1CommandUserSearchNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchPrevious
Deserialize a value of type IdA1CommandUserSearchPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Deserialize a value of type IdA1CommandUserUpdate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Deserialize a value of type IdA1Login.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Password
Deserialize a value of type IdA1Password.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanCreate
Deserialize a value of type IdA1ResponseAdminBanCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanDelete
Deserialize a value of type IdA1ResponseAdminBanDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanGet
Deserialize a value of type IdA1ResponseAdminBanGet.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminCreate
Deserialize a value of type IdA1ResponseAdminCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminDelete
Deserialize a value of type IdA1ResponseAdminDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminGet
Deserialize a value of type IdA1ResponseAdminGet.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchBegin
Deserialize a value of type IdA1ResponseAdminSearchBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailBegin
Deserialize a value of type IdA1ResponseAdminSearchByEmailBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailNext
Deserialize a value of type IdA1ResponseAdminSearchByEmailNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailPrevious
Deserialize a value of type IdA1ResponseAdminSearchByEmailPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchNext
Deserialize a value of type IdA1ResponseAdminSearchNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchPrevious
Deserialize a value of type IdA1ResponseAdminSearchPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSelf
Deserialize a value of type IdA1ResponseAdminSelf.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminUpdate
Deserialize a value of type IdA1ResponseAdminUpdate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchBegin
Deserialize a value of type IdA1ResponseAuditSearchBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchNext
Deserialize a value of type IdA1ResponseAuditSearchNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchPrevious
Deserialize a value of type IdA1ResponseAuditSearchPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
Deserialize a value of type IdA1ResponseError.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseLogin
Deserialize a value of type IdA1ResponseLogin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanCreate
Deserialize a value of type IdA1ResponseUserBanCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanDelete
Deserialize a value of type IdA1ResponseUserBanDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanGet
Deserialize a value of type IdA1ResponseUserBanGet.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserCreate
Deserialize a value of type IdA1ResponseUserCreate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserDelete
Deserialize a value of type IdA1ResponseUserDelete.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserGet
Deserialize a value of type IdA1ResponseUserGet.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserLoginHistory
Deserialize a value of type IdA1ResponseUserLoginHistory.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchBegin
Deserialize a value of type IdA1ResponseUserSearchBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailBegin
Deserialize a value of type IdA1ResponseUserSearchByEmailBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailNext
Deserialize a value of type IdA1ResponseUserSearchByEmailNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailPrevious
Deserialize a value of type IdA1ResponseUserSearchByEmailPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchNext
Deserialize a value of type IdA1ResponseUserSearchNext.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchPrevious
Deserialize a value of type IdA1ResponseUserSearchPrevious.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserUpdate
Deserialize a value of type IdA1ResponseUserUpdate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimeRange
Deserialize a value of type IdA1TimeRange.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Deserialize a value of type IdA1TimestampUTC.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Deserialize a value of type IdA1User.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByID
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByID.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByIDName
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByIDName.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByRealName
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByRealName.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeCreated
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByTimeCreated.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeUpdated
Deserialize a value of type com.io7m.idstore.protocol.admin.cb.ByTimeUpdated.
deserialize(CBSerializationContextType) - Static method in interface com.io7m.idstore.protocol.admin.cb.IdA1UserColumn
Deserialize a value of type IdA1UserColumn.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumnOrdering
Deserialize a value of type IdA1UserColumnOrdering.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserOrdering
Deserialize a value of type IdA1UserOrdering.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Deserialize a value of type IdA1UserSearchByEmailParameters.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Deserialize a value of type IdA1UserSearchParameters.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Deserialize a value of type IdA1UserSummary.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UUID
Deserialize a value of type IdA1UUID.
deserialize(CBSerializationContextType) - Method in class com.io7m.idstore.protocol.admin.cb.ProtocolIdA1v1Serializer
 
deserialize(CBSerializationContextType) - Static method in interface com.io7m.idstore.protocol.admin.cb.ProtocolIdA1v1Type
Deserialize a value of type ProtocolIdA1v1Type.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddBegin
Deserialize a value of type IdU1CommandEmailAddBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddDeny
Deserialize a value of type IdU1CommandEmailAddDeny.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddPermit
Deserialize a value of type IdU1CommandEmailAddPermit.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveBegin
Deserialize a value of type IdU1CommandEmailRemoveBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveDeny
Deserialize a value of type IdU1CommandEmailRemoveDeny.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemovePermit
Deserialize a value of type IdU1CommandEmailRemovePermit.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandLogin
Deserialize a value of type IdU1CommandLogin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandPasswordUpdate
Deserialize a value of type IdU1CommandPasswordUpdate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandRealnameUpdate
Deserialize a value of type IdU1CommandRealnameUpdate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandUserSelf
Deserialize a value of type IdU1CommandUserSelf.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1Password
Deserialize a value of type IdU1Password.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddBegin
Deserialize a value of type IdU1ResponseEmailAddBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddDeny
Deserialize a value of type IdU1ResponseEmailAddDeny.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddPermit
Deserialize a value of type IdU1ResponseEmailAddPermit.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveBegin
Deserialize a value of type IdU1ResponseEmailRemoveBegin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveDeny
Deserialize a value of type IdU1ResponseEmailRemoveDeny.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemovePermit
Deserialize a value of type IdU1ResponseEmailRemovePermit.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Deserialize a value of type IdU1ResponseError.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseLogin
Deserialize a value of type IdU1ResponseLogin.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserSelf
Deserialize a value of type IdU1ResponseUserSelf.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserUpdate
Deserialize a value of type IdU1ResponseUserUpdate.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Deserialize a value of type IdU1TimestampUTC.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Deserialize a value of type IdU1User.
deserialize(CBSerializationContextType) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1UUID
Deserialize a value of type IdU1UUID.
deserialize(CBSerializationContextType) - Method in class com.io7m.idstore.protocol.user.cb.ProtocolIdU1v1Serializer
 
deserialize(CBSerializationContextType) - Static method in interface com.io7m.idstore.protocol.user.cb.ProtocolIdU1v1Type
Deserialize a value of type ProtocolIdU1v1Type.
deserialize(CBSerializationContextType, CBDeserializeType<T>) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Deserialize a value of type IdA1Page.
detach() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
divideBy(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
DO_NOT_CREATE_DATABASE - Enum constant in enum class com.io7m.idstore.database.api.IdDatabaseCreate
Do not create the database.
DO_NOT_UPGRADE_DATABASE - Enum constant in enum class com.io7m.idstore.database.api.IdDatabaseUpgrade
Do not upgrade the database.
doLayout(ILoggingEvent) - Method in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
doLayout(ILoggingEvent) - Method in class com.io7m.idstore.server.logging.IdLoggingPatternLayout
 

E

earliest() - Static method in interface com.io7m.idstore.database.api.IdDatabaseQueriesType
 
EARLIEST - Static variable in interface com.io7m.idstore.database.api.IdDatabaseQueriesType
The earliest possible time considered by the server
email() - Method in record class com.io7m.idstore.model.IdEmailOwner
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.model.IdEmailVerification
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.model.IdUserCreate
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailAdd
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailRemove
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminGetByEmail
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserCreate
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailAdd
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailRemove
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserGetByEmail
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddBegin
Returns the value of the email record component.
email() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveBegin
Returns the value of the email record component.
EMAIL - Variable in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
The column EMAIL_VERIFICATIONS.EMAIL.
EMAIL_ADD - Enum constant in enum class com.io7m.idstore.model.IdEmailVerificationOperation
The email address should be added to the associated user/admin.
EMAIL_ADDRESS - Variable in class com.io7m.idstore.database.postgres.internal.tables.Emails
The column EMAILS.EMAIL_ADDRESS.
EMAIL_DUPLICATE - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create an email that already exists.
EMAIL_NONEXISTENT - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to reference an email that does not exist.
EMAIL_ONE_REQUIRED - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to remove the last email address from a user.
EMAIL_REMOVE - Enum constant in enum class com.io7m.idstore.model.IdEmailVerificationOperation
The email address should be removed from the associated user/admin.
EMAIL_VERIFICATION_DUPLICATE - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create a email verification token that already exists.
EMAIL_VERIFICATION_FAILED - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An email verification failed for any reason.
EMAIL_VERIFICATION_NONEXISTENT - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to reference a nonexistent email verification token.
EMAIL_VERIFICATIONS - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table EMAIL_VERIFICATIONS.
EMAIL_VERIFICATIONS - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table EMAIL_VERIFICATIONS.
EMAIL_VERIFICATIONS - Static variable in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
The reference instance of EMAIL_VERIFICATIONS
emailExists(IdEmail) - Method in interface com.io7m.idstore.database.api.IdDatabaseEmailsQueriesType
Determine if an email address already exists.
emailPasswordResetTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
emails() - Method in record class com.io7m.idstore.model.IdAdmin
Returns the value of the emails record component.
emails() - Method in record class com.io7m.idstore.model.IdUser
Returns the value of the emails record component.
Emails - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
Emails() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Emails
Create a EMAILS table reference
Emails(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Emails
Create an aliased EMAILS table reference
Emails(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Emails
Create an aliased EMAILS table reference
Emails(Table<O>, ForeignKey<O, EmailsRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Emails
 
EMAILS - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table EMAILS.
EMAILS - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table EMAILS.
EMAILS - Static variable in class com.io7m.idstore.database.postgres.internal.tables.Emails
The reference instance of EMAILS
EmailsRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
EmailsRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
Create a detached EmailsRecord
EmailsRecord(UUID, UUID, String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
Create a detached, initialised EmailsRecord
emailSubject(String) - Method in class com.io7m.idstore.server.internal.IdServerBrandingService
The branded email subject.
emailVerificationCreate(IdEmailVerification) - Method in interface com.io7m.idstore.database.api.IdDatabaseEmailsQueriesType
Create a verification.
emailVerificationDelete(IdToken, IdEmailVerificationResolution) - Method in interface com.io7m.idstore.database.api.IdDatabaseEmailsQueriesType
Delete a verification.
emailVerificationGet(IdToken) - Method in interface com.io7m.idstore.database.api.IdDatabaseEmailsQueriesType
Retrieve a verification.
emailVerificationRateLimit() - Method in record class com.io7m.idstore.server.api.IdServerRateLimitConfiguration
Returns the value of the emailVerificationRateLimit record component.
EmailVerifications - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
EmailVerifications() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
Create a EMAIL_VERIFICATIONS table reference
EmailVerifications(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
Create an aliased EMAIL_VERIFICATIONS table reference
EmailVerifications(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
Create an aliased EMAIL_VERIFICATIONS table reference
EmailVerifications(Table<O>, ForeignKey<O, EmailVerificationsRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
 
EmailVerificationsRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
EmailVerificationsRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Create a detached EmailVerificationsRecord
EmailVerificationsRecord(UUID, String, String, OffsetDateTime, String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Create a detached, initialised EmailVerificationsRecord
emailVerificationTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
empty() - Static method in class com.io7m.idstore.model.IdAdminPermissionSet
 
eq(Table<AdminsRecord>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
equal(Table<AdminsRecord>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
equals(Object) - Method in record class com.io7m.idstore.admin_client.internal.IdANewHandler
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.error_codes.IdErrorCode
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdAdmin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdAdminColumnOrdering
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdAdminOrdering
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.io7m.idstore.model.IdAdminPermissionSet
 
equals(Object) - Method in record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdAdminSearchParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdAdminSummary
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdAuditEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdAuditSearchParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdBan
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdEmail
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdEmailOwner
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdEmailVerification
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdHash
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdLogin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdNonEmptyList
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdPage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdPassword
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.io7m.idstore.model.IdPasswordAlgorithmPBKDF2HmacSHA256
 
equals(Object) - Method in record class com.io7m.idstore.model.IdRealName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdSubsetMatch
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdTimeRange
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdToken
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdUser
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdUserColumnOrdering
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdUserCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdUserOrdering
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdUserPasswordReset
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdUserSearchByEmailParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdUserSearchParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.model.IdUserSummary
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByID
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByIDName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByRealName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeCreated
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeUpdated
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumnOrdering
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminOrdering
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminBan
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminRead
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWrite
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWriteSelf
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AuditRead
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserBan
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserRead
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserWrite
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Ban
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailAdd
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailRemove
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGetByEmail
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionGrant
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionRevoke
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSelf
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandLogin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailAdd
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailRemove
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGetByEmail
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserLoginHistory
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Password
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSelf
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseLogin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserLoginHistory
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimeRange
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByID
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByIDName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByRealName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeCreated
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeUpdated
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumnOrdering
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserOrdering
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UUID
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailAdd
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailRemove
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminGetByEmail
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionGrant
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionRevoke
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSelf
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandLogin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailAdd
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailRemove
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserGetByEmail
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserLoginHistory
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSelf
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseError
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseLogin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserLoginHistory
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchNext
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchPrevious
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddPermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemovePermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandLogin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandPasswordUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandRealnameUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandUserSelf
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1Password
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddPermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemovePermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseLogin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserSelf
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.cb.IdU1UUID
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddPermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemovePermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandLogin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandPasswordUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandRealnameUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUCommandUserSelf
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddPermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemovePermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseError
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseLogin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserSelf
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.events.IdServerEventMailServiceFailure
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.events.IdServerEventReady
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerBrandingConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerHistoryConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerHTTPConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerHTTPServiceConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerMailAuthenticationConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerMailConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP_TLS
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTPS
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerOpenTelemetryConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.api.IdServerRateLimitConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminMainData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUserData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMCSSData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailAddData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetConfirmData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordUpdateData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMRealNameUpdateData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMUserSelfData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.internal.IdSessionMessage
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailAdd
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailRemove
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionGrant
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionRevoke
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminRead
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAuditRead
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanGet
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserCreate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserDelete
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserRead
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecPolicyResultDenied
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecPolicyResultPermitted
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddPermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveBegin
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveDeny
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemovePermit
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecUserActionPasswordUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.server.security.IdSecUserActionRealnameUpdate
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.idstore.user_client.internal.IdUNewHandler
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
error(UUID, IdErrorCode, String) - Method in class com.io7m.idstore.server.internal.admin.IdACommandContext
 
error(UUID, IdErrorCode, String) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
 
error(UUID, IdErrorCode, String) - Method in class com.io7m.idstore.server.internal.user.IdUCommandContext
 
errorBorderColor() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the errorBorderColor record component.
errorCode() - Method in exception com.io7m.idstore.error_codes.IdException
 
errorCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseError
Returns the value of the errorCode record component.
errorCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseError
Returns the value of the errorCode record component.
errorCode() - Method in exception com.io7m.idstore.server.internal.command_exec.IdCommandExecutionFailure
 
errorCode() - Method in exception com.io7m.idstore.server.internal.IdHTTPErrorStatusException
 
errorMessage() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Returns the value of the errorMessage record component.
events() - Method in interface com.io7m.idstore.server.api.IdServerType
 
events() - Method in class com.io7m.idstore.server.internal.IdServer
 
exclude() - Method in record class com.io7m.idstore.model.IdSubsetMatch
Returns the value of the exclude record component.
EXCLUDE_REDACTED - Enum constant in enum class com.io7m.idstore.database.api.IdDatabaseIncludeRedacted
Exclude redacted items.
execute(IdACommandContext, IdACommandLogin) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminLogin
 
execute(IdACommandContext, IdACommandType<? extends IdAResponseType>) - Method in class com.io7m.idstore.server.internal.admin.IdACommandExecutor
 
execute(IdUCommandContext, C) - Method in class com.io7m.idstore.server.internal.user.IdUCmdAbstract
 
execute(IdUCommandContext, IdUCommandLogin) - Method in class com.io7m.idstore.server.internal.user.IdUCmdLogin
 
execute(IdUCommandContext, IdUCommandType<? extends IdUResponseType>) - Method in class com.io7m.idstore.server.internal.user.IdUCommandExecutor
 
execute(C, M) - Method in interface com.io7m.idstore.server.internal.command_exec.IdCommandExecutorType
Execute a command.
execute(T, C) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAbstract
 
executeActual() - Method in class com.io7m.idstore.server.main.internal.IdSCmdInitialize
 
executeActual() - Method in class com.io7m.idstore.server.main.internal.IdSCmdServer
 
executeActual() - Method in class com.io7m.idstore.server.main.internal.IdSCmdVersion
 
executeActual(IdACommandContext, IdACommandAdminBanCreate) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminBanCreate
 
executeActual(IdACommandContext, IdACommandAdminBanDelete) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminBanDelete
 
executeActual(IdACommandContext, IdACommandAdminBanGet) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminBanGet
 
executeActual(IdACommandContext, IdACommandAdminCreate) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminCreate
 
executeActual(IdACommandContext, IdACommandAdminDelete) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminDelete
 
executeActual(IdACommandContext, IdACommandAdminEmailAdd) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminEmailAdd
 
executeActual(IdACommandContext, IdACommandAdminEmailRemove) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminEmailRemove
 
executeActual(IdACommandContext, IdACommandAdminGet) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminGet
 
executeActual(IdACommandContext, IdACommandAdminGetByEmail) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminGetByEmail
 
executeActual(IdACommandContext, IdACommandAdminPermissionGrant) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminPermissionGrant
 
executeActual(IdACommandContext, IdACommandAdminPermissionRevoke) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminPermissionRevoke
 
executeActual(IdACommandContext, IdACommandAdminSearchBegin) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchBegin
 
executeActual(IdACommandContext, IdACommandAdminSearchByEmailBegin) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchByEmailBegin
 
executeActual(IdACommandContext, IdACommandAdminSearchByEmailNext) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchByEmailNext
 
executeActual(IdACommandContext, IdACommandAdminSearchByEmailPrevious) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchByEmailPrevious
 
executeActual(IdACommandContext, IdACommandAdminSearchNext) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchNext
 
executeActual(IdACommandContext, IdACommandAdminSearchPrevious) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchPrevious
 
executeActual(IdACommandContext, IdACommandAdminSelf) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminSelf
 
executeActual(IdACommandContext, IdACommandAdminUpdate) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAdminUpdate
 
executeActual(IdACommandContext, IdACommandAuditSearchBegin) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAuditSearchBegin
 
executeActual(IdACommandContext, IdACommandAuditSearchNext) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAuditSearchNext
 
executeActual(IdACommandContext, IdACommandAuditSearchPrevious) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAuditSearchPrevious
 
executeActual(IdACommandContext, IdACommandUserBanCreate) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserBanCreate
 
executeActual(IdACommandContext, IdACommandUserBanDelete) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserBanDelete
 
executeActual(IdACommandContext, IdACommandUserBanGet) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserBanGet
 
executeActual(IdACommandContext, IdACommandUserCreate) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserCreate
 
executeActual(IdACommandContext, IdACommandUserDelete) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserDelete
 
executeActual(IdACommandContext, IdACommandUserEmailAdd) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserEmailAdd
 
executeActual(IdACommandContext, IdACommandUserEmailRemove) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserEmailRemove
 
executeActual(IdACommandContext, IdACommandUserGet) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserGet
 
executeActual(IdACommandContext, IdACommandUserGetByEmail) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserGetByEmail
 
executeActual(IdACommandContext, IdACommandUserLoginHistory) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserLoginHistory
 
executeActual(IdACommandContext, IdACommandUserSearchBegin) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserSearchBegin
 
executeActual(IdACommandContext, IdACommandUserSearchByEmailBegin) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserSearchByEmailBegin
 
executeActual(IdACommandContext, IdACommandUserSearchByEmailNext) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserSearchByEmailNext
 
executeActual(IdACommandContext, IdACommandUserSearchByEmailPrevious) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserSearchByEmailPrevious
 
executeActual(IdACommandContext, IdACommandUserSearchNext) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserSearchNext
 
executeActual(IdACommandContext, IdACommandUserSearchPrevious) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserSearchPrevious
 
executeActual(IdACommandContext, IdACommandUserUpdate) - Method in class com.io7m.idstore.server.internal.admin.IdACmdUserUpdate
 
executeActual(IdUCommandContext, C) - Method in class com.io7m.idstore.server.internal.user.IdUCmdAbstract
 
executeActual(IdUCommandContext, IdUCommandEmailAddBegin) - Method in class com.io7m.idstore.server.internal.user.IdUCmdEmailAddBegin
 
executeActual(IdUCommandContext, IdUCommandEmailAddDeny) - Method in class com.io7m.idstore.server.internal.user.IdUCmdEmailAddDeny
 
executeActual(IdUCommandContext, IdUCommandEmailAddPermit) - Method in class com.io7m.idstore.server.internal.user.IdUCmdEmailAddPermit
 
executeActual(IdUCommandContext, IdUCommandEmailRemoveBegin) - Method in class com.io7m.idstore.server.internal.user.IdUCmdEmailRemoveBegin
 
executeActual(IdUCommandContext, IdUCommandEmailRemoveDeny) - Method in class com.io7m.idstore.server.internal.user.IdUCmdEmailRemoveDeny
 
executeActual(IdUCommandContext, IdUCommandEmailRemovePermit) - Method in class com.io7m.idstore.server.internal.user.IdUCmdEmailRemovePermit
 
executeActual(IdUCommandContext, IdUCommandPasswordUpdate) - Method in class com.io7m.idstore.server.internal.user.IdUCmdPasswordUpdate
 
executeActual(IdUCommandContext, IdUCommandRealnameUpdate) - Method in class com.io7m.idstore.server.internal.user.IdUCmdRealNameUpdate
 
executeActual(IdUCommandContext, IdUCommandUserSelf) - Method in class com.io7m.idstore.server.internal.user.IdUCmdUserSelf
 
executeActual(T, C) - Method in class com.io7m.idstore.server.internal.admin.IdACmdAbstract
 
executorId() - Method in interface com.io7m.idstore.database.api.IdDatabaseTransactionType
Determine the executor ID.
existingName() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMRealNameUpdateData
Returns the value of the existingName record component.
exitCause() - Method in class com.io7m.idstore.server.main.IdServerMain
 
exitCode() - Method in class com.io7m.idstore.server.main.IdServerMain
 
EXPIRED - Enum constant in enum class com.io7m.idstore.model.IdEmailVerificationResolution
The verification challenge expired.
expires() - Method in record class com.io7m.idstore.model.IdBan
Returns the value of the expires record component.
expires() - Method in record class com.io7m.idstore.model.IdEmailVerification
Returns the value of the expires record component.
expires() - Method in record class com.io7m.idstore.model.IdUserPasswordReset
Returns the value of the expires record component.
EXPIRES - Variable in class com.io7m.idstore.database.postgres.internal.tables.Bans
The column BANS.EXPIRES.
EXPIRES - Variable in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
The column EMAIL_VERIFICATIONS.EXPIRES.
EXPIRES - Variable in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
The column USER_PASSWORD_RESETS.EXPIRES.
externalAddress() - Method in record class com.io7m.idstore.server.api.IdServerHTTPServiceConfiguration
Returns the value of the externalAddress record component.

F

fail(int, IdErrorCode, String) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
Produce an exception indicating an error, with a string constant message.
failDatabase(IdDatabaseException) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
Produce an exception indicating a database error.
failFormatted(int, IdErrorCode, String, Object...) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
Produce an exception indicating an error, with a formatted error message.
failMail(IdEmail, Exception) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
Produce an exception indicating a mail system error.
failPassword(IdPasswordException) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
Produce an exception indicating a password format error.
failProtocol(IdProtocolException) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
Produce an exception indicating a protocol error.
failSecurity(IdSecurityException) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
Produce an exception indicating a security policy error.
failValidity(IdValidityException) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
Produce an exception indicating a validation error.
field(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
field(int, Class<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field(int, Class<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
field(int, DataType<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field(int, DataType<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
field(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field(String, Class<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field(String, DataType<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field(Field<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field(Field<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
field(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field(Name, Class<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field(Name, DataType<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
field1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
field10() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field11() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
field2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
field2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
field2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
field2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
field2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
field2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
field2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
field3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
field3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
field3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
field3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
field3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
field3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
field3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
field4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
field4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
field4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
field4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
field5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
field5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
field5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
field6() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field6() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
field7() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field7() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
field8() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field8() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
field9() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
field9() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
fieldAdmin() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminCreate
Returns the value of the fieldAdmin record component.
fieldAdmin() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminGet
Returns the value of the fieldAdmin record component.
fieldAdmin() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSelf
Returns the value of the fieldAdmin record component.
fieldAdmin() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminUpdate
Returns the value of the fieldAdmin record component.
fieldAdmin() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseLogin
Returns the value of the fieldAdmin record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanDelete
Returns the value of the fieldAdminId record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanGet
Returns the value of the fieldAdminId record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Returns the value of the fieldAdminId record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminDelete
Returns the value of the fieldAdminId record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailAdd
Returns the value of the fieldAdminId record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailRemove
Returns the value of the fieldAdminId record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGet
Returns the value of the fieldAdminId record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionGrant
Returns the value of the fieldAdminId record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionRevoke
Returns the value of the fieldAdminId record component.
fieldAdminId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Returns the value of the fieldAdminId record component.
fieldAgent() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Returns the value of the fieldAgent record component.
fieldAlgorithm() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Password
Returns the value of the fieldAlgorithm record component.
fieldAlgorithm() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1Password
Returns the value of the fieldAlgorithm record component.
fieldAscending() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumnOrdering
Returns the value of the fieldAscending record component.
fieldAscending() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumnOrdering
Returns the value of the fieldAscending record component.
fieldBan() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanCreate
Returns the value of the fieldBan record component.
fieldBan() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanCreate
Returns the value of the fieldBan record component.
fieldBan() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanCreate
Returns the value of the fieldBan record component.
fieldBan() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanGet
Returns the value of the fieldBan record component.
fieldBan() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanCreate
Returns the value of the fieldBan record component.
fieldBan() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanGet
Returns the value of the fieldBan record component.
fieldColumn() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumnOrdering
Returns the value of the fieldColumn record component.
fieldColumn() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumnOrdering
Returns the value of the fieldColumn record component.
fieldColumns() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminOrdering
Returns the value of the fieldColumns record component.
fieldColumns() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserOrdering
Returns the value of the fieldColumns record component.
fieldDay() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Returns the value of the fieldDay record component.
fieldDay() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Returns the value of the fieldDay record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Returns the value of the fieldEmail record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailAdd
Returns the value of the fieldEmail record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailRemove
Returns the value of the fieldEmail record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGetByEmail
Returns the value of the fieldEmail record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Returns the value of the fieldEmail record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailAdd
Returns the value of the fieldEmail record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailRemove
Returns the value of the fieldEmail record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGetByEmail
Returns the value of the fieldEmail record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddBegin
Returns the value of the fieldEmail record component.
fieldEmail() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveBegin
Returns the value of the fieldEmail record component.
fieldEmails() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns the value of the fieldEmails record component.
fieldEmails() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Returns the value of the fieldEmails record component.
fieldEmails() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Returns the value of the fieldEmails record component.
fieldErrorCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
Returns the value of the fieldErrorCode record component.
fieldErrorCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Returns the value of the fieldErrorCode record component.
fieldExpires() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Ban
Returns the value of the fieldExpires record component.
fieldHash() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Password
Returns the value of the fieldHash record component.
fieldHash() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1Password
Returns the value of the fieldHash record component.
fieldHistory() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserLoginHistory
Returns the value of the fieldHistory record component.
fieldHost() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Returns the value of the fieldHost record component.
fieldHour() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Returns the value of the fieldHour record component.
fieldHour() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Returns the value of the fieldHour record component.
fieldId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns the value of the fieldId record component.
fieldId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Returns the value of the fieldId record component.
fieldId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Returns the value of the fieldId record component.
fieldId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Returns the value of the fieldId record component.
fieldId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Returns the value of the fieldId record component.
fieldId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Returns the value of the fieldId record component.
fieldIdName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns the value of the fieldIdName record component.
fieldIdName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Returns the value of the fieldIdName record component.
fieldIdName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Returns the value of the fieldIdName record component.
fieldIdName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Returns the value of the fieldIdName record component.
fieldIdName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Returns the value of the fieldIdName record component.
fieldIdName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Returns the value of the fieldIdName record component.
fieldIdName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Returns the value of the fieldIdName record component.
fieldIdName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Returns the value of the fieldIdName record component.
fieldIdName() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Returns the value of the fieldIdName record component.
fieldItems() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Returns the value of the fieldItems record component.
fieldLimit() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Returns the value of the fieldLimit record component.
fieldLimit() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Returns the value of the fieldLimit record component.
fieldLimit() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Returns the value of the fieldLimit record component.
fieldLimit() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Returns the value of the fieldLimit record component.
fieldLimit() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Returns the value of the fieldLimit record component.
fieldLower() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimeRange
Returns the value of the fieldLower record component.
fieldLsb() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UUID
Returns the value of the fieldLsb record component.
fieldLsb() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1UUID
Returns the value of the fieldLsb record component.
fieldMessage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Returns the value of the fieldMessage record component.
fieldMessage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Returns the value of the fieldMessage record component.
fieldMessage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
Returns the value of the fieldMessage record component.
fieldMessage() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Returns the value of the fieldMessage record component.
fieldMillisecond() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Returns the value of the fieldMillisecond record component.
fieldMillisecond() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Returns the value of the fieldMillisecond record component.
fieldMinute() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Returns the value of the fieldMinute record component.
fieldMinute() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Returns the value of the fieldMinute record component.
fieldMonth() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Returns the value of the fieldMonth record component.
fieldMonth() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Returns the value of the fieldMonth record component.
fieldMsb() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UUID
Returns the value of the fieldMsb record component.
fieldMsb() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1UUID
Returns the value of the fieldMsb record component.
fieldName() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandRealnameUpdate
Returns the value of the fieldName record component.
fieldOrdering() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Returns the value of the fieldOrdering record component.
fieldOrdering() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Returns the value of the fieldOrdering record component.
fieldOrdering() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Returns the value of the fieldOrdering record component.
fieldOrdering() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Returns the value of the fieldOrdering record component.
fieldOwner() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Returns the value of the fieldOwner record component.
fieldOwner() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Returns the value of the fieldOwner record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchBegin
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailBegin
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailNext
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailPrevious
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchNext
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchPrevious
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchBegin
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchNext
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchPrevious
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchBegin
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailBegin
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailNext
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailPrevious
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchNext
Returns the value of the fieldPage record component.
fieldPage() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchPrevious
Returns the value of the fieldPage record component.
fieldPageCount() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Returns the value of the fieldPageCount record component.
fieldPageFirstOffset() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Returns the value of the fieldPageFirstOffset record component.
fieldPageIndex() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Returns the value of the fieldPageIndex record component.
fieldParameters() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchBegin
Returns the value of the fieldParameters record component.
fieldParameters() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailBegin
Returns the value of the fieldParameters record component.
fieldParameters() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchBegin
Returns the value of the fieldParameters record component.
fieldParameters() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchBegin
Returns the value of the fieldParameters record component.
fieldParameters() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailBegin
Returns the value of the fieldParameters record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns the value of the fieldPassword record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Returns the value of the fieldPassword record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Returns the value of the fieldPassword record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandLogin
Returns the value of the fieldPassword record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Returns the value of the fieldPassword record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Returns the value of the fieldPassword record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Returns the value of the fieldPassword record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandLogin
Returns the value of the fieldPassword record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandPasswordUpdate
Returns the value of the fieldPassword record component.
fieldPassword() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Returns the value of the fieldPassword record component.
fieldPasswordConfirm() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandPasswordUpdate
Returns the value of the fieldPasswordConfirm record component.
fieldPermission() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionGrant
Returns the value of the fieldPermission record component.
fieldPermission() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionRevoke
Returns the value of the fieldPermission record component.
fieldPermissions() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns the value of the fieldPermissions record component.
fieldPermissions() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Returns the value of the fieldPermissions record component.
fieldRealName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns the value of the fieldRealName record component.
fieldRealName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Returns the value of the fieldRealName record component.
fieldRealName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Returns the value of the fieldRealName record component.
fieldRealName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Returns the value of the fieldRealName record component.
fieldRealName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Returns the value of the fieldRealName record component.
fieldRealName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Returns the value of the fieldRealName record component.
fieldRealName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Returns the value of the fieldRealName record component.
fieldRealName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Returns the value of the fieldRealName record component.
fieldRealName() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Returns the value of the fieldRealName record component.
fieldReason() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Ban
Returns the value of the fieldReason record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanCreate
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanDelete
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanGet
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminCreate
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminDelete
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminGet
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchBegin
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailBegin
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailNext
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailPrevious
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchNext
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchPrevious
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSelf
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminUpdate
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchBegin
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchNext
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchPrevious
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseLogin
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanCreate
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanDelete
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanGet
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserCreate
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserDelete
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserGet
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserLoginHistory
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchBegin
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailBegin
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailNext
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailPrevious
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchNext
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchPrevious
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserUpdate
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddBegin
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddDeny
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddPermit
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveBegin
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveDeny
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemovePermit
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseLogin
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserSelf
Returns the value of the fieldRequestId record component.
fieldRequestId() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserUpdate
Returns the value of the fieldRequestId record component.
fields() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fields() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fields(int...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fields(int...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fields(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fields(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fields(Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fields(Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fields(Name...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fields(Name...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fieldSalt() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Password
Returns the value of the fieldSalt record component.
fieldSalt() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1Password
Returns the value of the fieldSalt record component.
fieldSearch() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Returns the value of the fieldSearch record component.
fieldSearch() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Returns the value of the fieldSearch record component.
fieldSearch() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Returns the value of the fieldSearch record component.
fieldSearch() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Returns the value of the fieldSearch record component.
fieldSecond() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Returns the value of the fieldSecond record component.
fieldSecond() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Returns the value of the fieldSecond record component.
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
 
fieldsRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
 
fieldStream() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fieldStream() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fieldTime() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Returns the value of the fieldTime record component.
fieldTime() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Returns the value of the fieldTime record component.
fieldTimeCreated() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns the value of the fieldTimeCreated record component.
fieldTimeCreated() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Returns the value of the fieldTimeCreated record component.
fieldTimeCreated() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Returns the value of the fieldTimeCreated record component.
fieldTimeCreated() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Returns the value of the fieldTimeCreated record component.
fieldTimeCreated() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Returns the value of the fieldTimeCreated record component.
fieldTimeCreatedRange() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Returns the value of the fieldTimeCreatedRange record component.
fieldTimeCreatedRange() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Returns the value of the fieldTimeCreatedRange record component.
fieldTimeCreatedRange() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Returns the value of the fieldTimeCreatedRange record component.
fieldTimeCreatedRange() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Returns the value of the fieldTimeCreatedRange record component.
fieldTimeRange() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Returns the value of the fieldTimeRange record component.
fieldTimeUpdated() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns the value of the fieldTimeUpdated record component.
fieldTimeUpdated() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Returns the value of the fieldTimeUpdated record component.
fieldTimeUpdated() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Returns the value of the fieldTimeUpdated record component.
fieldTimeUpdated() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Returns the value of the fieldTimeUpdated record component.
fieldTimeUpdated() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Returns the value of the fieldTimeUpdated record component.
fieldTimeUpdatedRange() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Returns the value of the fieldTimeUpdatedRange record component.
fieldTimeUpdatedRange() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Returns the value of the fieldTimeUpdatedRange record component.
fieldTimeUpdatedRange() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Returns the value of the fieldTimeUpdatedRange record component.
fieldTimeUpdatedRange() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Returns the value of the fieldTimeUpdatedRange record component.
fieldToken() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddDeny
Returns the value of the fieldToken record component.
fieldToken() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddPermit
Returns the value of the fieldToken record component.
fieldToken() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveDeny
Returns the value of the fieldToken record component.
fieldToken() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemovePermit
Returns the value of the fieldToken record component.
fieldType() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Returns the value of the fieldType record component.
fieldType() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Returns the value of the fieldType record component.
fieldUpper() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimeRange
Returns the value of the fieldUpper record component.
fieldUser() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Ban
Returns the value of the fieldUser record component.
fieldUser() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Returns the value of the fieldUser record component.
fieldUser() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserCreate
Returns the value of the fieldUser record component.
fieldUser() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserGet
Returns the value of the fieldUser record component.
fieldUser() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserUpdate
Returns the value of the fieldUser record component.
fieldUser() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseLogin
Returns the value of the fieldUser record component.
fieldUser() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserSelf
Returns the value of the fieldUser record component.
fieldUser() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserUpdate
Returns the value of the fieldUser record component.
fieldUserId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanDelete
Returns the value of the fieldUserId record component.
fieldUserId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanGet
Returns the value of the fieldUserId record component.
fieldUserId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Returns the value of the fieldUserId record component.
fieldUserId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserDelete
Returns the value of the fieldUserId record component.
fieldUserId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailAdd
Returns the value of the fieldUserId record component.
fieldUserId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailRemove
Returns the value of the fieldUserId record component.
fieldUserId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGet
Returns the value of the fieldUserId record component.
fieldUserId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserLoginHistory
Returns the value of the fieldUserId record component.
fieldUserId() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Returns the value of the fieldUserId record component.
fieldUserName() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandLogin
Returns the value of the fieldUserName record component.
fieldUserName() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandLogin
Returns the value of the fieldUserName record component.
fieldYear() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Returns the value of the fieldYear record component.
fieldYear() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Returns the value of the fieldYear record component.
findTemplateSource(String) - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateLoader
 
first() - Method in record class com.io7m.idstore.model.IdNonEmptyList
Returns the value of the first record component.
flatMapPartial(Optional<A>, IdOptional.IdPartialFunctionType<A, Optional<B>, E>) - Static method in class com.io7m.idstore.model.IdOptional
forceIndex(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
forceIndexForGroupBy(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
forceIndexForJoin(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
forceIndexForOrderBy(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
format() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
format(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
format(OutputStream) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
format(OutputStream, int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
format(OutputStream, TXTFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
format(Writer) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
format(Writer, int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
format(Writer, TXTFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
format(String, Object...) - Method in class com.io7m.idstore.server.internal.IdServerStrings
 
format(TXTFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatChart() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatChart(OutputStream) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatChart(OutputStream, ChartFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatChart(Writer) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatChart(Writer, ChartFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatChart(ChartFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(boolean, char) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(boolean, char, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(char) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(char, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(OutputStream) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(OutputStream, boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(OutputStream, boolean, char) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(OutputStream, boolean, char, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(OutputStream, char) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(OutputStream, char, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(OutputStream, CSVFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(Writer) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(Writer, boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(Writer, boolean, char) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(Writer, boolean, char, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(Writer, char) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(Writer, char, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(Writer, CSVFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatCSV(CSVFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatHTML() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatHTML(OutputStream) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatHTML(Writer) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatInsert() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatInsert(OutputStream) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatInsert(OutputStream, Table<?>, Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatInsert(Writer) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatInsert(Writer, Table<?>, Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatInsert(Table<?>, Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatJSON() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatJSON(OutputStream) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatJSON(OutputStream, JSONFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatJSON(Writer) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatJSON(Writer, JSONFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatJSON(JSONFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatTo(Formatter, int, int, int) - Method in record class com.io7m.idstore.model.IdPassword
 
formatXML() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatXML(OutputStream) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatXML(OutputStream, XMLFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatXML(Writer) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatXML(Writer, XMLFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
formatXML(XMLFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
from(Object) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
from(Object, int...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
from(Object, String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
from(Object, Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
from(Object, Name...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
from(Record) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
from(Record) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fromArray(Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromArray(Object[], int...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromArray(Object[], String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromArray(Object[], Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromArray(Object[], Name...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromMap(Map<String, ?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromMap(Map<String, ?>, int...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromMap(Map<String, ?>, String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromMap(Map<String, ?>, Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromMap(Map<String, ?>, Name...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
fromWireAdmin(IdA1Admin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireAdminPermissions(CBList<IdA1AdminPermission>) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireAuditEvent(IdA1AuditEvent) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWireBan(IdA1Ban) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWireCommandAdminBanCreate(IdA1CommandAdminBanCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminBanDelete(IdA1CommandAdminBanDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminBanGet(IdA1CommandAdminBanGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminCreate(IdA1CommandAdminCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminDelete(IdA1CommandAdminDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminEmailAdd(IdA1CommandAdminEmailAdd) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminEmailRemove(IdA1CommandAdminEmailRemove) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminGet(IdA1CommandAdminGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminGetByEmail(IdA1CommandAdminGetByEmail) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminPermissionGrant(IdA1CommandAdminPermissionGrant) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminPermissionRevoke(IdA1CommandAdminPermissionRevoke) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminSearchBegin(IdA1CommandAdminSearchBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminSearchByEmailBegin(IdA1CommandAdminSearchByEmailBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminSearchByEmailNext(IdA1CommandAdminSearchByEmailNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminSearchByEmailPrevious(IdA1CommandAdminSearchByEmailPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminSearchNext(IdA1CommandAdminSearchNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminSearchPrevious(IdA1CommandAdminSearchPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminSelf(IdA1CommandAdminSelf) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandAdminUpdate(IdA1CommandAdminUpdate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireCommandUserBanCreate(IdA1CommandUserBanCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserBanDelete(IdA1CommandUserBanDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserBanGet(IdA1CommandUserBanGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserCreate(IdA1CommandUserCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserDelete(IdA1CommandUserDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserEmailAdd(IdA1CommandUserEmailAdd) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserEmailRemove(IdA1CommandUserEmailRemove) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserGet(IdA1CommandUserGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserGetByEmail(IdA1CommandUserGetByEmail) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserSearchBegin(IdA1CommandUserSearchBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserSearchByEmailBegin(IdA1CommandUserSearchByEmailBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserSearchByEmailNext(IdA1CommandUserSearchByEmailNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserSearchByEmailPrevious(IdA1CommandUserSearchByEmailPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserSearchNext(IdA1CommandUserSearchNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserSearchPrevious(IdA1CommandUserSearchPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireCommandUserUpdate(IdA1CommandUserUpdate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireEmails(CBList<CBString>) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWireEmails(CBList<CBString>) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
fromWireLogin(IdA1Login) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWirePage(IdA1Page<A>, Function<A, B>) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWirePassword(IdA1Password) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWirePassword(IdU1Password) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
fromWirePasswordOptional(CBOptionType<IdA1Password>) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWirePasswordOptional(CBOptionType<IdU1Password>) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
fromWireResponseAdminBanCreate(IdA1ResponseAdminBanCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminBanDelete(IdA1ResponseAdminBanDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminBanGet(IdA1ResponseAdminBanGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminCreate(IdA1ResponseAdminCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminDelete(IdA1ResponseAdminDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminGet(IdA1ResponseAdminGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminSearchBegin(IdA1ResponseAdminSearchBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminSearchByEmailBegin(IdA1ResponseAdminSearchByEmailBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminSearchByEmailNext(IdA1ResponseAdminSearchByEmailNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminSearchByEmailPrevious(IdA1ResponseAdminSearchByEmailPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminSearchNext(IdA1ResponseAdminSearchNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminSearchPrevious(IdA1ResponseAdminSearchPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminSelf(IdA1ResponseAdminSelf) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseAdminUpdate(IdA1ResponseAdminUpdate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
fromWireResponseUserBanCreate(IdA1ResponseUserBanCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserBanDelete(IdA1ResponseUserBanDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserBanGet(IdA1ResponseUserBanGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserCreate(IdA1ResponseUserCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserDelete(IdA1ResponseUserDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserGet(IdA1ResponseUserGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserSearchBegin(IdA1ResponseUserSearchBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserSearchByEmailBegin(IdA1ResponseUserSearchByEmailBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserSearchByEmailNext(IdA1ResponseUserSearchByEmailNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserSearchByEmailPrevious(IdA1ResponseUserSearchByEmailPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserSearchNext(IdA1ResponseUserSearchNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserSearchPrevious(IdA1ResponseUserSearchPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireResponseUserUpdate(IdA1ResponseUserUpdate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
fromWireTimeRange(IdA1TimeRange) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWireTimestamp(IdA1TimestampUTC) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWireTimestamp(IdU1TimestampUTC) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
fromWireUser(IdU1User) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
fromWireUUID(IdA1UUID) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
fromWireUUID(IdU1UUID) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
fullJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullOuterJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullOuterJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullOuterJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullOuterJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullOuterJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
fullOuterJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 

G

generate() - Static method in record class com.io7m.idstore.model.IdToken
Generate a random token, using a default strong RNG instance.
generate(SecureRandom) - Static method in record class com.io7m.idstore.model.IdToken
Generate a random token.
generatesCast() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
get() - Static method in class com.io7m.idstore.server.security.IdSecPolicyDefault
 
get() - Static method in class com.io7m.idstore.server.security.IdSecPolicyDenyAll
 
get() - Static method in class com.io7m.idstore.server.security.IdSecPolicyPermitAll
 
get(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(int, Class<? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(int, Converter<?, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(String, Class<? extends T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(String, Converter<?, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(Field<?>, Class<? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(Field<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(Field<T>, Converter<? super T, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(Name, Class<? extends T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
get(Name, Converter<?, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getAdminId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
Getter for EMAILS.ADMIN_ID.
getAgent() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Getter for LOGIN_HISTORY.AGENT.
getBinding() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getCatalog() - Method in class com.io7m.idstore.database.postgres.internal.DefaultSchema
 
getCatalog() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getCause() - Method in exception com.io7m.idstore.model.IdPasswordUncheckedException
 
getChecks() - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
 
getChecks() - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
 
getChecks() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getComment() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
getCommentPart() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
getConverter() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getDataType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getDataType(Configuration) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getDeleting() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.DELETING.
getDeleting() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Getter for USERS.DELETING.
getEmail() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Getter for EMAIL_VERIFICATIONS.EMAIL.
getEmailAddress() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
Getter for EMAILS.EMAIL_ADDRESS.
getExpires() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
Getter for BANS.EXPIRES.
getExpires() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Getter for EMAIL_VERIFICATIONS.EXPIRES.
getExpires() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
Getter for USER_PASSWORD_RESETS.EXPIRES.
getHost() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Getter for LOGIN_HISTORY.HOST.
getId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.ID.
getId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Getter for AUDIT.ID.
getId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
Getter for USER_IDS.ID.
getId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Getter for USERS.ID.
getIdentity() - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
 
getIdentity() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getIdName() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.ID_NAME.
getIdName() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Getter for USERS.ID_NAME.
getIndexes() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getInitial() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.INITIAL.
getKeys() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getLastModified(Object) - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateLoader
 
getMessage() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Getter for AUDIT.MESSAGE.
getName() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
getOperation() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Getter for EMAIL_VERIFICATIONS.OPERATION.
getOptions() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getPackage() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getPasswordAlgo() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.PASSWORD_ALGO.
getPasswordAlgo() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Getter for USERS.PASSWORD_ALGO.
getPasswordHash() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.PASSWORD_HASH.
getPasswordHash() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Getter for USERS.PASSWORD_HASH.
getPasswordSalt() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.PASSWORD_SALT.
getPasswordSalt() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Getter for USERS.PASSWORD_SALT.
getPermissions() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.PERMISSIONS.
getPrimaryKey() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getPrimaryKey() - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
 
getPrimaryKey() - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
 
getPrimaryKey() - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
 
getPrimaryKey() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
 
getPrimaryKey() - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
 
getPrimaryKey() - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
 
getQualifiedName() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
getQualifier() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getReader(Object, String) - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateLoader
 
getRealName() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.REAL_NAME.
getRealName() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Getter for USERS.REAL_NAME.
getReason() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
Getter for BANS.REASON.
getRecordTimestamp() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
The class holding records for this type
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
The class holding records for this type
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
The class holding records for this type
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
The class holding records for this type
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
The class holding records for this type
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
The class holding records for this type
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
The class holding records for this type
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
The class holding records for this type
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
The class holding records for this type
getRecordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
The class holding records for this type
getRecordVersion() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getReferences() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getReferences() - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
 
getReferences() - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
 
getReferences() - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
 
getReferences() - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
 
getReferences() - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
 
getReferences() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
 
getReferences() - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
 
getReferences() - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
 
getReferencesFrom(Table<O>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getReferencesTo(Table<O>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
 
getSchema() - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
 
getSchemas() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
getSQLTypeName() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getTables() - Method in class com.io7m.idstore.database.postgres.internal.DefaultSchema
 
getTableType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getTime() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Getter for AUDIT.TIME.
getTime() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Getter for LOGIN_HISTORY.TIME.
getTimeCreated() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.TIME_CREATED.
getTimeCreated() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Getter for USERS.TIME_CREATED.
getTimeUpdated() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Getter for ADMINS.TIME_UPDATED.
getTimeUpdated() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Getter for USERS.TIME_UPDATED.
getToken() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Getter for EMAIL_VERIFICATIONS.TOKEN.
getToken() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
Getter for USER_PASSWORD_RESETS.TOKEN.
getTransactionCommits() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMetrics
 
getTransactionCommits() - Method in interface com.io7m.idstore.database.postgres.internal.IdDatabaseMetricsMXBean
 
getTransactionMaxSeconds() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMetrics
 
getTransactionMaxSeconds() - Method in interface com.io7m.idstore.database.postgres.internal.IdDatabaseMetricsMXBean
 
getTransactionMeanSeconds() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMetrics
 
getTransactionMeanSeconds() - Method in interface com.io7m.idstore.database.postgres.internal.IdDatabaseMetricsMXBean
 
getTransactionMinSeconds() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMetrics
 
getTransactionMinSeconds() - Method in interface com.io7m.idstore.database.postgres.internal.IdDatabaseMetricsMXBean
 
getTransactionRollbacks() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMetrics
 
getTransactionRollbacks() - Method in interface com.io7m.idstore.database.postgres.internal.IdDatabaseMetricsMXBean
 
getType() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Getter for AUDIT.TYPE.
getType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getUniqueKeys() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
getUniqueKeys() - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
 
getUniqueKeys() - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
 
getUniqueKeys() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
 
getUniqueKeys() - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
 
getUniqueKeys() - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
 
getUnqualifiedName() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
getUserId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Getter for AUDIT.USER_ID.
getUserId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
Getter for BANS.USER_ID.
getUserId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
Getter for EMAILS.USER_ID.
getUserId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Getter for EMAIL_VERIFICATIONS.USER_ID.
getUserId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Getter for LOGIN_HISTORY.USER_ID.
getUserId() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
Getter for USER_PASSWORD_RESETS.USER_ID.
getValue(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(int, Class<? extends T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(int, Converter<?, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(String, Class<? extends T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(String, Converter<?, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(Field<?>, Class<? extends T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(Field<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(Field<T>, Converter<? super T, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(Name, Class<? extends T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getValue(Name, Converter<?, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
getVersionBan() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
Getter for SCHEMA_VERSION.VERSION_BAN.
getVersionNumber() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
Getter for SCHEMA_VERSION.VERSION_NUMBER.

H

handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.IdErrorHandler
 
handleDatabaseException(IdDatabaseTransactionType, DataAccessException) - Static method in class com.io7m.idstore.database.postgres.internal.IdDatabaseExceptions
Handle a data access exception.
handler() - Method in record class com.io7m.idstore.admin_client.internal.IdANewHandler
Returns the value of the handler record component.
handler() - Method in record class com.io7m.idstore.user_client.internal.IdUNewHandler
Returns the value of the handler record component.
hash() - Method in record class com.io7m.idstore.model.IdHash
Returns the value of the hash record component.
hash() - Method in record class com.io7m.idstore.model.IdPassword
Returns the value of the hash record component.
hashCode() - Method in record class com.io7m.idstore.admin_client.internal.IdANewHandler
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.error_codes.IdErrorCode
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdAdmin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdAdminColumnOrdering
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdAdminOrdering
Returns a hash code value for this object.
hashCode() - Method in class com.io7m.idstore.model.IdAdminPermissionSet
 
hashCode() - Method in record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdAdminSearchParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdAdminSummary
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdAuditEvent
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdAuditSearchParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdBan
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdEmail
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdEmailOwner
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdEmailVerification
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdHash
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdLogin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdName
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdNonEmptyList
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdPage
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdPassword
Returns a hash code value for this object.
hashCode() - Method in class com.io7m.idstore.model.IdPasswordAlgorithmPBKDF2HmacSHA256
 
hashCode() - Method in record class com.io7m.idstore.model.IdRealName
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdSubsetMatch
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdTimeRange
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdToken
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdUser
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdUserColumnOrdering
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdUserCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdUserOrdering
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdUserPasswordReset
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdUserSearchByEmailParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdUserSearchParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.model.IdUserSummary
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByID
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByIDName
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByRealName
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeCreated
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeUpdated
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumnOrdering
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminOrdering
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminBan
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminRead
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWrite
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWriteSelf
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AuditRead
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserBan
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserRead
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserWrite
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Ban
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailAdd
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailRemove
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGetByEmail
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionGrant
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionRevoke
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSelf
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandLogin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailAdd
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailRemove
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGetByEmail
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserLoginHistory
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Password
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSelf
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseLogin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserLoginHistory
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimeRange
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByID
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByIDName
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByRealName
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeCreated
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeUpdated
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumnOrdering
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserOrdering
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UUID
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailAdd
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailRemove
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminGetByEmail
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionGrant
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionRevoke
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSelf
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandLogin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailAdd
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailRemove
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserGetByEmail
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserLoginHistory
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSelf
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseError
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseLogin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserLoginHistory
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchNext
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchPrevious
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddPermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemovePermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandLogin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandPasswordUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandRealnameUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandUserSelf
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1Password
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddPermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemovePermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseLogin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserSelf
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1UUID
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddPermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemovePermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandLogin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandPasswordUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandRealnameUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUCommandUserSelf
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddPermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemovePermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseError
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseLogin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserSelf
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.events.IdServerEventMailServiceFailure
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.events.IdServerEventReady
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerBrandingConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerHistoryConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerHTTPConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerHTTPServiceConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerMailAuthenticationConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerMailConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP_TLS
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTPS
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerOpenTelemetryConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.api.IdServerRateLimitConfiguration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminMainData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUserData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMCSSData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailAddData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetConfirmData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordUpdateData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMRealNameUpdateData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMUserSelfData
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.internal.IdSessionMessage
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailAdd
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailRemove
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionGrant
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionRevoke
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminRead
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAuditRead
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanGet
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserCreate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserDelete
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserRead
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecPolicyResultDenied
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecPolicyResultPermitted
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddPermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveBegin
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveDeny
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemovePermit
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecUserActionPasswordUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.server.security.IdSecUserActionRealnameUpdate
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.idstore.user_client.internal.IdUNewHandler
Returns a hash code value for this object.
hashCode() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
hashCode() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
headerBackgroundColor() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the headerBackgroundColor record component.
headerLinkColor() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the headerLinkColor record component.
headerTextColor() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the headerTextColor record component.
history() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserLoginHistory
Returns the value of the history record component.
history() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the history record component.
historyConfiguration() - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Returns the value of the historyConfiguration record component.
host() - Method in record class com.io7m.idstore.model.IdLogin
Returns the value of the host record component.
host() - Method in interface com.io7m.idstore.server.api.IdServerMailTransportConfigurationType
 
host() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP_TLS
Returns the value of the host record component.
host() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP
Returns the value of the host record component.
host() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTPS
Returns the value of the host record component.
host() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
Returns the value of the host record component.
host() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Returns the value of the host record component.
HOST - Variable in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
The column LOGIN_HISTORY.HOST.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminMainData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUserData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailAddData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetConfirmData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordUpdateData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMRealNameUpdateData
Returns the value of the htmlTitle record component.
htmlTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMUserSelfData
Returns the value of the htmlTitle record component.
htmlTitle(String) - Method in class com.io7m.idstore.server.internal.IdServerBrandingService
 
HTTP_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
The server returned an error code for an HTTP request.
HTTP_METHOD_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
The wrong HTTP method was used.
HTTP_PARAMETER_INVALID - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An HTTP parameter had an invalid value.
HTTP_PARAMETER_NONEXISTENT - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An HTTP parameter was required but missing.
HTTP_SIZE_LIMIT - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An HTTP request exceeded the size limit.
httpClient() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerAbstract
 
httpClient() - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerAbstract
 
httpConfiguration() - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Returns the value of the httpConfiguration record component.
httpStatusCode() - Method in exception com.io7m.idstore.server.internal.command_exec.IdCommandExecutionFailure
 

I

id() - Method in record class com.io7m.idstore.error_codes.IdErrorCode
Returns the value of the id record component.
id() - Method in record class com.io7m.idstore.model.IdAdmin
Returns the value of the id record component.
id() - Method in record class com.io7m.idstore.model.IdAdminSummary
Returns the value of the id record component.
id() - Method in record class com.io7m.idstore.model.IdAuditEvent
Returns the value of the id record component.
id() - Method in record class com.io7m.idstore.model.IdUser
Returns the value of the id record component.
id() - Method in record class com.io7m.idstore.model.IdUserCreate
Returns the value of the id record component.
id() - Method in record class com.io7m.idstore.model.IdUserSummary
Returns the value of the id record component.
id() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Returns the value of the id record component.
id() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserCreate
Returns the value of the id record component.
ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.ID.
ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.Audit
The column AUDIT.ID.
ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.UserIds
The column USER_IDS.ID.
ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The column USERS.ID.
ID_NAME - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.ID_NAME.
ID_NAME - Variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The column USERS.ID_NAME.
IdA1Admin - Record Class in com.io7m.idstore.protocol.admin.cb
An administrator.
IdA1Admin(IdA1UUID, CBString, CBString, CBList<CBString>, IdA1TimestampUTC, IdA1TimestampUTC, IdA1Password, CBList<IdA1AdminPermission>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Creates an instance of a IdA1Admin record class.
IdA1AdminColumn - Interface in com.io7m.idstore.protocol.admin.cb
A column to use for sorting admins.
IdA1AdminColumn.ByID - Record Class in com.io7m.idstore.protocol.admin.cb
Order by admin ID.
IdA1AdminColumn.ByIDName - Record Class in com.io7m.idstore.protocol.admin.cb
Order by admin id name.
IdA1AdminColumn.ByRealName - Record Class in com.io7m.idstore.protocol.admin.cb
Order by admin realname.
IdA1AdminColumn.ByTimeCreated - Record Class in com.io7m.idstore.protocol.admin.cb
Order by admin creation time.
IdA1AdminColumn.ByTimeUpdated - Record Class in com.io7m.idstore.protocol.admin.cb
Order by admin update time.
IdA1AdminColumnOrdering - Record Class in com.io7m.idstore.protocol.admin.cb
A column ordering spec.
IdA1AdminColumnOrdering(IdA1AdminColumn, CBBooleanType) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumnOrdering
Creates an instance of a IdA1AdminColumnOrdering record class.
IdA1AdminOrdering - Record Class in com.io7m.idstore.protocol.admin.cb
A set of column ordering specs.
IdA1AdminOrdering(CBList<IdA1AdminColumnOrdering>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminOrdering
Creates an instance of a IdA1AdminOrdering record class.
IdA1AdminPermission - Interface in com.io7m.idstore.protocol.admin.cb
An admin permission.
IdA1AdminPermission.AdminBan - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows for banning admins.
IdA1AdminPermission.AdminCreate - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows for creating admins.
IdA1AdminPermission.AdminDelete - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows for deleting admins.
IdA1AdminPermission.AdminRead - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows reading admins.
IdA1AdminPermission.AdminWrite - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows updating admins.
IdA1AdminPermission.AdminWriteSelf - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows an admin to update itself.
IdA1AdminPermission.AuditRead - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows reading the audit log.
IdA1AdminPermission.UserBan - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows for banning users.
IdA1AdminPermission.UserCreate - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows creating users.
IdA1AdminPermission.UserDelete - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows deleting users.
IdA1AdminPermission.UserRead - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows reading users.
IdA1AdminPermission.UserWrite - Record Class in com.io7m.idstore.protocol.admin.cb
A permission that allows updating users.
IdA1AdminSearchByEmailParameters - Record Class in com.io7m.idstore.protocol.admin.cb
Search parameters for admins (by email).
IdA1AdminSearchByEmailParameters(IdA1TimeRange, IdA1TimeRange, CBString, IdA1AdminOrdering, CBIntegerUnsigned16) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Creates an instance of a IdA1AdminSearchByEmailParameters record class.
IdA1AdminSearchParameters - Record Class in com.io7m.idstore.protocol.admin.cb
Search parameters for admins.
IdA1AdminSearchParameters(IdA1TimeRange, IdA1TimeRange, CBOptionType<CBString>, IdA1AdminOrdering, CBIntegerUnsigned16) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Creates an instance of a IdA1AdminSearchParameters record class.
IdA1AdminSummary - Record Class in com.io7m.idstore.protocol.admin.cb
An admin summary.
IdA1AdminSummary(IdA1UUID, CBString, CBString, IdA1TimestampUTC, IdA1TimestampUTC) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Creates an instance of a IdA1AdminSummary record class.
IdA1AuditEvent - Record Class in com.io7m.idstore.protocol.admin.cb
An audit event.
IdA1AuditEvent(CBIntegerUnsigned64, IdA1UUID, IdA1TimestampUTC, CBString, CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Creates an instance of a IdA1AuditEvent record class.
IdA1AuditSearchParameters - Record Class in com.io7m.idstore.protocol.admin.cb
Search parameters for audit records.
IdA1AuditSearchParameters(IdA1TimeRange, CBOptionType<CBString>, CBOptionType<CBString>, CBOptionType<CBString>, CBIntegerUnsigned16) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Creates an instance of a IdA1AuditSearchParameters record class.
IdA1AuthenticatedServlet - Class in com.io7m.idstore.server.internal.admin_v1
A servlet that checks that a user is authenticated before delegating execution to a subclass.
IdA1AuthenticatedServlet(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.admin_v1.IdA1AuthenticatedServlet
A servlet that checks that a user is authenticated before delegating execution to a subclass.
IdA1Ban - Record Class in com.io7m.idstore.protocol.admin.cb
An account ban.
IdA1Ban(IdA1UUID, CBString, CBOptionType<IdA1TimestampUTC>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1Ban
Creates an instance of a IdA1Ban record class.
IdA1CommandAdminBanCreate - Record Class in com.io7m.idstore.protocol.admin.cb
Ban an admin.
IdA1CommandAdminBanCreate(IdA1Ban) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanCreate
Creates an instance of a IdA1CommandAdminBanCreate record class.
IdA1CommandAdminBanDelete - Record Class in com.io7m.idstore.protocol.admin.cb
Remove a ban on an admin.
IdA1CommandAdminBanDelete(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanDelete
Creates an instance of a IdA1CommandAdminBanDelete record class.
IdA1CommandAdminBanGet - Record Class in com.io7m.idstore.protocol.admin.cb
Get a ban on an admin.
IdA1CommandAdminBanGet(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanGet
Creates an instance of a IdA1CommandAdminBanGet record class.
IdA1CommandAdminCreate - Record Class in com.io7m.idstore.protocol.admin.cb
Create an admin.
IdA1CommandAdminCreate(CBOptionType<IdA1UUID>, CBString, CBString, CBString, IdA1Password, CBList<IdA1AdminPermission>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Creates an instance of a IdA1CommandAdminCreate record class.
IdA1CommandAdminDelete - Record Class in com.io7m.idstore.protocol.admin.cb
Delete an admin.
IdA1CommandAdminDelete(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminDelete
Creates an instance of a IdA1CommandAdminDelete record class.
IdA1CommandAdminEmailAdd - Record Class in com.io7m.idstore.protocol.admin.cb
Add an email address to the given admin.
IdA1CommandAdminEmailAdd(IdA1UUID, CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailAdd
Creates an instance of a IdA1CommandAdminEmailAdd record class.
IdA1CommandAdminEmailRemove - Record Class in com.io7m.idstore.protocol.admin.cb
Remove an email address from the given admin.
IdA1CommandAdminEmailRemove(IdA1UUID, CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailRemove
Creates an instance of a IdA1CommandAdminEmailRemove record class.
IdA1CommandAdminGet - Record Class in com.io7m.idstore.protocol.admin.cb
Get the given admin.
IdA1CommandAdminGet(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGet
Creates an instance of a IdA1CommandAdminGet record class.
IdA1CommandAdminGetByEmail - Record Class in com.io7m.idstore.protocol.admin.cb
Get the admin with the given email address.
IdA1CommandAdminGetByEmail(CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGetByEmail
Creates an instance of a IdA1CommandAdminGetByEmail record class.
IdA1CommandAdminPermissionGrant - Record Class in com.io7m.idstore.protocol.admin.cb
Grant a permission to the given admin.
IdA1CommandAdminPermissionGrant(IdA1UUID, IdA1AdminPermission) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionGrant
Creates an instance of a IdA1CommandAdminPermissionGrant record class.
IdA1CommandAdminPermissionRevoke - Record Class in com.io7m.idstore.protocol.admin.cb
Revoke a permission from the given admin.
IdA1CommandAdminPermissionRevoke(IdA1UUID, IdA1AdminPermission) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionRevoke
Creates an instance of a IdA1CommandAdminPermissionRevoke record class.
IdA1CommandAdminSearchBegin - Record Class in com.io7m.idstore.protocol.admin.cb
Start searching for admins.
IdA1CommandAdminSearchBegin(IdA1AdminSearchParameters) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchBegin
Creates an instance of a IdA1CommandAdminSearchBegin record class.
IdA1CommandAdminSearchByEmailBegin - Record Class in com.io7m.idstore.protocol.admin.cb
Start searching for admins (by email).
IdA1CommandAdminSearchByEmailBegin(IdA1AdminSearchByEmailParameters) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailBegin
Creates an instance of a IdA1CommandAdminSearchByEmailBegin record class.
IdA1CommandAdminSearchByEmailNext - Record Class in com.io7m.idstore.protocol.admin.cb
Get the next page of admin search results.
IdA1CommandAdminSearchByEmailNext() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailNext
Creates an instance of a IdA1CommandAdminSearchByEmailNext record class.
IdA1CommandAdminSearchByEmailPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
Get the previous page of admin search results.
IdA1CommandAdminSearchByEmailPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailPrevious
Creates an instance of a IdA1CommandAdminSearchByEmailPrevious record class.
IdA1CommandAdminSearchNext - Record Class in com.io7m.idstore.protocol.admin.cb
Get the next page of admin search results.
IdA1CommandAdminSearchNext() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchNext
Creates an instance of a IdA1CommandAdminSearchNext record class.
IdA1CommandAdminSearchPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
Get the previous page of admin search results.
IdA1CommandAdminSearchPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchPrevious
Creates an instance of a IdA1CommandAdminSearchPrevious record class.
IdA1CommandAdminSelf - Record Class in com.io7m.idstore.protocol.admin.cb
A request to fetch the admin's own profile.
IdA1CommandAdminSelf() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSelf
Creates an instance of a IdA1CommandAdminSelf record class.
IdA1CommandAdminUpdate - Record Class in com.io7m.idstore.protocol.admin.cb
A request to fetch the admin's own profile.
IdA1CommandAdminUpdate(IdA1UUID, CBOptionType<CBString>, CBOptionType<CBString>, CBOptionType<IdA1Password>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Creates an instance of a IdA1CommandAdminUpdate record class.
IdA1CommandAuditSearchBegin - Record Class in com.io7m.idstore.protocol.admin.cb
Start searching/listing audit records.
IdA1CommandAuditSearchBegin(IdA1AuditSearchParameters) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchBegin
Creates an instance of a IdA1CommandAuditSearchBegin record class.
IdA1CommandAuditSearchNext - Record Class in com.io7m.idstore.protocol.admin.cb
Get the next page of audit search results.
IdA1CommandAuditSearchNext() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchNext
Creates an instance of a IdA1CommandAuditSearchNext record class.
IdA1CommandAuditSearchPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
Get the previous page of audit search results.
IdA1CommandAuditSearchPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchPrevious
Creates an instance of a IdA1CommandAuditSearchPrevious record class.
IdA1CommandLogin - Record Class in com.io7m.idstore.protocol.admin.cb
A request to log in.
IdA1CommandLogin(CBString, CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandLogin
Creates an instance of a IdA1CommandLogin record class.
IdA1CommandServlet - Class in com.io7m.idstore.server.internal.admin_v1
A servlet for executing a single command.
IdA1CommandServlet(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.admin_v1.IdA1CommandServlet
A servlet for executing a single command.
IdA1CommandUserBanCreate - Record Class in com.io7m.idstore.protocol.admin.cb
Ban a user.
IdA1CommandUserBanCreate(IdA1Ban) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanCreate
Creates an instance of a IdA1CommandUserBanCreate record class.
IdA1CommandUserBanDelete - Record Class in com.io7m.idstore.protocol.admin.cb
Remove a ban on a user.
IdA1CommandUserBanDelete(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanDelete
Creates an instance of a IdA1CommandUserBanDelete record class.
IdA1CommandUserBanGet - Record Class in com.io7m.idstore.protocol.admin.cb
Get a ban on a user.
IdA1CommandUserBanGet(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanGet
Creates an instance of a IdA1CommandUserBanGet record class.
IdA1CommandUserCreate - Record Class in com.io7m.idstore.protocol.admin.cb
Create a user.
IdA1CommandUserCreate(CBOptionType<IdA1UUID>, CBString, CBString, CBString, IdA1Password) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Creates an instance of a IdA1CommandUserCreate record class.
IdA1CommandUserDelete - Record Class in com.io7m.idstore.protocol.admin.cb
Delete a user.
IdA1CommandUserDelete(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserDelete
Creates an instance of a IdA1CommandUserDelete record class.
IdA1CommandUserEmailAdd - Record Class in com.io7m.idstore.protocol.admin.cb
Add an email address to the given user.
IdA1CommandUserEmailAdd(IdA1UUID, CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailAdd
Creates an instance of a IdA1CommandUserEmailAdd record class.
IdA1CommandUserEmailRemove - Record Class in com.io7m.idstore.protocol.admin.cb
Remove an email address from the given user.
IdA1CommandUserEmailRemove(IdA1UUID, CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailRemove
Creates an instance of a IdA1CommandUserEmailRemove record class.
IdA1CommandUserGet - Record Class in com.io7m.idstore.protocol.admin.cb
Get the given user.
IdA1CommandUserGet(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGet
Creates an instance of a IdA1CommandUserGet record class.
IdA1CommandUserGetByEmail - Record Class in com.io7m.idstore.protocol.admin.cb
Get the user with the given email address.
IdA1CommandUserGetByEmail(CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGetByEmail
Creates an instance of a IdA1CommandUserGetByEmail record class.
IdA1CommandUserLoginHistory - Record Class in com.io7m.idstore.protocol.admin.cb
Get the given user's login history.
IdA1CommandUserLoginHistory(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserLoginHistory
Creates an instance of a IdA1CommandUserLoginHistory record class.
IdA1CommandUserSearchBegin - Record Class in com.io7m.idstore.protocol.admin.cb
Start searching for users.
IdA1CommandUserSearchBegin(IdA1UserSearchParameters) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchBegin
Creates an instance of a IdA1CommandUserSearchBegin record class.
IdA1CommandUserSearchByEmailBegin - Record Class in com.io7m.idstore.protocol.admin.cb
Start searching for users (by email).
IdA1CommandUserSearchByEmailBegin(IdA1UserSearchByEmailParameters) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailBegin
Creates an instance of a IdA1CommandUserSearchByEmailBegin record class.
IdA1CommandUserSearchByEmailNext - Record Class in com.io7m.idstore.protocol.admin.cb
Get the next page of user search results.
IdA1CommandUserSearchByEmailNext() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailNext
Creates an instance of a IdA1CommandUserSearchByEmailNext record class.
IdA1CommandUserSearchByEmailPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
Get the previous page of user search results.
IdA1CommandUserSearchByEmailPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailPrevious
Creates an instance of a IdA1CommandUserSearchByEmailPrevious record class.
IdA1CommandUserSearchNext - Record Class in com.io7m.idstore.protocol.admin.cb
Get the next page of user search results.
IdA1CommandUserSearchNext() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchNext
Creates an instance of a IdA1CommandUserSearchNext record class.
IdA1CommandUserSearchPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
Get the previous page of user search results.
IdA1CommandUserSearchPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchPrevious
Creates an instance of a IdA1CommandUserSearchPrevious record class.
IdA1CommandUserUpdate - Record Class in com.io7m.idstore.protocol.admin.cb
A request to fetch the user's own profile.
IdA1CommandUserUpdate(IdA1UUID, CBOptionType<CBString>, CBOptionType<CBString>, CBOptionType<IdA1Password>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Creates an instance of a IdA1CommandUserUpdate record class.
IdA1Login - Class in com.io7m.idstore.server.internal.admin_v1
A servlet that handles admin logins.
IdA1Login - Record Class in com.io7m.idstore.protocol.admin.cb
A login record.
IdA1Login(IdA1UUID, IdA1TimestampUTC, CBString, CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Creates an instance of a IdA1Login record class.
IdA1Login(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.admin_v1.IdA1Login
A servlet that handles admin logins.
IdA1Page<T extends com.io7m.cedarbridge.runtime.api.CBSerializableType> - Record Class in com.io7m.idstore.protocol.admin.cb
A page of results.
IdA1Page(CBList<T>, CBIntegerUnsigned32, CBIntegerUnsigned32, CBIntegerUnsigned64) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Creates an instance of a IdA1Page record class.
IdA1Password - Record Class in com.io7m.idstore.protocol.admin.cb
Information for a hashed password.
IdA1Password(CBString, CBString, CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1Password
Creates an instance of a IdA1Password record class.
IdA1ResponseAdminBanCreate - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminBanCreate.
IdA1ResponseAdminBanCreate(IdA1UUID, IdA1Ban) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanCreate
Creates an instance of a IdA1ResponseAdminBanCreate record class.
IdA1ResponseAdminBanDelete - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminBanDelete.
IdA1ResponseAdminBanDelete(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanDelete
Creates an instance of a IdA1ResponseAdminBanDelete record class.
IdA1ResponseAdminBanGet - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminBanGet.
IdA1ResponseAdminBanGet(IdA1UUID, CBOptionType<IdA1Ban>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanGet
Creates an instance of a IdA1ResponseAdminBanGet record class.
IdA1ResponseAdminCreate - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminCreate.
IdA1ResponseAdminCreate(IdA1UUID, IdA1Admin) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminCreate
Creates an instance of a IdA1ResponseAdminCreate record class.
IdA1ResponseAdminDelete - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminDelete.
IdA1ResponseAdminDelete(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminDelete
Creates an instance of a IdA1ResponseAdminDelete record class.
IdA1ResponseAdminGet - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminGet.
IdA1ResponseAdminGet(IdA1UUID, CBOptionType<IdA1Admin>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminGet
Creates an instance of a IdA1ResponseAdminGet record class.
IdA1ResponseAdminSearchBegin - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminSearchBegin.
IdA1ResponseAdminSearchBegin(IdA1UUID, IdA1Page<IdA1AdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchBegin
Creates an instance of a IdA1ResponseAdminSearchBegin record class.
IdA1ResponseAdminSearchByEmailBegin - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminSearchByEmailBegin.
IdA1ResponseAdminSearchByEmailBegin(IdA1UUID, IdA1Page<IdA1AdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailBegin
Creates an instance of a IdA1ResponseAdminSearchByEmailBegin record class.
IdA1ResponseAdminSearchByEmailNext - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminSearchByEmailNext.
IdA1ResponseAdminSearchByEmailNext(IdA1UUID, IdA1Page<IdA1AdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailNext
Creates an instance of a IdA1ResponseAdminSearchByEmailNext record class.
IdA1ResponseAdminSearchByEmailPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminSearchByEmailPrevious.
IdA1ResponseAdminSearchByEmailPrevious(IdA1UUID, IdA1Page<IdA1AdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailPrevious
Creates an instance of a IdA1ResponseAdminSearchByEmailPrevious record class.
IdA1ResponseAdminSearchNext - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminSearchNext.
IdA1ResponseAdminSearchNext(IdA1UUID, IdA1Page<IdA1AdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchNext
Creates an instance of a IdA1ResponseAdminSearchNext record class.
IdA1ResponseAdminSearchPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminSearchPrevious.
IdA1ResponseAdminSearchPrevious(IdA1UUID, IdA1Page<IdA1AdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchPrevious
Creates an instance of a IdA1ResponseAdminSearchPrevious record class.
IdA1ResponseAdminSelf - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminSelf.
IdA1ResponseAdminSelf(IdA1UUID, IdA1Admin) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSelf
Creates an instance of a IdA1ResponseAdminSelf record class.
IdA1ResponseAdminUpdate - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAdminUpdate.
IdA1ResponseAdminUpdate(IdA1UUID, IdA1Admin) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminUpdate
Creates an instance of a IdA1ResponseAdminUpdate record class.
IdA1ResponseAuditSearchBegin - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAuditSearchBegin.
IdA1ResponseAuditSearchBegin(IdA1UUID, IdA1Page<IdA1AuditEvent>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchBegin
Creates an instance of a IdA1ResponseAuditSearchBegin record class.
IdA1ResponseAuditSearchNext - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAuditSearchNext.
IdA1ResponseAuditSearchNext(IdA1UUID, IdA1Page<IdA1AuditEvent>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchNext
Creates an instance of a IdA1ResponseAuditSearchNext record class.
IdA1ResponseAuditSearchPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandAuditSearchPrevious.
IdA1ResponseAuditSearchPrevious(IdA1UUID, IdA1Page<IdA1AuditEvent>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchPrevious
Creates an instance of a IdA1ResponseAuditSearchPrevious record class.
IdA1ResponseError - Record Class in com.io7m.idstore.protocol.admin.cb
An error response.
IdA1ResponseError(IdA1UUID, CBString, CBString) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
Creates an instance of a IdA1ResponseError record class.
IdA1ResponseLogin - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandLogin.
IdA1ResponseLogin(IdA1UUID, IdA1Admin) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseLogin
Creates an instance of a IdA1ResponseLogin record class.
IdA1ResponseUserBanCreate - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserBanCreate.
IdA1ResponseUserBanCreate(IdA1UUID, IdA1Ban) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanCreate
Creates an instance of a IdA1ResponseUserBanCreate record class.
IdA1ResponseUserBanDelete - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserBanDelete.
IdA1ResponseUserBanDelete(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanDelete
Creates an instance of a IdA1ResponseUserBanDelete record class.
IdA1ResponseUserBanGet - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserBanGet.
IdA1ResponseUserBanGet(IdA1UUID, CBOptionType<IdA1Ban>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanGet
Creates an instance of a IdA1ResponseUserBanGet record class.
IdA1ResponseUserCreate - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserCreate.
IdA1ResponseUserCreate(IdA1UUID, IdA1User) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserCreate
Creates an instance of a IdA1ResponseUserCreate record class.
IdA1ResponseUserDelete - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserDelete.
IdA1ResponseUserDelete(IdA1UUID) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserDelete
Creates an instance of a IdA1ResponseUserDelete record class.
IdA1ResponseUserGet - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserGet.
IdA1ResponseUserGet(IdA1UUID, CBOptionType<IdA1User>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserGet
Creates an instance of a IdA1ResponseUserGet record class.
IdA1ResponseUserLoginHistory - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserLoginHistory.
IdA1ResponseUserLoginHistory(IdA1UUID, CBList<IdA1Login>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserLoginHistory
Creates an instance of a IdA1ResponseUserLoginHistory record class.
IdA1ResponseUserSearchBegin - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserSearchBegin.
IdA1ResponseUserSearchBegin(IdA1UUID, IdA1Page<IdA1UserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchBegin
Creates an instance of a IdA1ResponseUserSearchBegin record class.
IdA1ResponseUserSearchByEmailBegin - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserSearchByEmailBegin.
IdA1ResponseUserSearchByEmailBegin(IdA1UUID, IdA1Page<IdA1UserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailBegin
Creates an instance of a IdA1ResponseUserSearchByEmailBegin record class.
IdA1ResponseUserSearchByEmailNext - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserSearchByEmailNext.
IdA1ResponseUserSearchByEmailNext(IdA1UUID, IdA1Page<IdA1UserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailNext
Creates an instance of a IdA1ResponseUserSearchByEmailNext record class.
IdA1ResponseUserSearchByEmailPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserSearchByEmailPrevious.
IdA1ResponseUserSearchByEmailPrevious(IdA1UUID, IdA1Page<IdA1UserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailPrevious
Creates an instance of a IdA1ResponseUserSearchByEmailPrevious record class.
IdA1ResponseUserSearchNext - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserSearchNext.
IdA1ResponseUserSearchNext(IdA1UUID, IdA1Page<IdA1UserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchNext
Creates an instance of a IdA1ResponseUserSearchNext record class.
IdA1ResponseUserSearchPrevious - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserSearchPrevious.
IdA1ResponseUserSearchPrevious(IdA1UUID, IdA1Page<IdA1UserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchPrevious
Creates an instance of a IdA1ResponseUserSearchPrevious record class.
IdA1ResponseUserUpdate - Record Class in com.io7m.idstore.protocol.admin.cb
A response to IdA1CommandUserUpdate.
IdA1ResponseUserUpdate(IdA1UUID, IdA1User) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserUpdate
Creates an instance of a IdA1ResponseUserUpdate record class.
IdA1TimeRange - Record Class in com.io7m.idstore.protocol.admin.cb
A UTC time range.
IdA1TimeRange(IdA1TimestampUTC, IdA1TimestampUTC) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1TimeRange
Creates an instance of a IdA1TimeRange record class.
IdA1TimestampUTC - Record Class in com.io7m.idstore.protocol.admin.cb
A UTC timestamp value.
IdA1TimestampUTC(CBIntegerUnsigned32, CBIntegerUnsigned8, CBIntegerUnsigned8, CBIntegerUnsigned8, CBIntegerUnsigned8, CBIntegerUnsigned8, CBIntegerUnsigned32) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Creates an instance of a IdA1TimestampUTC record class.
IdA1User - Record Class in com.io7m.idstore.protocol.admin.cb
A user.
IdA1User(IdA1UUID, CBString, CBString, CBList<CBString>, IdA1TimestampUTC, IdA1TimestampUTC, IdA1Password) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1User
Creates an instance of a IdA1User record class.
IdA1UserColumn - Interface in com.io7m.idstore.protocol.admin.cb
A column to use for sorting users.
IdA1UserColumn.ByID - Record Class in com.io7m.idstore.protocol.admin.cb
Order by user ID.
IdA1UserColumn.ByIDName - Record Class in com.io7m.idstore.protocol.admin.cb
Order by user id name.
IdA1UserColumn.ByRealName - Record Class in com.io7m.idstore.protocol.admin.cb
Order by user realname.
IdA1UserColumn.ByTimeCreated - Record Class in com.io7m.idstore.protocol.admin.cb
Order by user creation time.
IdA1UserColumn.ByTimeUpdated - Record Class in com.io7m.idstore.protocol.admin.cb
Order by user update time.
IdA1UserColumnOrdering - Record Class in com.io7m.idstore.protocol.admin.cb
A column ordering spec.
IdA1UserColumnOrdering(IdA1UserColumn, CBBooleanType) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumnOrdering
Creates an instance of a IdA1UserColumnOrdering record class.
IdA1UserOrdering - Record Class in com.io7m.idstore.protocol.admin.cb
A set of column ordering specs.
IdA1UserOrdering(CBList<IdA1UserColumnOrdering>) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserOrdering
Creates an instance of a IdA1UserOrdering record class.
IdA1UserSearchByEmailParameters - Record Class in com.io7m.idstore.protocol.admin.cb
Search parameters for users (by email).
IdA1UserSearchByEmailParameters(IdA1TimeRange, IdA1TimeRange, CBString, IdA1UserOrdering, CBIntegerUnsigned16) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Creates an instance of a IdA1UserSearchByEmailParameters record class.
IdA1UserSearchParameters - Record Class in com.io7m.idstore.protocol.admin.cb
Search parameters for users.
IdA1UserSearchParameters(IdA1TimeRange, IdA1TimeRange, CBOptionType<CBString>, IdA1UserOrdering, CBIntegerUnsigned16) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Creates an instance of a IdA1UserSearchParameters record class.
IdA1UserSummary - Record Class in com.io7m.idstore.protocol.admin.cb
A user summary.
IdA1UserSummary(IdA1UUID, CBString, CBString, IdA1TimestampUTC, IdA1TimestampUTC) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Creates an instance of a IdA1UserSummary record class.
IdA1UUID - Record Class in com.io7m.idstore.protocol.admin.cb
A 128-bit UUID value.
IdA1UUID(CBIntegerUnsigned64, CBIntegerUnsigned64) - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1UUID
Creates an instance of a IdA1UUID record class.
IdA1Versions - Class in com.io7m.idstore.server.internal.admin_v1
A versioning servlet.
IdA1Versions(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.admin_v1.IdA1Versions
A versioning servlet.
IdACB1Messages - Class in com.io7m.idstore.protocol.admin.cb
The protocol messages for Admin v1 Cedarbridge.
IdACB1Messages() - Constructor for class com.io7m.idstore.protocol.admin.cb.IdACB1Messages
The protocol messages for Admin v1 Cedarbridge.
IdACB1Messages(BSSReaderProviderType, BSSWriterProviderType) - Constructor for class com.io7m.idstore.protocol.admin.cb.IdACB1Messages
The protocol messages for Admin v1 Cedarbridge.
IdACB1Sends - Class in com.io7m.idstore.server.internal.admin_v1
Convenient functions to send messages.
IdACB1Sends(IdACB1Messages) - Constructor for class com.io7m.idstore.server.internal.admin_v1.IdACB1Sends
Convenient functions to send messages.
IdACB1Validation - Class in com.io7m.idstore.protocol.admin.cb
Functions to translate between the core command set and the Admin v1 Cedarbridge encoding command set.
IdACB1Validation() - Constructor for class com.io7m.idstore.protocol.admin.cb.IdACB1Validation
Functions to translate between the core command set and the Admin v1 Cedarbridge encoding command set.
IdACB1ValidationAdmin - Class in com.io7m.idstore.protocol.admin.cb.internal
Functions to translate between the core command set and the Admin v1 Cedarbridge encoding command set.
IdACB1ValidationGeneral - Class in com.io7m.idstore.protocol.admin.cb.internal
Functions to translate between the core command set and the Admin v1 Cedarbridge encoding command set.
IdACB1ValidationUser - Class in com.io7m.idstore.protocol.admin.cb.internal
Functions to translate between the core command set and the Admin v1 Cedarbridge encoding command set.
IdAClient - Class in com.io7m.idstore.admin_client.internal
The default client implementation.
IdAClient(Locale, IdAStrings, HttpClient, IdAClientProtocolHandlerType) - Constructor for class com.io7m.idstore.admin_client.internal.IdAClient
The default client implementation.
IdAClientAdminsType - Interface in com.io7m.idstore.admin_client.api
Commands related to admins.
IdAClientAuditType - Interface in com.io7m.idstore.admin_client.api
Commands related to audit events.
IdAClientException - Exception in com.io7m.idstore.admin_client.api
The type of client exceptions.
IdAClientException(IdErrorCode, String) - Constructor for exception com.io7m.idstore.admin_client.api.IdAClientException
Construct an exception.
IdAClientException(IdErrorCode, String, Throwable) - Constructor for exception com.io7m.idstore.admin_client.api.IdAClientException
Construct an exception.
IdAClientException(IdErrorCode, Throwable) - Constructor for exception com.io7m.idstore.admin_client.api.IdAClientException
Construct an exception.
IdAClientFactoryType - Interface in com.io7m.idstore.admin_client.api
A factory of clients.
IdAClientProtocolHandler1 - Class in com.io7m.idstore.admin_client.internal
The version 1 protocol handler.
IdAClientProtocolHandler1(HttpClient, IdAStrings, URI) - Constructor for class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
The version 1 protocol handler.
IdAClientProtocolHandlerAbstract - Class in com.io7m.idstore.admin_client.internal
Abstract base class for versioned handlers.
IdAClientProtocolHandlerAbstract(HttpClient, IdAStrings, URI) - Constructor for class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerAbstract
Abstract base class for versioned handlers.
IdAClientProtocolHandlerDisconnected - Class in com.io7m.idstore.admin_client.internal
The "disconnected" protocol handler.
IdAClientProtocolHandlerDisconnected(Locale, IdAStrings, HttpClient) - Constructor for class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
The "disconnected" protocol handler.
IdAClientProtocolHandlerFactoryType - Interface in com.io7m.idstore.admin_client.internal
A factory of versioned protocol handlers.
IdAClientProtocolHandlers1 - Class in com.io7m.idstore.admin_client.internal
The factory of version 1 protocol handlers.
IdAClientProtocolHandlers1() - Constructor for class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlers1
The factory of version 1 protocol handlers.
IdAClientProtocolHandlerType - Interface in com.io7m.idstore.admin_client.internal
A versioned protocol handler.
IdAClients - Class in com.io7m.idstore.admin_client
The default client factory.
IdAClients() - Constructor for class com.io7m.idstore.admin_client.IdAClients
The default client factory.
IdAClientType - Interface in com.io7m.idstore.admin_client.api
The type of clients.
IdAClientUsersType - Interface in com.io7m.idstore.admin_client.api
Commands related to users.
IdACmdAbstract<T extends IdCommandContext<R>,C extends IdProtocolMessageType,R extends IdProtocolMessageType> - Class in com.io7m.idstore.server.internal.admin
The abstract base command class.
IdACmdAbstract() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAbstract
 
IdACmdAdminBanCreate - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminBanCreate
IdACmdAdminBanCreate() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminBanCreate
IdACmdAdminBanCreate
IdACmdAdminBanDelete - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminBanDelete
IdACmdAdminBanDelete() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminBanDelete
IdACmdAdminBanDelete
IdACmdAdminBanGet - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminBanGet
IdACmdAdminBanGet() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminBanGet
IdACmdAdminBanGet
IdACmdAdminCreate - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminCreate
IdACmdAdminCreate() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminCreate
IdACmdAdminCreate
IdACmdAdminDelete - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminDelete
IdACmdAdminDelete() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminDelete
IdACmdAdminDelete
IdACmdAdminEmailAdd - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminEmailAdd
IdACmdAdminEmailAdd() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminEmailAdd
IdACmdAdminEmailAdd
IdACmdAdminEmailRemove - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminEmailRemove
IdACmdAdminEmailRemove() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminEmailRemove
IdACmdAdminEmailRemove
IdACmdAdminGet - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminGet
IdACmdAdminGet() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminGet
IdACmdAdminGet
IdACmdAdminGetByEmail - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminGet
IdACmdAdminGetByEmail() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminGetByEmail
IdACmdAdminGet
IdACmdAdminLogin - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminSelf
IdACmdAdminLogin() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminLogin
IdACmdAdminSelf
IdACmdAdminPermissionGrant - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminPermissionGrant
IdACmdAdminPermissionGrant() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminPermissionGrant
IdACmdAdminPermissionGrant
IdACmdAdminPermissionRevoke - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminPermissionRevoke
IdACmdAdminPermissionRevoke() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminPermissionRevoke
IdACmdAdminPermissionRevoke
IdACmdAdminSearchBegin - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminSearchBegin
IdACmdAdminSearchBegin() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchBegin
IdACmdAdminSearchBegin
IdACmdAdminSearchByEmailBegin - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminSearchByEmailBegin
IdACmdAdminSearchByEmailBegin() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchByEmailBegin
IdACmdAdminSearchByEmailBegin
IdACmdAdminSearchByEmailNext - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminSearchByEmailNext
IdACmdAdminSearchByEmailNext() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchByEmailNext
IdACmdAdminSearchByEmailNext
IdACmdAdminSearchByEmailPrevious - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminSearchByEmailPrevious
IdACmdAdminSearchByEmailPrevious() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchByEmailPrevious
IdACmdAdminSearchByEmailPrevious
IdACmdAdminSearchNext - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminSearchNext
IdACmdAdminSearchNext() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchNext
IdACmdAdminSearchNext
IdACmdAdminSearchPrevious - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminSearchPrevious
IdACmdAdminSearchPrevious() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminSearchPrevious
IdACmdAdminSearchPrevious
IdACmdAdminSelf - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminSelf
IdACmdAdminSelf() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminSelf
IdACmdAdminSelf
IdACmdAdminUpdate - Class in com.io7m.idstore.server.internal.admin
IdACmdAdminUpdate
IdACmdAdminUpdate() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAdminUpdate
IdACmdAdminUpdate
IdACmdAuditSearchBegin - Class in com.io7m.idstore.server.internal.admin
IdACmdAuditSearchBegin
IdACmdAuditSearchBegin() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAuditSearchBegin
IdACmdAuditSearchBegin
IdACmdAuditSearchNext - Class in com.io7m.idstore.server.internal.admin
IdACmdAuditSearchNext
IdACmdAuditSearchNext() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAuditSearchNext
IdACmdAuditSearchNext
IdACmdAuditSearchPrevious - Class in com.io7m.idstore.server.internal.admin
IdACmdAuditSearchPrevious
IdACmdAuditSearchPrevious() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdAuditSearchPrevious
IdACmdAuditSearchPrevious
IdACmdUserBanCreate - Class in com.io7m.idstore.server.internal.admin
IdACmdUserBanCreate
IdACmdUserBanCreate() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserBanCreate
IdACmdUserBanCreate
IdACmdUserBanDelete - Class in com.io7m.idstore.server.internal.admin
IdACmdUserBanDelete
IdACmdUserBanDelete() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserBanDelete
IdACmdUserBanDelete
IdACmdUserBanGet - Class in com.io7m.idstore.server.internal.admin
IdACmdUserBanGet
IdACmdUserBanGet() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserBanGet
IdACmdUserBanGet
IdACmdUserCreate - Class in com.io7m.idstore.server.internal.admin
IdACmdUserCreate
IdACmdUserCreate() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserCreate
IdACmdUserCreate
IdACmdUserDelete - Class in com.io7m.idstore.server.internal.admin
IdACmdUserDelete
IdACmdUserDelete() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserDelete
IdACmdUserDelete
IdACmdUserEmailAdd - Class in com.io7m.idstore.server.internal.admin
IdACmdUserEmailAdd
IdACmdUserEmailAdd() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserEmailAdd
IdACmdUserEmailAdd
IdACmdUserEmailRemove - Class in com.io7m.idstore.server.internal.admin
IdACmdUserEmailRemove
IdACmdUserEmailRemove() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserEmailRemove
IdACmdUserEmailRemove
IdACmdUserGet - Class in com.io7m.idstore.server.internal.admin
IdACmdUserGet
IdACmdUserGet() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserGet
IdACmdUserGet
IdACmdUserGetByEmail - Class in com.io7m.idstore.server.internal.admin
IdACmdUserGet
IdACmdUserGetByEmail() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserGetByEmail
IdACmdUserGet
IdACmdUserLoginHistory - Class in com.io7m.idstore.server.internal.admin
IdACmdUserLoginHistory
IdACmdUserLoginHistory() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserLoginHistory
IdACmdUserLoginHistory
IdACmdUserSearchBegin - Class in com.io7m.idstore.server.internal.admin
IdACmdUserSearchBegin
IdACmdUserSearchBegin() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserSearchBegin
IdACmdUserSearchBegin
IdACmdUserSearchByEmailBegin - Class in com.io7m.idstore.server.internal.admin
IdACmdUserSearchByEmailBegin
IdACmdUserSearchByEmailBegin() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserSearchByEmailBegin
IdACmdUserSearchByEmailBegin
IdACmdUserSearchByEmailNext - Class in com.io7m.idstore.server.internal.admin
IdACmdUserSearchByEmailNext
IdACmdUserSearchByEmailNext() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserSearchByEmailNext
IdACmdUserSearchByEmailNext
IdACmdUserSearchByEmailPrevious - Class in com.io7m.idstore.server.internal.admin
IdACmdUserSearchByEmailPrevious
IdACmdUserSearchByEmailPrevious() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserSearchByEmailPrevious
IdACmdUserSearchByEmailPrevious
IdACmdUserSearchNext - Class in com.io7m.idstore.server.internal.admin
IdACmdUserSearchNext
IdACmdUserSearchNext() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserSearchNext
IdACmdUserSearchNext
IdACmdUserSearchPrevious - Class in com.io7m.idstore.server.internal.admin
IdACmdUserSearchPrevious
IdACmdUserSearchPrevious() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserSearchPrevious
IdACmdUserSearchPrevious
IdACmdUserUpdate - Class in com.io7m.idstore.server.internal.admin
IdACmdUserUpdate
IdACmdUserUpdate() - Constructor for class com.io7m.idstore.server.internal.admin.IdACmdUserUpdate
IdACmdUserUpdate
IdACommandAdminBanCreate - Record Class in com.io7m.idstore.protocol.admin
Ban an admin.
IdACommandAdminBanCreate(IdBan) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminBanCreate
Ban an admin.
IdACommandAdminBanDelete - Record Class in com.io7m.idstore.protocol.admin
Remove a ban on an admin.
IdACommandAdminBanDelete(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminBanDelete
Remove a ban on an admin.
IdACommandAdminBanGet - Record Class in com.io7m.idstore.protocol.admin
Get a ban on an admin.
IdACommandAdminBanGet(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminBanGet
Get a ban on an admin.
IdACommandAdminCreate - Record Class in com.io7m.idstore.protocol.admin
Create an admin.
IdACommandAdminCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword, Set<IdAdminPermission>) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Create an admin.
IdACommandAdminDelete - Record Class in com.io7m.idstore.protocol.admin
Delete an admin.
IdACommandAdminDelete(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminDelete
Delete an admin.
IdACommandAdminEmailAdd - Record Class in com.io7m.idstore.protocol.admin
Add an email address to the given admin.
IdACommandAdminEmailAdd(UUID, IdEmail) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailAdd
Add an email address to the given admin.
IdACommandAdminEmailRemove - Record Class in com.io7m.idstore.protocol.admin
Remove an email address from the given admin.
IdACommandAdminEmailRemove(UUID, IdEmail) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailRemove
Remove an email address from the given admin.
IdACommandAdminGet - Record Class in com.io7m.idstore.protocol.admin
Get the given admin.
IdACommandAdminGet(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminGet
Get the given admin.
IdACommandAdminGetByEmail - Record Class in com.io7m.idstore.protocol.admin
Get the given admin by email address.
IdACommandAdminGetByEmail(IdEmail) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminGetByEmail
Get the given admin by email address.
IdACommandAdminPermissionGrant - Record Class in com.io7m.idstore.protocol.admin
Grant a permission to the given admin.
IdACommandAdminPermissionGrant(UUID, IdAdminPermission) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionGrant
Grant a permission to the given admin.
IdACommandAdminPermissionRevoke - Record Class in com.io7m.idstore.protocol.admin
Revoke a permission from the given admin.
IdACommandAdminPermissionRevoke(UUID, IdAdminPermission) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionRevoke
Revoke a permission from the given admin.
IdACommandAdminSearchBegin - Record Class in com.io7m.idstore.protocol.admin
Start searching/listing admins.
IdACommandAdminSearchBegin(IdAdminSearchParameters) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchBegin
Start searching/listing admins.
IdACommandAdminSearchByEmailBegin - Record Class in com.io7m.idstore.protocol.admin
Start searching/listing admins.
IdACommandAdminSearchByEmailBegin(IdAdminSearchByEmailParameters) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailBegin
Start searching/listing admins.
IdACommandAdminSearchByEmailNext - Record Class in com.io7m.idstore.protocol.admin
Get the next page of the admin listing.
IdACommandAdminSearchByEmailNext() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailNext
Creates an instance of a IdACommandAdminSearchByEmailNext record class.
IdACommandAdminSearchByEmailPrevious - Record Class in com.io7m.idstore.protocol.admin
Get the previous page of the admin listing.
IdACommandAdminSearchByEmailPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailPrevious
Creates an instance of a IdACommandAdminSearchByEmailPrevious record class.
IdACommandAdminSearchNext - Record Class in com.io7m.idstore.protocol.admin
Get the next page of the admin listing.
IdACommandAdminSearchNext() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchNext
Creates an instance of a IdACommandAdminSearchNext record class.
IdACommandAdminSearchPrevious - Record Class in com.io7m.idstore.protocol.admin
Get the previous page of the admin listing.
IdACommandAdminSearchPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchPrevious
Creates an instance of a IdACommandAdminSearchPrevious record class.
IdACommandAdminSelf - Record Class in com.io7m.idstore.protocol.admin
A request to fetch the admin's own profile.
IdACommandAdminSelf() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminSelf
Creates an instance of a IdACommandAdminSelf record class.
IdACommandAdminUpdate - Record Class in com.io7m.idstore.protocol.admin
Update the given admin.
IdACommandAdminUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAdminUpdate
Update the given admin.
IdACommandAuditSearchBegin - Record Class in com.io7m.idstore.protocol.admin
Start searching/listing audit records.
IdACommandAuditSearchBegin(IdAuditSearchParameters) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchBegin
Start searching/listing audit records.
IdACommandAuditSearchNext - Record Class in com.io7m.idstore.protocol.admin
Get the next page of audit records.
IdACommandAuditSearchNext() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchNext
Creates an instance of a IdACommandAuditSearchNext record class.
IdACommandAuditSearchPrevious - Record Class in com.io7m.idstore.protocol.admin
Get the previous page of audit records.
IdACommandAuditSearchPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchPrevious
Creates an instance of a IdACommandAuditSearchPrevious record class.
IdACommandContext - Class in com.io7m.idstore.server.internal.admin
The command context for public API commands.
IdACommandContext(IdServiceDirectoryType, IdServerStrings, UUID, IdDatabaseTransactionType, IdServerClock, IdAdmin, IdUserSession, String, String) - Constructor for class com.io7m.idstore.server.internal.admin.IdACommandContext
The context for execution of a command (or set of commands in a transaction).
IdACommandExecutor - Class in com.io7m.idstore.server.internal.admin
A command executor for public commands.
IdACommandExecutor() - Constructor for class com.io7m.idstore.server.internal.admin.IdACommandExecutor
A command executor for public commands.
IdACommandLogin - Record Class in com.io7m.idstore.protocol.admin
A request to log in.
IdACommandLogin(IdName, String) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandLogin
A request to log in.
IdACommandType<R extends IdAResponseType> - Interface in com.io7m.idstore.protocol.admin
The type of commands in the Admin protocol.
IdACommandUserBanCreate - Record Class in com.io7m.idstore.protocol.admin
Ban a user.
IdACommandUserBanCreate(IdBan) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserBanCreate
Ban a user.
IdACommandUserBanDelete - Record Class in com.io7m.idstore.protocol.admin
Remove a ban on a user.
IdACommandUserBanDelete(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserBanDelete
Remove a ban on a user.
IdACommandUserBanGet - Record Class in com.io7m.idstore.protocol.admin
Get a ban on a user.
IdACommandUserBanGet(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserBanGet
Get a ban on a user.
IdACommandUserCreate - Record Class in com.io7m.idstore.protocol.admin
Create a user.
IdACommandUserCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserCreate
Create a user.
IdACommandUserDelete - Record Class in com.io7m.idstore.protocol.admin
Delete a user.
IdACommandUserDelete(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserDelete
Delete a user.
IdACommandUserEmailAdd - Record Class in com.io7m.idstore.protocol.admin
Add an email address to the given user.
IdACommandUserEmailAdd(UUID, IdEmail) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserEmailAdd
Add an email address to the given user.
IdACommandUserEmailRemove - Record Class in com.io7m.idstore.protocol.admin
Remove an email address from the given user.
IdACommandUserEmailRemove(UUID, IdEmail) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserEmailRemove
Remove an email address from the given user.
IdACommandUserGet - Record Class in com.io7m.idstore.protocol.admin
Get the given user.
IdACommandUserGet(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserGet
Get the given user.
IdACommandUserGetByEmail - Record Class in com.io7m.idstore.protocol.admin
Get the given user by email address.
IdACommandUserGetByEmail(IdEmail) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserGetByEmail
Get the given user by email address.
IdACommandUserLoginHistory - Record Class in com.io7m.idstore.protocol.admin
Get the given user's login history.
IdACommandUserLoginHistory(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserLoginHistory
Get the given user's login history.
IdACommandUserSearchBegin - Record Class in com.io7m.idstore.protocol.admin
Start searching/listing users.
IdACommandUserSearchBegin(IdUserSearchParameters) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserSearchBegin
Start searching/listing users.
IdACommandUserSearchByEmailBegin - Record Class in com.io7m.idstore.protocol.admin
Start searching/listing users.
IdACommandUserSearchByEmailBegin(IdUserSearchByEmailParameters) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailBegin
Start searching/listing users.
IdACommandUserSearchByEmailNext - Record Class in com.io7m.idstore.protocol.admin
Get the next page of the user listing.
IdACommandUserSearchByEmailNext() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailNext
Creates an instance of a IdACommandUserSearchByEmailNext record class.
IdACommandUserSearchByEmailPrevious - Record Class in com.io7m.idstore.protocol.admin
Get the previous page of the user listing.
IdACommandUserSearchByEmailPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailPrevious
Creates an instance of a IdACommandUserSearchByEmailPrevious record class.
IdACommandUserSearchNext - Record Class in com.io7m.idstore.protocol.admin
Get the next page of the user listing.
IdACommandUserSearchNext() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserSearchNext
Creates an instance of a IdACommandUserSearchNext record class.
IdACommandUserSearchPrevious - Record Class in com.io7m.idstore.protocol.admin
Get the previous page of the user listing.
IdACommandUserSearchPrevious() - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserSearchPrevious
Creates an instance of a IdACommandUserSearchPrevious record class.
IdACommandUserUpdate - Record Class in com.io7m.idstore.protocol.admin
Update the given user.
IdACommandUserUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Constructor for record class com.io7m.idstore.protocol.admin.IdACommandUserUpdate
Update the given user.
IdAdmin - Record Class in com.io7m.idstore.model
Information for a single administrator.
IdAdmin(UUID, IdName, IdRealName, IdNonEmptyList<IdEmail>, OffsetDateTime, OffsetDateTime, IdPassword, IdAdminPermissionSet) - Constructor for record class com.io7m.idstore.model.IdAdmin
Information for a single administrator.
IdAdminColumn - Enum Class in com.io7m.idstore.model
The admin columns that can be used for ordering.
IdAdminColumnOrdering - Record Class in com.io7m.idstore.model
The ordering of a particular admin column.
IdAdminColumnOrdering(IdAdminColumn, boolean) - Constructor for record class com.io7m.idstore.model.IdAdminColumnOrdering
The ordering of a particular admin column.
IdAdminOrdering - Record Class in com.io7m.idstore.model
An ordering specification for admins.
IdAdminOrdering(List<IdAdminColumnOrdering>) - Constructor for record class com.io7m.idstore.model.IdAdminOrdering
An ordering specification for admins.
IdAdminPermission - Enum Class in com.io7m.idstore.model
The type of admin permissions.
IdAdminPermissionSet - Class in com.io7m.idstore.model
A set of permissions.
IdAdminSearchByEmailParameters - Record Class in com.io7m.idstore.model
The immutable parameters required to search admins.
IdAdminSearchByEmailParameters(IdTimeRange, IdTimeRange, String, IdAdminOrdering, int) - Constructor for record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
The immutable parameters required to list admins.
IdAdminSearchParameters - Record Class in com.io7m.idstore.model
The immutable parameters required to search admins.
IdAdminSearchParameters(IdTimeRange, IdTimeRange, Optional<String>, IdAdminOrdering, int) - Constructor for record class com.io7m.idstore.model.IdAdminSearchParameters
The immutable parameters required to list admins.
IdAdminSummary - Record Class in com.io7m.idstore.model
A summary of the "identifier" parts of an admin.
IdAdminSummary(UUID, IdName, IdRealName, OffsetDateTime, OffsetDateTime) - Constructor for record class com.io7m.idstore.model.IdAdminSummary
A summary of the "identifier" parts of an admin.
IdAMessageType - Interface in com.io7m.idstore.protocol.admin
The type of messages in the Admin protocol.
IdANewHandler - Record Class in com.io7m.idstore.admin_client.internal
A newly negotiated protocol handler.
IdANewHandler(IdAdmin, IdAClientProtocolHandlerType) - Constructor for record class com.io7m.idstore.admin_client.internal.IdANewHandler
A newly negotiated protocol handler.
IdAProtocolNegotiation - Class in com.io7m.idstore.admin_client.internal
Functions to negotiate protocols.
IdArbAbstractProvider - Class in com.io7m.idstore.tests.arbitraries
The abstract base class of idstore providers.
IdArbAbstractProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAbstractProvider
The abstract base class of idstore providers.
IdArbAdminOrderingProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdAdminOrdering values.
IdArbAdminOrderingProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAdminOrderingProvider
A provider of values.
IdArbAdminPermissionSetProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdAdminPermissionSet values.
IdArbAdminPermissionSetProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAdminPermissionSetProvider
A provider of values.
IdArbAdminProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdAdmin values.
IdArbAdminProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAdminProvider
A provider of values.
IdArbAdminSearchByEmailParametersProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdAdminSearchByEmailParameters values.
IdArbAdminSearchByEmailParametersProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAdminSearchByEmailParametersProvider
A provider of values.
IdArbAdminSearchParametersProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdAdminSearchParameters values.
IdArbAdminSearchParametersProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAdminSearchParametersProvider
A provider of values.
IdArbAdminSummaryProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdAdminSummary values.
IdArbAdminSummaryProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAdminSummaryProvider
A provider of values.
IdArbAMessageProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdAMessageType values.
IdArbAMessageProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
A provider of values.
IdArbAuditEventProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdAuditEvent values.
IdArbAuditEventProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAuditEventProvider
A provider of values.
IdArbAuditSearchParametersProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdAuditSearchParameters values.
IdArbAuditSearchParametersProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbAuditSearchParametersProvider
A provider of values.
IdArbBanProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdBan values.
IdArbBanProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbBanProvider
A provider of values.
IdArbEmailProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdEmail values.
IdArbEmailProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbEmailProvider
A provider of values.
IdArbHashProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdHash values.
IdArbHashProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbHashProvider
A provider of values.
IdArbIdNameProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdName values.
IdArbIdNameProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbIdNameProvider
A provider of values.
IdArbLoginProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdLogin values.
IdArbLoginProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbLoginProvider
A provider of values.
IdArbOffsetDateTimeProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of OffsetDateTime values.
IdArbOffsetDateTimeProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbOffsetDateTimeProvider
A provider of values.
IdArbPasswordProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdPassword values.
IdArbPasswordProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbPasswordProvider
A provider of values.
IdArbRealNameProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdRealName values.
IdArbRealNameProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbRealNameProvider
A provider of values.
IdArbSubsetMatchProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdSubsetMatch values.
IdArbSubsetMatchProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbSubsetMatchProvider
A provider of values.
IdArbTimeRangeProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdTimeRange values.
IdArbTimeRangeProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbTimeRangeProvider
A provider of values.
IdArbTokenProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdToken values.
IdArbTokenProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbTokenProvider
A provider of values.
IdArbUMessageProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdUMessageType values.
IdArbUMessageProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
A provider of values.
IdArbURIProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of URI values.
IdArbURIProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbURIProvider
A provider of URI values.
IdArbUserOrderingProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdUserOrdering values.
IdArbUserOrderingProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbUserOrderingProvider
A provider of values.
IdArbUserProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdUser values.
IdArbUserProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbUserProvider
A provider of values.
IdArbUserSearchByEmailParametersProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdUserSearchByEmailParameters values.
IdArbUserSearchByEmailParametersProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbUserSearchByEmailParametersProvider
A provider of values.
IdArbUserSearchParametersProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdUserSearchParameters values.
IdArbUserSearchParametersProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbUserSearchParametersProvider
A provider of values.
IdArbUserSummaryProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of IdUserSummary values.
IdArbUserSummaryProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbUserSummaryProvider
A provider of values.
IdArbUUIDProvider - Class in com.io7m.idstore.tests.arbitraries
A provider of UUID values.
IdArbUUIDProvider() - Constructor for class com.io7m.idstore.tests.arbitraries.IdArbUUIDProvider
A provider of UUID values.
IdAResponseAdminBanCreate - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAdminBanCreate(UUID, IdBan) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanCreate
IdAResponseAdminBanDelete - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAdminBanDelete(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanDelete
IdAResponseAdminBanGet - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandAdminBanGet.
IdAResponseAdminBanGet(UUID, Optional<IdBan>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanGet
A response to IdACommandAdminBanGet.
IdAResponseAdminCreate - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandAdminCreate.
IdAResponseAdminCreate(UUID, IdAdmin) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminCreate
A response to IdACommandAdminCreate.
IdAResponseAdminDelete - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandAdminDelete.
IdAResponseAdminDelete(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminDelete
A response to IdACommandAdminDelete.
IdAResponseAdminGet - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandAdminGet.
IdAResponseAdminGet(UUID, Optional<IdAdmin>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminGet
A response to IdACommandAdminGet.
IdAResponseAdminSearchBegin - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAdminSearchBegin(UUID, IdPage<IdAdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchBegin
IdAResponseAdminSearchByEmailBegin - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAdminSearchByEmailBegin(UUID, IdPage<IdAdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailBegin
IdAResponseAdminSearchByEmailNext - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAdminSearchByEmailNext(UUID, IdPage<IdAdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailNext
IdAResponseAdminSearchByEmailPrevious - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAdminSearchByEmailPrevious(UUID, IdPage<IdAdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailPrevious
IdAResponseAdminSearchNext - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAdminSearchNext(UUID, IdPage<IdAdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchNext
IdAResponseAdminSearchPrevious - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAdminSearchPrevious(UUID, IdPage<IdAdminSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchPrevious
IdAResponseAdminSelf - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandAdminSelf.
IdAResponseAdminSelf(UUID, IdAdmin) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminSelf
A response to IdACommandAdminSelf.
IdAResponseAdminUpdate - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandAdminUpdate.
IdAResponseAdminUpdate(UUID, IdAdmin) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAdminUpdate
A response to IdACommandAdminUpdate.
IdAResponseAuditSearchBegin - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAuditSearchBegin(UUID, IdPage<IdAuditEvent>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchBegin
IdAResponseAuditSearchNext - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAuditSearchNext(UUID, IdPage<IdAuditEvent>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchNext
IdAResponseAuditSearchPrevious - Record Class in com.io7m.idstore.protocol.admin
IdAResponseAuditSearchPrevious(UUID, IdPage<IdAuditEvent>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchPrevious
IdAResponseError - Record Class in com.io7m.idstore.protocol.admin
An error response.
IdAResponseError(UUID, String, String) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseError
An error response.
IdAResponseLogin - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandLogin.
IdAResponseLogin(UUID, IdAdmin) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseLogin
A response to IdACommandLogin.
IdAResponseType - Interface in com.io7m.idstore.protocol.admin
The type of responses in the Admin protocol.
IdAResponseUserBanCreate - Record Class in com.io7m.idstore.protocol.admin
IdAResponseUserBanCreate(UUID, IdBan) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserBanCreate
IdAResponseUserBanDelete - Record Class in com.io7m.idstore.protocol.admin
IdAResponseUserBanDelete(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserBanDelete
IdAResponseUserBanGet - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandUserBanGet.
IdAResponseUserBanGet(UUID, Optional<IdBan>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserBanGet
A response to IdACommandUserBanGet.
IdAResponseUserCreate - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandUserCreate.
IdAResponseUserCreate(UUID, IdUser) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserCreate
A response to IdACommandUserCreate.
IdAResponseUserDelete - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandUserDelete.
IdAResponseUserDelete(UUID) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserDelete
A response to IdACommandUserDelete.
IdAResponseUserGet - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandUserGet.
IdAResponseUserGet(UUID, Optional<IdUser>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserGet
A response to IdACommandUserGet.
IdAResponseUserLoginHistory - Record Class in com.io7m.idstore.protocol.admin
IdAResponseUserLoginHistory(UUID, List<IdLogin>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserLoginHistory
IdAResponseUserSearchBegin - Record Class in com.io7m.idstore.protocol.admin
IdAResponseUserSearchBegin(UUID, IdPage<IdUserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchBegin
IdAResponseUserSearchByEmailBegin - Record Class in com.io7m.idstore.protocol.admin
IdAResponseUserSearchByEmailBegin(UUID, IdPage<IdUserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailBegin
IdAResponseUserSearchByEmailNext - Record Class in com.io7m.idstore.protocol.admin
IdAResponseUserSearchByEmailNext(UUID, IdPage<IdUserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailNext
IdAResponseUserSearchByEmailPrevious - Record Class in com.io7m.idstore.protocol.admin
IdAResponseUserSearchByEmailPrevious(UUID, IdPage<IdUserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailPrevious
IdAResponseUserSearchNext - Record Class in com.io7m.idstore.protocol.admin
IdAResponseUserSearchNext(UUID, IdPage<IdUserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchNext
IdAResponseUserSearchPrevious - Record Class in com.io7m.idstore.protocol.admin
IdAResponseUserSearchPrevious(UUID, IdPage<IdUserSummary>) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchPrevious
IdAResponseUserUpdate - Record Class in com.io7m.idstore.protocol.admin
A response to IdACommandUserUpdate.
IdAResponseUserUpdate(UUID, IdUser) - Constructor for record class com.io7m.idstore.protocol.admin.IdAResponseUserUpdate
A response to IdACommandUserUpdate.
IdAStrings - Class in com.io7m.idstore.admin_client.internal
The string resources.
IdAStrings(Locale) - Constructor for class com.io7m.idstore.admin_client.internal.IdAStrings
The string resources.
IdAuditEvent - Record Class in com.io7m.idstore.model
An audit event.
IdAuditEvent(long, UUID, OffsetDateTime, String, String) - Constructor for record class com.io7m.idstore.model.IdAuditEvent
An audit event.
IdAuditSearchParameters - Record Class in com.io7m.idstore.model
The immutable parameters required to list audit events.
IdAuditSearchParameters(IdTimeRange, Optional<String>, Optional<String>, Optional<String>, int) - Constructor for record class com.io7m.idstore.model.IdAuditSearchParameters
The immutable parameters required to list events.
IdBan - Record Class in com.io7m.idstore.model
An account ban.
IdBan(UUID, String, Optional<OffsetDateTime>) - Constructor for record class com.io7m.idstore.model.IdBan
An account ban.
IdCommandContext<E extends IdProtocolMessageType> - Class in com.io7m.idstore.server.internal.command_exec
The context for execution of a command (or set of commands in a transaction).
IdCommandContext(IdServiceDirectoryType, IdServerStrings, UUID, IdDatabaseTransactionType, IdServerClock, IdUserSession, String, String) - Constructor for class com.io7m.idstore.server.internal.command_exec.IdCommandContext
The context for execution of a command (or set of commands in a transaction).
IdCommandExecutionFailure - Exception in com.io7m.idstore.server.internal.command_exec
A failure to execute a command.
IdCommandExecutionFailure(String, Throwable, UUID, int, IdErrorCode) - Constructor for exception com.io7m.idstore.server.internal.command_exec.IdCommandExecutionFailure
Construct an exception.
IdCommandExecutionFailure(String, UUID, int, IdErrorCode) - Constructor for exception com.io7m.idstore.server.internal.command_exec.IdCommandExecutionFailure
Construct an exception.
IdCommandExecutorType<C extends IdCommandContext<R>,M extends IdProtocolMessageType,R extends IdProtocolMessageType> - Interface in com.io7m.idstore.server.internal.command_exec
The type of command executors.
IdCommonCSSServlet - Class in com.io7m.idstore.server.internal.common
The CSS servlet.
IdCommonCSSServlet(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.common.IdCommonCSSServlet
The CSS servlet.
IdCommonInstrumentedServlet - Class in com.io7m.idstore.server.internal.common
The base instrumented servlet.
IdCommonInstrumentedServlet(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.common.IdCommonInstrumentedServlet
 
IdCommonLogoServlet - Class in com.io7m.idstore.server.internal.common
The logo servlet.
IdCommonLogoServlet(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.common.IdCommonLogoServlet
The logo servlet.
IdDatabase - Class in com.io7m.idstore.database.postgres.internal
The default postgres server database implementation.
IdDatabase(OpenTelemetry, Clock, HikariDataSource, IdDatabaseMetrics) - Constructor for class com.io7m.idstore.database.postgres.internal.IdDatabase
The default postgres server database implementation.
IdDatabaseAdminSearchByEmailPaging - Class in com.io7m.idstore.database.api
A paging handler for admin summaries.
IdDatabaseAdminSearchByEmailPagingType - Interface in com.io7m.idstore.database.api
The type of paging handlers that handle admin summaries.
IdDatabaseAdminSearchPaging - Class in com.io7m.idstore.database.api
A paging handler for admin summaries.
IdDatabaseAdminSearchPagingType - Interface in com.io7m.idstore.database.api
The type of paging handlers that handle admin summaries.
IdDatabaseAdminsQueriesType - Interface in com.io7m.idstore.database.api
The database queries involving admins.
IdDatabaseAuditListPaging - Class in com.io7m.idstore.database.api
A paging handler for audit events.
IdDatabaseAuditListPagingType - Interface in com.io7m.idstore.database.api
The type of paging handlers that handle audit events.
IdDatabaseAuditQueriesType - Interface in com.io7m.idstore.database.api
The database queries involving the audit log.
IdDatabaseConfiguration - Record Class in com.io7m.idstore.database.api
The server database configuration.
IdDatabaseConfiguration(String, String, String, int, String, IdDatabaseCreate, IdDatabaseUpgrade, Clock) - Constructor for record class com.io7m.idstore.database.api.IdDatabaseConfiguration
The server database configuration.
IdDatabaseConnectionType - Interface in com.io7m.idstore.database.api
The type of database connections.
IdDatabaseCreate - Enum Class in com.io7m.idstore.database.api
Create or do not create a database.
IdDatabaseEmailsQueriesType - Interface in com.io7m.idstore.database.api
The database queries involving emails.
IdDatabaseException - Exception in com.io7m.idstore.database.api
The type of exceptions raised by the server database.
IdDatabaseException(String, IdErrorCode) - Constructor for exception com.io7m.idstore.database.api.IdDatabaseException
Create an exception.
IdDatabaseException(String, Throwable, IdErrorCode) - Constructor for exception com.io7m.idstore.database.api.IdDatabaseException
Create an exception.
IdDatabaseException(Throwable, IdErrorCode) - Constructor for exception com.io7m.idstore.database.api.IdDatabaseException
Create an exception.
IdDatabaseExceptions - Class in com.io7m.idstore.database.postgres.internal
Functions to handle database exceptions.
IdDatabaseFactoryType - Interface in com.io7m.idstore.database.api
The type of server database factories.
IdDatabaseIncludeRedacted - Enum Class in com.io7m.idstore.database.api
Whether to include redacted items.
IdDatabaseMaintenanceQueries - Class in com.io7m.idstore.database.postgres.internal
The maintenance queries.
IdDatabaseMaintenanceQueriesType - Interface in com.io7m.idstore.database.api
The database queries involving maintenance.
IdDatabaseMetrics - Class in com.io7m.idstore.database.postgres.internal
An MX bean for database metrics.
IdDatabaseMetrics() - Constructor for class com.io7m.idstore.database.postgres.internal.IdDatabaseMetrics
An MX bean for database metrics.
IdDatabaseMetricsMXBean - Interface in com.io7m.idstore.database.postgres.internal
Database server metrics.
IdDatabasePagingType<P,T,Q extends IdDatabaseQueriesType> - Interface in com.io7m.idstore.database.api
The base type of paging handlers for returning large result sets.
IdDatabaseQueriesType - Interface in com.io7m.idstore.database.api
The base type of query interfaces.
IdDatabaseRequiresAdmin - Annotation Interface in com.io7m.idstore.database.api
An annotation indicating that a method requires an admin ID to be set.
IdDatabaseRequiresUser - Annotation Interface in com.io7m.idstore.database.api
An annotation indicating that a method requires a user ID to be set.
IdDatabaseRole - Enum Class in com.io7m.idstore.database.api
The roles used by the server database.
IdDatabases - Class in com.io7m.idstore.database.postgres
The default postgres server database implementation.
IdDatabases() - Constructor for class com.io7m.idstore.database.postgres.IdDatabases
The default postgres server database implementation.
IdDatabaseTransactionType - Interface in com.io7m.idstore.database.api
A database transaction.
IdDatabaseType - Interface in com.io7m.idstore.database.api
An open database.
IdDatabaseUpgrade - Enum Class in com.io7m.idstore.database.api
Upgrade or do not upgrade a database.
IdDatabaseUserSearchByEmailPaging - Class in com.io7m.idstore.database.api
A paging handler for user summaries.
IdDatabaseUserSearchByEmailPagingType - Interface in com.io7m.idstore.database.api
The type of paging handlers that handle user summaries.
IdDatabaseUserSearchPaging - Class in com.io7m.idstore.database.api
A paging handler for user summaries.
IdDatabaseUserSearchPagingType - Interface in com.io7m.idstore.database.api
The type of paging handlers that handle user summaries.
IdDatabaseUsersQueriesType - Interface in com.io7m.idstore.database.api
The database queries involving users.
IdEmail - Record Class in com.io7m.idstore.model
A user email.
IdEmail(String) - Constructor for record class com.io7m.idstore.model.IdEmail
A user email.
IdEmailOwner - Record Class in com.io7m.idstore.model
The owner of an email.
IdEmailOwner(boolean, UUID, IdEmail) - Constructor for record class com.io7m.idstore.model.IdEmailOwner
The owner of an email.
IdEmailVerification - Record Class in com.io7m.idstore.model
An email verification operation.
IdEmailVerification(UUID, IdEmail, IdToken, IdEmailVerificationOperation, OffsetDateTime) - Constructor for record class com.io7m.idstore.model.IdEmailVerification
An email verification operation.
IdEmailVerificationOperation - Enum Class in com.io7m.idstore.model
An operation that should occur after an email address is verified.
IdEmailVerificationResolution - Enum Class in com.io7m.idstore.model
The reason an email verification was deleted.
identifier() - Method in class com.io7m.idstore.model.IdPasswordAlgorithmPBKDF2HmacSHA256
 
identifier() - Method in class com.io7m.idstore.model.IdPasswordAlgorithmRedacted
 
identifier() - Method in interface com.io7m.idstore.model.IdPasswordAlgorithmType
 
IdErrorCode - Record Class in com.io7m.idstore.error_codes
The type of error codes.
IdErrorCode(String) - Constructor for record class com.io7m.idstore.error_codes.IdErrorCode
The type of error codes.
IdErrorHandler - Class in com.io7m.idstore.server.internal
A simple error handler.
IdErrorHandler() - Constructor for class com.io7m.idstore.server.internal.IdErrorHandler
A simple error handler.
IdException - Exception in com.io7m.idstore.error_codes
The base type of exceptions.
IdException(IdErrorCode, String) - Constructor for exception com.io7m.idstore.error_codes.IdException
Construct an exception.
IdException(IdErrorCode, String, Throwable) - Constructor for exception com.io7m.idstore.error_codes.IdException
Construct an exception.
IdException(IdErrorCode, Throwable) - Constructor for exception com.io7m.idstore.error_codes.IdException
Construct an exception.
IdFMAdminMainData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the main admin screen template.
IdFMAdminMainData(String, String) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMAdminMainData
Data for the main admin screen template.
IdFMAdminUserData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the "user" admin screen template.
IdFMAdminUserData(String, String, IdUser, List<IdLogin>) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUserData
Data for the "user" admin screen template.
IdFMAdminUsersData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the "users" admin screen template.
IdFMAdminUsersData(String, String, List<IdUserSummary>, boolean, boolean, int, long, Optional<String>) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Data for the "users" admin screen template.
IdFMCSSData - Record Class in com.io7m.idstore.server.internal.freemarker
A color scheme.
IdFMCSSData(IdServerColorScheme) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMCSSData
A color scheme.
IdFMDataModelType - Interface in com.io7m.idstore.server.internal.freemarker
The base type of data models for templates.
IdFMEmailAddData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the email addition screen template.
IdFMEmailAddData(String, String, UUID) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMEmailAddData
Data for the email addition screen template.
IdFMEmailPasswordResetData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for email password reset templates.
IdFMEmailPasswordResetData(String, IdUserPasswordReset, String, String, URI) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
Data for email password reset templates.
IdFMEmailVerificationData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for email verification templates.
IdFMEmailVerificationData(String, IdEmailVerification, String, String, URI, URI) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Data for email verification templates.
IdFMLoginData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the login screen template.
IdFMLoginData(String, String, boolean, Optional<String>, Optional<String>, Optional<String>) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Data for the login screen template.
IdFMMessageData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the generic message screen template.
IdFMMessageData(String, String, UUID, boolean, boolean, String, String, String) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Data for the generic message screen template.
IdFMPasswordResetConfirmData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the password reset confirm screen template.
IdFMPasswordResetConfirmData(String, String, IdToken) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetConfirmData
Data for the password reset confirm screen template.
IdFMPasswordResetData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the password reset screen template.
IdFMPasswordResetData(String, String) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetData
Data for the password reset screen template.
IdFMPasswordUpdateData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the password update screen template.
IdFMPasswordUpdateData(String, String, UUID) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordUpdateData
Data for the password update screen template.
IdFMRealNameUpdateData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the realname update screen template.
IdFMRealNameUpdateData(String, String, IdRealName, UUID) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMRealNameUpdateData
Data for the realname update screen template.
IdFMTemplateLoader - Class in com.io7m.idstore.server.internal.freemarker
A freemarker template loader.
IdFMTemplateLoader() - Constructor for class com.io7m.idstore.server.internal.freemarker.IdFMTemplateLoader
A freemarker template loader.
IdFMTemplateService - Class in com.io7m.idstore.server.internal.freemarker
A service supplying freemarker templates.
IdFMTemplateType<T extends IdFMDataModelType> - Interface in com.io7m.idstore.server.internal.freemarker
The type of freemarker templates.
IdFMUserSelfData - Record Class in com.io7m.idstore.server.internal.freemarker
Data for the "self" user profile screen template.
IdFMUserSelfData(String, String, IdUser, List<IdLogin>) - Constructor for record class com.io7m.idstore.server.internal.freemarker.IdFMUserSelfData
Data for the "self" user profile screen template.
IdHash - Record Class in com.io7m.idstore.model
The hash of an object.
IdHash(String, String) - Constructor for record class com.io7m.idstore.model.IdHash
The hash of an object.
IdHTTPErrorStatusException - Exception in com.io7m.idstore.server.internal
An exception with an associated error code and HTTP status code.
IdHTTPErrorStatusException(int, IdErrorCode, String) - Constructor for exception com.io7m.idstore.server.internal.IdHTTPErrorStatusException
Construct an exception.
IdHTTPErrorStatusException(int, IdErrorCode, String, Throwable) - Constructor for exception com.io7m.idstore.server.internal.IdHTTPErrorStatusException
Construct an exception.
IdHTTPErrorStatusException(int, IdErrorCode, Throwable) - Constructor for exception com.io7m.idstore.server.internal.IdHTTPErrorStatusException
Construct an exception.
IdLoggingHTTPRequestLayout - Class in com.io7m.idstore.server.logging
A logging pattern specifically for HTTP requests.
IdLoggingHTTPRequestLayout() - Constructor for class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
A logging pattern specifically for HTTP requests.
IdLoggingPatternLayout - Class in com.io7m.idstore.server.logging
A dynamic logging pattern based on MDC values.
IdLoggingPatternLayout() - Constructor for class com.io7m.idstore.server.logging.IdLoggingPatternLayout
A dynamic logging pattern based on MDC values.
IdLogin - Record Class in com.io7m.idstore.model
A record of a login.
IdLogin(UUID, OffsetDateTime, String, String) - Constructor for record class com.io7m.idstore.model.IdLogin
A record of a login.
idName() - Method in record class com.io7m.idstore.model.IdAdmin
Returns the value of the idName record component.
idName() - Method in record class com.io7m.idstore.model.IdAdminSummary
Returns the value of the idName record component.
idName() - Method in record class com.io7m.idstore.model.IdUser
Returns the value of the idName record component.
idName() - Method in record class com.io7m.idstore.model.IdUserCreate
Returns the value of the idName record component.
idName() - Method in record class com.io7m.idstore.model.IdUserSummary
Returns the value of the idName record component.
idName() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Returns the value of the idName record component.
idName() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminUpdate
Returns the value of the idName record component.
idName() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserCreate
Returns the value of the idName record component.
idName() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserUpdate
Returns the value of the idName record component.
IdName - Record Class in com.io7m.idstore.model
A user ID name.
IdName(String) - Constructor for record class com.io7m.idstore.model.IdName
A user display name.
IdNonEmptyList<T> - Record Class in com.io7m.idstore.model
A non-empty list.
IdNonEmptyList(T, List<T>) - Constructor for record class com.io7m.idstore.model.IdNonEmptyList
A non-empty list.
IdOptional - Class in com.io7m.idstore.model
Extra functions for Optional.
IdOptional.IdPartialFunctionType<A,B,E extends Exception> - Interface in com.io7m.idstore.model
The type of partial functions.
IdPage<T> - Record Class in com.io7m.idstore.model
A page of items.
IdPage(List<T>, int, int, long) - Constructor for record class com.io7m.idstore.model.IdPage
A page of items.
IdPassword - Record Class in com.io7m.idstore.model
A hashed password for a user.
IdPassword(IdPasswordAlgorithmType, String, String) - Constructor for record class com.io7m.idstore.model.IdPassword
A hashed password for a user.
IdPasswordAlgorithmPBKDF2HmacSHA256 - Class in com.io7m.idstore.model
The PBKDF2 hashing algorithm using a SHA-256 HMAC.
IdPasswordAlgorithmRedacted - Class in com.io7m.idstore.model
A "redacted" hashing algorithm used to represent passwords that should not be returned to users/admins.
IdPasswordAlgorithms - Class in com.io7m.idstore.model
Functions over password algorithms.
IdPasswordAlgorithmType - Interface in com.io7m.idstore.model
The type of password hashing algorithms.
IdPasswordException - Exception in com.io7m.idstore.model
An exception raised by a password hashing algorithm.
IdPasswordException(IdErrorCode, String) - Constructor for exception com.io7m.idstore.model.IdPasswordException
Construct an exception.
IdPasswordException(IdErrorCode, String, Throwable) - Constructor for exception com.io7m.idstore.model.IdPasswordException
Construct an exception.
IdPasswordUncheckedException - Exception in com.io7m.idstore.model
An exception raised by a password hashing algorithm.
IdPasswordUncheckedException(IdPasswordException) - Constructor for exception com.io7m.idstore.model.IdPasswordUncheckedException
Construct an exception.
IdProtocolException - Exception in com.io7m.idstore.protocol.api
An exception encountered whilst handling a protocol.
IdProtocolException(IdErrorCode, String) - Constructor for exception com.io7m.idstore.protocol.api.IdProtocolException
Construct an exception.
IdProtocolException(IdErrorCode, String, Throwable) - Constructor for exception com.io7m.idstore.protocol.api.IdProtocolException
Construct an exception.
IdProtocolFromModel - Annotation Interface in com.io7m.idstore.protocol.api
An annotation that indicates that a method converts a model value from a versioned value.
IdProtocolMessagesType<T extends IdProtocolMessageType> - Interface in com.io7m.idstore.protocol.api
The interface exposed by protocol message handlers.
IdProtocolMessageType - Interface in com.io7m.idstore.protocol.api
The base type of protocol messages.
IdProtocolMessageValidatorType<T extends IdProtocolMessageType,R> - Interface in com.io7m.idstore.protocol.api
The type of validators that convert between core messages and "wire" (versioned) messages.
IdProtocolToModel - Annotation Interface in com.io7m.idstore.protocol.api
An annotation that indicates that a method converts a versioned value to a model value.
IdProtocolToModelType<M> - Interface in com.io7m.idstore.protocol.api
An interface describing types that can be converted to model types.
IdRateLimitEmailVerificationService - Class in com.io7m.idstore.server.internal
A rate limiting service for email verifications.
IdRateLimiter - Class in com.io7m.idstore.server.internal
A trivial rate limiter.
IdRateLimitPasswordResetService - Class in com.io7m.idstore.server.internal
A rate limiting service for password resets.
IdRealName - Record Class in com.io7m.idstore.model
A user "real" name.
IdRealName(String) - Constructor for record class com.io7m.idstore.model.IdRealName
A user display name.
IdRequestLimits - Class in com.io7m.idstore.server.internal
Methods to handle request size limits.
IdRequestLimits(IdServerStrings) - Constructor for class com.io7m.idstore.server.internal.IdRequestLimits
Methods to handle request size limits.
IdRequests - Class in com.io7m.idstore.server.internal
Functions over HTTP requests.
IdSCmdInitialize - Class in com.io7m.idstore.server.main.internal
The "initialize" command.
IdSCmdInitialize(CLPCommandContextType) - Constructor for class com.io7m.idstore.server.main.internal.IdSCmdInitialize
Construct a command.
IdSCmdServer - Class in com.io7m.idstore.server.main.internal
The "server" command.
IdSCmdServer(CLPCommandContextType) - Constructor for class com.io7m.idstore.server.main.internal.IdSCmdServer
Construct a command.
IdSCmdVersion - Class in com.io7m.idstore.server.main.internal
The "version" command.
IdSCmdVersion(CLPCommandContextType) - Constructor for class com.io7m.idstore.server.main.internal.IdSCmdVersion
Construct a command.
IdSecActionType - Interface in com.io7m.idstore.server.security
A view of an action within the security policy.
IdSecAdminActionAdminBanCreate - Record Class in com.io7m.idstore.server.security
An admin wants to ban an admin.
IdSecAdminActionAdminBanCreate(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanCreate
An admin wants to ban an admin.
IdSecAdminActionAdminBanDelete - Record Class in com.io7m.idstore.server.security
An admin wants to unban an admin.
IdSecAdminActionAdminBanDelete(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanDelete
An admin wants to unban an admin.
IdSecAdminActionAdminBanGet - Record Class in com.io7m.idstore.server.security
An admin wants to examine the ban of an admin.
IdSecAdminActionAdminBanGet(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanGet
An admin wants to examine the ban of an admin.
IdSecAdminActionAdminCreate - Record Class in com.io7m.idstore.server.security
An admin wants to create an admin.
IdSecAdminActionAdminCreate(IdAdmin, Set<IdAdminPermission>) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminCreate
An admin wants to create an admin.
IdSecAdminActionAdminDelete - Record Class in com.io7m.idstore.server.security
An admin wants to delete one or more admins.
IdSecAdminActionAdminDelete(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminDelete
An admin wants to delete one or more admins.
IdSecAdminActionAdminEmailAdd - Record Class in com.io7m.idstore.server.security
An admin wants to add an email address to an admin.
IdSecAdminActionAdminEmailAdd(IdAdmin, UUID) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailAdd
An admin wants to add an email address to an admin.
IdSecAdminActionAdminEmailRemove - Record Class in com.io7m.idstore.server.security
An admin wants to remove an email address from an admin.
IdSecAdminActionAdminEmailRemove(IdAdmin, UUID) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailRemove
An admin wants to remove an email address from an admin.
IdSecAdminActionAdminPermissionGrant - Record Class in com.io7m.idstore.server.security
An admin wants to grant a permission to an admin.
IdSecAdminActionAdminPermissionGrant(IdAdmin, UUID, IdAdminPermission) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionGrant
An admin wants to add an email address to an admin.
IdSecAdminActionAdminPermissionRevoke - Record Class in com.io7m.idstore.server.security
An admin wants to revoke a permission from an admin.
IdSecAdminActionAdminPermissionRevoke(IdAdmin, UUID, IdAdminPermission) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionRevoke
An admin wants to revoke a permission from an admin.
IdSecAdminActionAdminRead - Record Class in com.io7m.idstore.server.security
An admin wants to read one or more admins.
IdSecAdminActionAdminRead(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminRead
An admin wants to read one or more admins.
IdSecAdminActionAdminUpdate - Record Class in com.io7m.idstore.server.security
An admin wants to update an admin.
IdSecAdminActionAdminUpdate(IdAdmin, UUID) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAdminUpdate
An admin wants to update an admin.
IdSecAdminActionAuditRead - Record Class in com.io7m.idstore.server.security
An admin wants to read the audit log.
IdSecAdminActionAuditRead(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionAuditRead
An admin wants to read the audit log.
IdSecAdminActionType - Interface in com.io7m.idstore.server.security
A view of an action within the security policy.
IdSecAdminActionUserBanCreate - Record Class in com.io7m.idstore.server.security
An admin wants to ban a user.
IdSecAdminActionUserBanCreate(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionUserBanCreate
An admin wants to ban a user.
IdSecAdminActionUserBanDelete - Record Class in com.io7m.idstore.server.security
An admin wants to unban a user.
IdSecAdminActionUserBanDelete(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionUserBanDelete
An admin wants to unban a user.
IdSecAdminActionUserBanGet - Record Class in com.io7m.idstore.server.security
An admin wants to examine the ban of a user.
IdSecAdminActionUserBanGet(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionUserBanGet
An admin wants to examine the ban of a user.
IdSecAdminActionUserCreate - Record Class in com.io7m.idstore.server.security
An admin wants to create a user.
IdSecAdminActionUserCreate(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionUserCreate
An admin wants to create a user.
IdSecAdminActionUserDelete - Record Class in com.io7m.idstore.server.security
An admin wants to delete one or more users.
IdSecAdminActionUserDelete(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionUserDelete
An admin wants to delete one or more users.
IdSecAdminActionUserRead - Record Class in com.io7m.idstore.server.security
An admin wants to read one or more users.
IdSecAdminActionUserRead(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionUserRead
An admin wants to read one or more users.
IdSecAdminActionUserUpdate - Record Class in com.io7m.idstore.server.security
An admin wants to update a user.
IdSecAdminActionUserUpdate(IdAdmin) - Constructor for record class com.io7m.idstore.server.security.IdSecAdminActionUserUpdate
An admin wants to update a user.
IdSecPolicyDefault - Class in com.io7m.idstore.server.security
The default security policy.
IdSecPolicyDenyAll - Class in com.io7m.idstore.server.security
A security policy that denies all actions.
IdSecPolicyPermitAll - Class in com.io7m.idstore.server.security
A security policy that permits all actions.
IdSecPolicyResultDenied - Record Class in com.io7m.idstore.server.security
An action is denied.
IdSecPolicyResultDenied(String) - Constructor for record class com.io7m.idstore.server.security.IdSecPolicyResultDenied
An action is denied.
IdSecPolicyResultPermitted - Record Class in com.io7m.idstore.server.security
An action is permitted.
IdSecPolicyResultPermitted() - Constructor for record class com.io7m.idstore.server.security.IdSecPolicyResultPermitted
Creates an instance of a IdSecPolicyResultPermitted record class.
IdSecPolicyResultType - Interface in com.io7m.idstore.server.security
The result of evaluating a security policy.
IdSecPolicyType - Interface in com.io7m.idstore.server.security
A security policy.
IdSecurity - Class in com.io7m.idstore.server.security
The main API for performing security policy checks.
IdSecurityException - Exception in com.io7m.idstore.server.security
The type of exceptions raised during security policy evaluations.
IdSecurityException(IdErrorCode, String) - Constructor for exception com.io7m.idstore.server.security.IdSecurityException
Create an exception.
IdSecurityException(IdErrorCode, String, Throwable) - Constructor for exception com.io7m.idstore.server.security.IdSecurityException
Create an exception.
IdSecurityException(IdErrorCode, Throwable) - Constructor for exception com.io7m.idstore.server.security.IdSecurityException
Create an exception.
IdSecUserActionEmailAddBegin - Record Class in com.io7m.idstore.server.security
A request to add an email address to a user.
IdSecUserActionEmailAddBegin(IdUser) - Constructor for record class com.io7m.idstore.server.security.IdSecUserActionEmailAddBegin
A request to add an email address to a user.
IdSecUserActionEmailAddDeny - Record Class in com.io7m.idstore.server.security
A request to deny the addition of an email address to a user.
IdSecUserActionEmailAddDeny(IdUser) - Constructor for record class com.io7m.idstore.server.security.IdSecUserActionEmailAddDeny
A request to deny the addition of an email address to a user.
IdSecUserActionEmailAddPermit - Record Class in com.io7m.idstore.server.security
A request to permit the addition of an email address to a user.
IdSecUserActionEmailAddPermit(IdUser) - Constructor for record class com.io7m.idstore.server.security.IdSecUserActionEmailAddPermit
A request to permit the addition of an email address to a user.
IdSecUserActionEmailRemoveBegin - Record Class in com.io7m.idstore.server.security
A request to remove an email address from a user.
IdSecUserActionEmailRemoveBegin(IdUser) - Constructor for record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveBegin
A request to remove an email address from a user.
IdSecUserActionEmailRemoveDeny - Record Class in com.io7m.idstore.server.security
A request to deny the removal of an email address from a user.
IdSecUserActionEmailRemoveDeny(IdUser) - Constructor for record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveDeny
A request to deny the removal of an email address from a user.
IdSecUserActionEmailRemovePermit - Record Class in com.io7m.idstore.server.security
A request to permit the removal of an email address from a user.
IdSecUserActionEmailRemovePermit(IdUser) - Constructor for record class com.io7m.idstore.server.security.IdSecUserActionEmailRemovePermit
A request to permit the removal of an email address from a user.
IdSecUserActionPasswordUpdate - Record Class in com.io7m.idstore.server.security
A request to update a user's password.
IdSecUserActionPasswordUpdate(IdUser) - Constructor for record class com.io7m.idstore.server.security.IdSecUserActionPasswordUpdate
A request to update a user's password.
IdSecUserActionRealnameUpdate - Record Class in com.io7m.idstore.server.security
A request to update a user's realname.
IdSecUserActionRealnameUpdate(IdUser) - Constructor for record class com.io7m.idstore.server.security.IdSecUserActionRealnameUpdate
A request to update a user's realname.
IdSecUserActionType - Interface in com.io7m.idstore.server.security
A view of an action within the security policy.
IdSecUserType - Interface in com.io7m.idstore.server.security
A view of a user within the security policy.
IdServer - Class in com.io7m.idstore.server.internal
The main server implementation.
IdServer(IdServerConfiguration) - Constructor for class com.io7m.idstore.server.internal.IdServer
The main server implementation.
IdServerBrandingConfiguration - Record Class in com.io7m.idstore.server.api
Branding information for the server.
IdServerBrandingConfiguration(Optional<String>, Optional<Path>, Optional<Path>, Optional<IdServerColorScheme>) - Constructor for record class com.io7m.idstore.server.api.IdServerBrandingConfiguration
Branding information for the server.
IdServerBrandingService - Class in com.io7m.idstore.server.internal
The service that supplies branding information.
IdServerClock - Class in com.io7m.idstore.server.internal
A service that exposes a clock.
IdServerClock(Clock) - Constructor for class com.io7m.idstore.server.internal.IdServerClock
A service that exposes a clock.
IdServerColorScheme - Record Class in com.io7m.idstore.server.api
A server color scheme.
IdServerColorScheme(CxButtonColors, DmColor, DmColor, DmColor, DmColor, DmColor, DmColor, DmColor, DmColor, DmColor) - Constructor for record class com.io7m.idstore.server.api.IdServerColorScheme
A server color scheme.
IdServerConfiguration - Record Class in com.io7m.idstore.server.api
The configuration for a server.
IdServerConfiguration(Locale, Clock, IdDatabaseFactoryType, IdDatabaseConfiguration, IdServerMailConfiguration, IdServerHTTPServiceConfiguration, IdServerHTTPServiceConfiguration, IdServerHTTPServiceConfiguration, IdServerBrandingConfiguration, IdServerHistoryConfiguration, IdServerRateLimitConfiguration, Optional<IdServerOpenTelemetryConfiguration>) - Constructor for record class com.io7m.idstore.server.api.IdServerConfiguration
The configuration for a server.
IdServerConfigurationFile - Record Class in com.io7m.idstore.server.api
The server configuration file.
IdServerConfigurationFile(IdServerBrandingConfiguration, IdServerMailConfiguration, IdServerHTTPConfiguration, IdServerDatabaseConfiguration, IdServerHistoryConfiguration, IdServerRateLimitConfiguration, Optional<IdServerOpenTelemetryConfiguration>) - Constructor for record class com.io7m.idstore.server.api.IdServerConfigurationFile
The server configuration file.
IdServerConfigurationFiles - Class in com.io7m.idstore.server.api
The configuration file parser.
IdServerConfigurationFiles() - Constructor for class com.io7m.idstore.server.api.IdServerConfigurationFiles
The Public API v1 message protocol.
IdServerConfigurations - Class in com.io7m.idstore.server.api
Functions to produce server configurations.
IdServerConfigurationService - Class in com.io7m.idstore.server.internal
A service that exposes configuration information.
IdServerConfigurationService(IdServerConfiguration) - Constructor for class com.io7m.idstore.server.internal.IdServerConfigurationService
A service that exposes configuration information.
IdServerDatabaseConfiguration - Record Class in com.io7m.idstore.server.api
Configuration for the database.
IdServerDatabaseConfiguration(IdServerDatabaseKind, String, String, String, int, String, boolean, boolean) - Constructor for record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Configuration for the database.
IdServerDatabaseKind - Enum Class in com.io7m.idstore.server.api
The kind of underlying database.
IdServerEventBusService - Class in com.io7m.idstore.server.internal
A service exposing the event bus.
IdServerEventBusService(SubmissionPublisher<IdServerEventType>) - Constructor for class com.io7m.idstore.server.internal.IdServerEventBusService
A service exposing the event bus.
IdServerEventMailServiceFailure - Record Class in com.io7m.idstore.server.api.events
The mail service failed when sending a message.
IdServerEventMailServiceFailure(OffsetDateTime, UUID, String) - Constructor for record class com.io7m.idstore.server.api.events.IdServerEventMailServiceFailure
The mail service failed when sending a message.
IdServerEventReady - Record Class in com.io7m.idstore.server.api.events
The server is ready to serve requests.
IdServerEventReady(OffsetDateTime) - Constructor for record class com.io7m.idstore.server.api.events.IdServerEventReady
The server is ready to serve requests.
IdServerEventType - Interface in com.io7m.idstore.server.api.events
The type of events published by the server.
IdServerException - Exception in com.io7m.idstore.server.api
The type of exceptions raised by the server.
IdServerException(IdErrorCode, String) - Constructor for exception com.io7m.idstore.server.api.IdServerException
Create an exception.
IdServerException(IdErrorCode, String, Throwable) - Constructor for exception com.io7m.idstore.server.api.IdServerException
Create an exception.
IdServerException(IdErrorCode, Throwable) - Constructor for exception com.io7m.idstore.server.api.IdServerException
Create an exception.
IdServerFactoryType - Interface in com.io7m.idstore.server.api
A factory for servers.
IdServerHistoryConfiguration - Record Class in com.io7m.idstore.server.api
Configuration information related to keeping history.
IdServerHistoryConfiguration(int, int) - Constructor for record class com.io7m.idstore.server.api.IdServerHistoryConfiguration
Configuration information related to keeping history.
IdServerHTTPConfiguration - Record Class in com.io7m.idstore.server.api
Configuration for the parts of the server that serve over HTTP.
IdServerHTTPConfiguration(IdServerHTTPServiceConfiguration, IdServerHTTPServiceConfiguration, IdServerHTTPServiceConfiguration) - Constructor for record class com.io7m.idstore.server.api.IdServerHTTPConfiguration
Configuration for the parts of the server that serve over HTTP.
IdServerHTTPServiceConfiguration - Record Class in com.io7m.idstore.server.api
Configuration for individual HTTP services.
IdServerHTTPServiceConfiguration(Path, String, int, URI) - Constructor for record class com.io7m.idstore.server.api.IdServerHTTPServiceConfiguration
Configuration for the part of the server that serves over HTTP.
IdServerJSONConfigurationElementType - Interface in com.io7m.idstore.server.api
The type of JSON configuration elements.
IdServerMailAuthenticationConfiguration - Record Class in com.io7m.idstore.server.api
The mail server authentication information.
IdServerMailAuthenticationConfiguration(String, String) - Constructor for record class com.io7m.idstore.server.api.IdServerMailAuthenticationConfiguration
The mail server authentication information.
IdServerMailConfiguration - Record Class in com.io7m.idstore.server.api
Configuration for the part of the server that sends mail.
IdServerMailConfiguration(IdServerMailTransportConfigurationType, Optional<IdServerMailAuthenticationConfiguration>, String, Duration) - Constructor for record class com.io7m.idstore.server.api.IdServerMailConfiguration
Configuration for the part of the server that sends mail.
IdServerMailService - Class in com.io7m.idstore.server.internal
A mail service.
IdServerMailTransportConfigurationType - Interface in com.io7m.idstore.server.api
The type of mail transport configurations.
IdServerMailTransportSMTP - Record Class in com.io7m.idstore.server.api
Vanilla SMTP with an insecure STARTTLS upgrade (if supported).
IdServerMailTransportSMTP(String, int) - Constructor for record class com.io7m.idstore.server.api.IdServerMailTransportSMTP
Vanilla SMTP with an insecure STARTTLS upgrade (if supported).
IdServerMailTransportSMTP_TLS - Record Class in com.io7m.idstore.server.api
Plaintext SMTP with a mandatory, authenticated STARTTLS upgrade.
IdServerMailTransportSMTP_TLS(String, int) - Constructor for record class com.io7m.idstore.server.api.IdServerMailTransportSMTP_TLS
Plaintext SMTP with a mandatory, authenticated STARTTLS upgrade.
IdServerMailTransportSMTPS - Record Class in com.io7m.idstore.server.api
SMTP entirely encapsulated by TLS.
IdServerMailTransportSMTPS(String, int) - Constructor for record class com.io7m.idstore.server.api.IdServerMailTransportSMTPS
SMTP entirely encapsulated by TLS.
IdServerMain - Class in com.io7m.idstore.server.main
IdServerMain command line entry point.
IdServerMain(String[]) - Constructor for class com.io7m.idstore.server.main.IdServerMain
The main entry point.
IdServerMaintenanceService - Class in com.io7m.idstore.server.internal
A service that performs nightly database maintenance.
IdServerMDCProcessorType - Interface in com.io7m.idstore.server.logging
The interface exposed by objects that know how to configure MDC properties.
IdServerMDCRequestProcessor - Class in com.io7m.idstore.server.logging
An MDC processor that adds MDC properties for an HTTP request.
IdServerMDCResponseProcessor - Class in com.io7m.idstore.server.logging
An MDC processor that adds MDC properties for an HTTP response.
IdServerOpenTelemetryConfiguration - Record Class in com.io7m.idstore.server.api
Configuration information for OpenTelemetry.
IdServerOpenTelemetryConfiguration(String, URI) - Constructor for record class com.io7m.idstore.server.api.IdServerOpenTelemetryConfiguration
Configuration information for OpenTelemetry.
IdServerRateLimitConfiguration - Record Class in com.io7m.idstore.server.api
Configuration for rate limiting.
IdServerRateLimitConfiguration(Duration, Duration) - Constructor for record class com.io7m.idstore.server.api.IdServerRateLimitConfiguration
Configuration for rate limiting.
IdServerRequestDecoration - Class in com.io7m.idstore.server.internal
A request listener that appends a probably-unique ID to every request.
IdServerRequestDecoration(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.IdServerRequestDecoration
A request listener that appends a probably-unique ID to every request.
IdServerRequestLog - Class in com.io7m.idstore.server.logging
A request log implementation.
IdServerRequestLog(IdServiceDirectoryType, String) - Constructor for class com.io7m.idstore.server.logging.IdServerRequestLog
A request log implementation.
IdServers - Class in com.io7m.idstore.server
The default server factory.
IdServers() - Constructor for class com.io7m.idstore.server.IdServers
The default server factory.
IdServerStrings - Class in com.io7m.idstore.server.internal
The server string resources.
IdServerStrings(Locale) - Constructor for class com.io7m.idstore.server.internal.IdServerStrings
The client string resources.
IdServerTelemetryService - Class in com.io7m.idstore.server.internal
An OpenTelemetry service.
IdServerType - Interface in com.io7m.idstore.server.api
A server instance.
IdServiceDirectory - Class in com.io7m.idstore.services.api
A service directory.
IdServiceDirectory() - Constructor for class com.io7m.idstore.services.api.IdServiceDirectory
Construct a service directory.
IdServiceDirectoryBuilderType - Interface in com.io7m.idstore.services.api
A mutable builder for service directories.
IdServiceDirectoryType - Interface in com.io7m.idstore.services.api
The type of service directories.
IdServiceException - Exception in com.io7m.idstore.services.api
A service exception.
IdServiceException(String) - Constructor for exception com.io7m.idstore.services.api.IdServiceException
Construct an exception.
IdServiceType - Interface in com.io7m.idstore.services.api
The base type of services.
IdServletHolder<T extends jakarta.servlet.Servlet> - Class in com.io7m.idstore.server.internal
A servlet holder used to inject dependencies into servlets.
IdServletHolder(Class<T>, Supplier<T>) - Constructor for class com.io7m.idstore.server.internal.IdServletHolder
Construct a holder.
IdServletHolders - Class in com.io7m.idstore.server.internal
Servlet holder functions used to inject dependencies into servlets.
IdServletHolders(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.IdServletHolders
Servlet holder functions used to inject dependencies into servlets.
IdSessionMessage - Record Class in com.io7m.idstore.server.internal
A message that will be displayed on the message screen.
IdSessionMessage(UUID, boolean, boolean, String, String, String) - Constructor for record class com.io7m.idstore.server.internal.IdSessionMessage
A message that will be displayed on the message screen.
IdStandardErrorCodes - Class in com.io7m.idstore.error_codes
Standard error codes.
IDSTORE - Enum constant in enum class com.io7m.idstore.database.api.IdDatabaseRole
The main idstore role.
IdSubsetMatch<T> - Record Class in com.io7m.idstore.model
A specification of a subset.
IdSubsetMatch(T, T) - Constructor for record class com.io7m.idstore.model.IdSubsetMatch
A specification of a subset.
IdTimeRange - Record Class in com.io7m.idstore.model
An inclusive range of time.
IdTimeRange(OffsetDateTime, OffsetDateTime) - Constructor for record class com.io7m.idstore.model.IdTimeRange
An inclusive range of time.
IdToken - Record Class in com.io7m.idstore.model
A generic token.
IdToken(String) - Constructor for record class com.io7m.idstore.model.IdToken
A generic token.
IdU1AuthenticatedServlet - Class in com.io7m.idstore.server.internal.user_v1
A servlet that checks that a user is authenticated before delegating execution to a subclass.
IdU1AuthenticatedServlet(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_v1.IdU1AuthenticatedServlet
A servlet that checks that a user is authenticated before delegating execution to a subclass.
IdU1CommandEmailAddBegin - Record Class in com.io7m.idstore.protocol.user.cb
A request to add an email address.
IdU1CommandEmailAddBegin(CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddBegin
Creates an instance of a IdU1CommandEmailAddBegin record class.
IdU1CommandEmailAddDeny - Record Class in com.io7m.idstore.protocol.user.cb
A request to complete an email address challenge.
IdU1CommandEmailAddDeny(CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddDeny
Creates an instance of a IdU1CommandEmailAddDeny record class.
IdU1CommandEmailAddPermit - Record Class in com.io7m.idstore.protocol.user.cb
A request to complete an email address challenge.
IdU1CommandEmailAddPermit(CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddPermit
Creates an instance of a IdU1CommandEmailAddPermit record class.
IdU1CommandEmailRemoveBegin - Record Class in com.io7m.idstore.protocol.user.cb
A request to remove an email address.
IdU1CommandEmailRemoveBegin(CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveBegin
Creates an instance of a IdU1CommandEmailRemoveBegin record class.
IdU1CommandEmailRemoveDeny - Record Class in com.io7m.idstore.protocol.user.cb
A request to complete an email address challenge.
IdU1CommandEmailRemoveDeny(CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveDeny
Creates an instance of a IdU1CommandEmailRemoveDeny record class.
IdU1CommandEmailRemovePermit - Record Class in com.io7m.idstore.protocol.user.cb
A request to complete an email address challenge.
IdU1CommandEmailRemovePermit(CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemovePermit
Creates an instance of a IdU1CommandEmailRemovePermit record class.
IdU1CommandLogin - Record Class in com.io7m.idstore.protocol.user.cb
A request to log in.
IdU1CommandLogin(CBString, CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandLogin
Creates an instance of a IdU1CommandLogin record class.
IdU1CommandPasswordUpdate - Record Class in com.io7m.idstore.protocol.user.cb
A request to update the user's password.
IdU1CommandPasswordUpdate(CBString, CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandPasswordUpdate
Creates an instance of a IdU1CommandPasswordUpdate record class.
IdU1CommandRealnameUpdate - Record Class in com.io7m.idstore.protocol.user.cb
A request to update the user's real name.
IdU1CommandRealnameUpdate(CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandRealnameUpdate
Creates an instance of a IdU1CommandRealnameUpdate record class.
IdU1CommandServlet - Class in com.io7m.idstore.server.internal.user_v1
A servlet for executing a single command.
IdU1CommandServlet(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_v1.IdU1CommandServlet
A servlet for executing a single command.
IdU1CommandUserSelf - Record Class in com.io7m.idstore.protocol.user.cb
A request to fetch the user's own profile.
IdU1CommandUserSelf() - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1CommandUserSelf
Creates an instance of a IdU1CommandUserSelf record class.
IdU1Login - Class in com.io7m.idstore.server.internal.user_v1
A servlet that handles user logins.
IdU1Login(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_v1.IdU1Login
A servlet that handles user logins.
IdU1Password - Record Class in com.io7m.idstore.protocol.user.cb
Information for a hashed password.
IdU1Password(CBString, CBString, CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1Password
Creates an instance of a IdU1Password record class.
IdU1ResponseEmailAddBegin - Record Class in com.io7m.idstore.protocol.user.cb
A response to IdU1CommandEmailAddBegin.
IdU1ResponseEmailAddBegin(IdU1UUID) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddBegin
Creates an instance of a IdU1ResponseEmailAddBegin record class.
IdU1ResponseEmailAddDeny - Record Class in com.io7m.idstore.protocol.user.cb
A response to IdU1CommandEmailAddDeny.
IdU1ResponseEmailAddDeny(IdU1UUID) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddDeny
Creates an instance of a IdU1ResponseEmailAddDeny record class.
IdU1ResponseEmailAddPermit - Record Class in com.io7m.idstore.protocol.user.cb
A response to IdU1CommandEmailAddPermit.
IdU1ResponseEmailAddPermit(IdU1UUID) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddPermit
Creates an instance of a IdU1ResponseEmailAddPermit record class.
IdU1ResponseEmailRemoveBegin - Record Class in com.io7m.idstore.protocol.user.cb
A response to IdU1CommandEmailRemoveBegin.
IdU1ResponseEmailRemoveBegin(IdU1UUID) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveBegin
Creates an instance of a IdU1ResponseEmailRemoveBegin record class.
IdU1ResponseEmailRemoveDeny - Record Class in com.io7m.idstore.protocol.user.cb
A response to IdU1CommandEmailRemoveDeny.
IdU1ResponseEmailRemoveDeny(IdU1UUID) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveDeny
Creates an instance of a IdU1ResponseEmailRemoveDeny record class.
IdU1ResponseEmailRemovePermit - Record Class in com.io7m.idstore.protocol.user.cb
A response to IdU1CommandEmailRemovePermit.
IdU1ResponseEmailRemovePermit(IdU1UUID) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemovePermit
Creates an instance of a IdU1ResponseEmailRemovePermit record class.
IdU1ResponseError - Record Class in com.io7m.idstore.protocol.user.cb
An error response.
IdU1ResponseError(IdU1UUID, CBString, CBString) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Creates an instance of a IdU1ResponseError record class.
IdU1ResponseLogin - Record Class in com.io7m.idstore.protocol.user.cb
A response to IdU1CommandLogin.
IdU1ResponseLogin(IdU1UUID, IdU1User) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseLogin
Creates an instance of a IdU1ResponseLogin record class.
IdU1ResponseUserSelf - Record Class in com.io7m.idstore.protocol.user.cb
A response to IdU1CommandUserSelf.
IdU1ResponseUserSelf(IdU1UUID, IdU1User) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserSelf
Creates an instance of a IdU1ResponseUserSelf record class.
IdU1ResponseUserUpdate - Record Class in com.io7m.idstore.protocol.user.cb
A response to various update commands.
IdU1ResponseUserUpdate(IdU1UUID, IdU1User) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserUpdate
Creates an instance of a IdU1ResponseUserUpdate record class.
IdU1TimestampUTC - Record Class in com.io7m.idstore.protocol.user.cb
A UTC timestamp value.
IdU1TimestampUTC(CBIntegerUnsigned32, CBIntegerUnsigned8, CBIntegerUnsigned8, CBIntegerUnsigned8, CBIntegerUnsigned8, CBIntegerUnsigned8, CBIntegerUnsigned32) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Creates an instance of a IdU1TimestampUTC record class.
IdU1User - Record Class in com.io7m.idstore.protocol.user.cb
A user.
IdU1User(IdU1UUID, CBString, CBString, CBList<CBString>, IdU1TimestampUTC, IdU1TimestampUTC, IdU1Password) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1User
Creates an instance of a IdU1User record class.
IdU1UUID - Record Class in com.io7m.idstore.protocol.user.cb
A 128-bit UUID value.
IdU1UUID(CBIntegerUnsigned64, CBIntegerUnsigned64) - Constructor for record class com.io7m.idstore.protocol.user.cb.IdU1UUID
Creates an instance of a IdU1UUID record class.
IdU1Versions - Class in com.io7m.idstore.server.internal.user_v1
A versioning servlet.
IdU1Versions(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_v1.IdU1Versions
A versioning servlet.
IdUCB1Messages - Class in com.io7m.idstore.protocol.user.cb
The protocol messages for User v1 Cedarbridge.
IdUCB1Messages() - Constructor for class com.io7m.idstore.protocol.user.cb.IdUCB1Messages
The protocol messages for Admin v1 Cedarbridge.
IdUCB1Messages(BSSReaderProviderType, BSSWriterProviderType) - Constructor for class com.io7m.idstore.protocol.user.cb.IdUCB1Messages
The protocol messages for Admin v1 Cedarbridge.
IdUCB1Sends - Class in com.io7m.idstore.server.internal.user_v1
Convenient functions to send messages.
IdUCB1Sends(IdUCB1Messages) - Constructor for class com.io7m.idstore.server.internal.user_v1.IdUCB1Sends
Convenient functions to send messages.
IdUCB1Validation - Class in com.io7m.idstore.protocol.user.cb
Functions to translate between the core command set and the User v1 Cedarbridge encoding command set.
IdUCB1Validation() - Constructor for class com.io7m.idstore.protocol.user.cb.IdUCB1Validation
Functions to translate between the core command set and the User v1 Cedarbridge encoding command set.
IdUCB1ValidationGeneral - Class in com.io7m.idstore.protocol.user.cb.internal
Functions to translate between the core command set and the User v1 Cedarbridge encoding command set.
IdUClient - Class in com.io7m.idstore.user_client.internal
The default client implementation.
IdUClient(Locale, IdUStrings, HttpClient, IdUClientProtocolHandlerType) - Constructor for class com.io7m.idstore.user_client.internal.IdUClient
The default client implementation.
IdUClientException - Exception in com.io7m.idstore.user_client.api
The type of client exceptions.
IdUClientException(IdErrorCode, String) - Constructor for exception com.io7m.idstore.user_client.api.IdUClientException
Construct an exception.
IdUClientException(IdErrorCode, String, Throwable) - Constructor for exception com.io7m.idstore.user_client.api.IdUClientException
Construct an exception.
IdUClientException(IdErrorCode, Throwable) - Constructor for exception com.io7m.idstore.user_client.api.IdUClientException
Construct an exception.
IdUClientFactoryType - Interface in com.io7m.idstore.user_client.api
A factory of clients.
IdUClientProtocolHandler1 - Class in com.io7m.idstore.user_client.internal
The version 1 protocol handler.
IdUClientProtocolHandler1(HttpClient, IdUStrings, URI) - Constructor for class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
The version 1 protocol handler.
IdUClientProtocolHandlerAbstract - Class in com.io7m.idstore.user_client.internal
Abstract base class for versioned handlers.
IdUClientProtocolHandlerAbstract(HttpClient, IdUStrings, URI) - Constructor for class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerAbstract
Abstract base class for versioned handlers.
IdUClientProtocolHandlerDisconnected - Class in com.io7m.idstore.user_client.internal
The "disconnected" protocol handler.
IdUClientProtocolHandlerDisconnected(Locale, IdUStrings, HttpClient) - Constructor for class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
The "disconnected" protocol handler.
IdUClientProtocolHandlerFactoryType - Interface in com.io7m.idstore.user_client.internal
A factory of versioned protocol handlers.
IdUClientProtocolHandlers1 - Class in com.io7m.idstore.user_client.internal
The factory of version 1 protocol handlers.
IdUClientProtocolHandlers1() - Constructor for class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlers1
The factory of version 1 protocol handlers.
IdUClientProtocolHandlerType - Interface in com.io7m.idstore.user_client.internal
A versioned protocol handler.
IdUClients - Class in com.io7m.idstore.user_client
The default client factory.
IdUClients() - Constructor for class com.io7m.idstore.user_client.IdUClients
The default client factory.
IdUClientType - Interface in com.io7m.idstore.user_client.api
The type of clients.
IdUClientUsersType - Interface in com.io7m.idstore.user_client.api
Commands related to users.
IdUCmdAbstract<C extends IdProtocolMessageType> - Class in com.io7m.idstore.server.internal.user
The abstract base command class.
IdUCmdAbstract() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdAbstract
 
IdUCmdEmailAddBegin - Class in com.io7m.idstore.server.internal.user
IdUCmdEmailAddBegin
IdUCmdEmailAddBegin() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdEmailAddBegin
IdUCmdEmailAddBegin
IdUCmdEmailAddDeny - Class in com.io7m.idstore.server.internal.user
IdUCmdEmailAddDeny
IdUCmdEmailAddDeny() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdEmailAddDeny
IdUCmdEmailAddDeny
IdUCmdEmailAddPermit - Class in com.io7m.idstore.server.internal.user
IdUCmdEmailAddPermit
IdUCmdEmailAddPermit() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdEmailAddPermit
IdUCmdEmailAddPermit
IdUCmdEmailRemoveBegin - Class in com.io7m.idstore.server.internal.user
IdUCmdEmailRemoveBegin
IdUCmdEmailRemoveBegin() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdEmailRemoveBegin
IdUCmdEmailRemoveBegin
IdUCmdEmailRemoveDeny - Class in com.io7m.idstore.server.internal.user
IdUCmdEmailRemoveDeny
IdUCmdEmailRemoveDeny() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdEmailRemoveDeny
IdUCmdEmailRemoveDeny
IdUCmdEmailRemovePermit - Class in com.io7m.idstore.server.internal.user
IdUCmdEmailRemovePermit
IdUCmdEmailRemovePermit() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdEmailRemovePermit
IdUCmdEmailRemovePermit
IdUCmdLogin - Class in com.io7m.idstore.server.internal.user
IdUCmdLogin
IdUCmdLogin() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdLogin
IdUCmdLogin
IdUCmdPasswordUpdate - Class in com.io7m.idstore.server.internal.user
IdUCmdPasswordUpdate
IdUCmdPasswordUpdate() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdPasswordUpdate
IdUCmdPasswordUpdate
IdUCmdRealNameUpdate - Class in com.io7m.idstore.server.internal.user
IdUCmdRealNameUpdate
IdUCmdRealNameUpdate() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdRealNameUpdate
IdUCmdRealNameUpdate
IdUCmdUserSelf - Class in com.io7m.idstore.server.internal.user
IdUCmdUserSelf
IdUCmdUserSelf() - Constructor for class com.io7m.idstore.server.internal.user.IdUCmdUserSelf
IdUCmdUserSelf
IdUCommandContext - Class in com.io7m.idstore.server.internal.user
The command context for user API commands.
IdUCommandContext(IdServiceDirectoryType, IdServerStrings, UUID, IdDatabaseTransactionType, IdServerClock, IdUser, IdUserSession, String, String) - Constructor for class com.io7m.idstore.server.internal.user.IdUCommandContext
The context for execution of a command (or set of commands in a transaction).
IdUCommandEmailAddBegin - Record Class in com.io7m.idstore.protocol.user
A request to add an email address.
IdUCommandEmailAddBegin(IdEmail) - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandEmailAddBegin
A request to add an email address.
IdUCommandEmailAddDeny - Record Class in com.io7m.idstore.protocol.user
A request to deny the addition of an email address.
IdUCommandEmailAddDeny(IdToken) - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandEmailAddDeny
A request to deny the addition of an email address.
IdUCommandEmailAddPermit - Record Class in com.io7m.idstore.protocol.user
A request to complete an email address challenge.
IdUCommandEmailAddPermit(IdToken) - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandEmailAddPermit
A request to complete an email address challenge.
IdUCommandEmailRemoveBegin - Record Class in com.io7m.idstore.protocol.user
A request to remove an email address.
IdUCommandEmailRemoveBegin(IdEmail) - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveBegin
A request to remove an email address.
IdUCommandEmailRemoveDeny - Record Class in com.io7m.idstore.protocol.user
A request to deny the removal of an email address.
IdUCommandEmailRemoveDeny(IdToken) - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveDeny
A request to deny the removal of an email address.
IdUCommandEmailRemovePermit - Record Class in com.io7m.idstore.protocol.user
A request to complete an email address challenge.
IdUCommandEmailRemovePermit(IdToken) - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandEmailRemovePermit
A request to complete an email address challenge.
IdUCommandExecutor - Class in com.io7m.idstore.server.internal.user
A command executor for public commands.
IdUCommandExecutor() - Constructor for class com.io7m.idstore.server.internal.user.IdUCommandExecutor
A command executor for public commands.
IdUCommandLogin - Record Class in com.io7m.idstore.protocol.user
A request to log in.
IdUCommandLogin(IdName, String) - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandLogin
A request to log in.
IdUCommandPasswordUpdate - Record Class in com.io7m.idstore.protocol.user
A request to change the user's password.
IdUCommandPasswordUpdate(String, String) - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandPasswordUpdate
A request to change the user's password.
IdUCommandRealnameUpdate - Record Class in com.io7m.idstore.protocol.user
A request to change the user's realname.
IdUCommandRealnameUpdate(IdRealName) - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandRealnameUpdate
A request to change the user's realname.
IdUCommandType<R extends IdUResponseType> - Interface in com.io7m.idstore.protocol.user
The type of commands in the User protocol.
IdUCommandUserSelf - Record Class in com.io7m.idstore.protocol.user
A request to fetch the user's own profile.
IdUCommandUserSelf() - Constructor for record class com.io7m.idstore.protocol.user.IdUCommandUserSelf
Creates an instance of a IdUCommandUserSelf record class.
IdUMessageType - Interface in com.io7m.idstore.protocol.user
The type of messages in the User protocol.
IdUNewHandler - Record Class in com.io7m.idstore.user_client.internal
A newly negotiated protocol handler.
IdUNewHandler(IdUser, IdUClientProtocolHandlerType) - Constructor for record class com.io7m.idstore.user_client.internal.IdUNewHandler
A newly negotiated protocol handler.
IdUProtocolNegotiation - Class in com.io7m.idstore.user_client.internal
Functions to negotiate protocols.
IdUResponseEmailAddBegin - Record Class in com.io7m.idstore.protocol.user
IdUResponseEmailAddBegin(UUID) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseEmailAddBegin
IdUResponseEmailAddDeny - Record Class in com.io7m.idstore.protocol.user
A response to IdUCommandEmailAddDeny.
IdUResponseEmailAddDeny(UUID) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseEmailAddDeny
A response to IdUCommandEmailAddDeny.
IdUResponseEmailAddPermit - Record Class in com.io7m.idstore.protocol.user
IdUResponseEmailAddPermit(UUID) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseEmailAddPermit
IdUResponseEmailRemoveBegin - Record Class in com.io7m.idstore.protocol.user
IdUResponseEmailRemoveBegin(UUID) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveBegin
IdUResponseEmailRemoveDeny - Record Class in com.io7m.idstore.protocol.user
IdUResponseEmailRemoveDeny(UUID) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveDeny
IdUResponseEmailRemovePermit - Record Class in com.io7m.idstore.protocol.user
IdUResponseEmailRemovePermit(UUID) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseEmailRemovePermit
IdUResponseError - Record Class in com.io7m.idstore.protocol.user
An error response.
IdUResponseError(UUID, String, String) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseError
An error response.
IdUResponseLogin - Record Class in com.io7m.idstore.protocol.user
A response to IdUCommandLogin.
IdUResponseLogin(UUID, IdUser) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseLogin
A response to IdUCommandLogin.
IdUResponseType - Interface in com.io7m.idstore.protocol.user
The type of responses in the User protocol.
IdUResponseUserSelf - Record Class in com.io7m.idstore.protocol.user
A response to IdUCommandUserSelf.
IdUResponseUserSelf(UUID, IdUser) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseUserSelf
A response to IdUCommandUserSelf.
IdUResponseUserUpdate - Record Class in com.io7m.idstore.protocol.user
A response to various update commands.
IdUResponseUserUpdate(UUID, IdUser) - Constructor for record class com.io7m.idstore.protocol.user.IdUResponseUserUpdate
A response to various update commands.
IdUser - Record Class in com.io7m.idstore.model
Information for a single user.
IdUser(UUID, IdName, IdRealName, IdNonEmptyList<IdEmail>, OffsetDateTime, OffsetDateTime, IdPassword) - Constructor for record class com.io7m.idstore.model.IdUser
Information for a single user.
IdUserColumn - Enum Class in com.io7m.idstore.model
The user columns that can be used for ordering.
IdUserColumnOrdering - Record Class in com.io7m.idstore.model
The ordering of a particular user column.
IdUserColumnOrdering(IdUserColumn, boolean) - Constructor for record class com.io7m.idstore.model.IdUserColumnOrdering
The ordering of a particular user column.
IdUserCreate - Record Class in com.io7m.idstore.model
Information required to create a user.
IdUserCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword) - Constructor for record class com.io7m.idstore.model.IdUserCreate
Information required to create a user.
IdUserOrdering - Record Class in com.io7m.idstore.model
An ordering specification for users.
IdUserOrdering(List<IdUserColumnOrdering>) - Constructor for record class com.io7m.idstore.model.IdUserOrdering
An ordering specification for users.
IdUserPasswordReset - Record Class in com.io7m.idstore.model
A password reset operation.
IdUserPasswordReset(UUID, IdToken, OffsetDateTime) - Constructor for record class com.io7m.idstore.model.IdUserPasswordReset
A password reset operation.
IdUserPasswordResetService - Class in com.io7m.idstore.server.internal
The user password reset service.
IdUserSearchByEmailParameters - Record Class in com.io7m.idstore.model
The immutable parameters required to search users.
IdUserSearchByEmailParameters(IdTimeRange, IdTimeRange, String, IdUserOrdering, int) - Constructor for record class com.io7m.idstore.model.IdUserSearchByEmailParameters
The immutable parameters required to list users.
IdUserSearchParameters - Record Class in com.io7m.idstore.model
The immutable parameters required to search users.
IdUserSearchParameters(IdTimeRange, IdTimeRange, Optional<String>, IdUserOrdering, int) - Constructor for record class com.io7m.idstore.model.IdUserSearchParameters
The immutable parameters required to list users.
IdUserSession - Class in com.io7m.idstore.server.internal
A controller for a single user session.
IdUserSession(UUID, String) - Constructor for class com.io7m.idstore.server.internal.IdUserSession
A controller for a single user session.
IdUserSessionService - Class in com.io7m.idstore.server.internal
A service to create and manage user controllers.
IdUserSessionService() - Constructor for class com.io7m.idstore.server.internal.IdUserSessionService
A service to create and manage user controllers.
IdUserSummary - Record Class in com.io7m.idstore.model
A summary of a user.
IdUserSummary(UUID, IdName, IdRealName, OffsetDateTime, OffsetDateTime) - Constructor for record class com.io7m.idstore.model.IdUserSummary
A summary of a user.
IdUStrings - Class in com.io7m.idstore.user_client.internal
The string resources.
IdUStrings(Locale) - Constructor for class com.io7m.idstore.user_client.internal.IdUStrings
The string resources.
IdUViewAuthenticatedServlet - Class in com.io7m.idstore.server.internal.user_view
A servlet that checks that a user is authenticated before delegating execution to a subclass.
IdUViewAuthenticatedServlet(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
A servlet that checks that a user is authenticated before delegating execution to a subclass.
IdUViewEmailAdd - Class in com.io7m.idstore.server.internal.user_view
The email addition form.
IdUViewEmailAdd(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewEmailAdd
The email addition form.
IdUViewEmailAddRun - Class in com.io7m.idstore.server.internal.user_view
The page that executes the email addition.
IdUViewEmailAddRun(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewEmailAddRun
The page that executes the email addition.
IdUViewEmailRemoveRun - Class in com.io7m.idstore.server.internal.user_view
The page that executes the email removal.
IdUViewEmailRemoveRun(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewEmailRemoveRun
The page that executes the email removal.
IdUViewEmailVerificationDeny - Class in com.io7m.idstore.server.internal.user_view
The endpoint that allows for completing email verification challenges.
IdUViewEmailVerificationDeny(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewEmailVerificationDeny
The endpoint that allows for completing email verification challenges.
IdUViewEmailVerificationPermit - Class in com.io7m.idstore.server.internal.user_view
The endpoint that allows for completing email verification challenges.
IdUViewEmailVerificationPermit(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewEmailVerificationPermit
The endpoint that allows for completing email verification challenges.
IdUViewLogin - Class in com.io7m.idstore.server.internal.user_view
The login form.
IdUViewLogin(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewLogin
The login form.
IdUViewLogout - Class in com.io7m.idstore.server.internal.user_view
Log out.
IdUViewLogout(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewLogout
Log out.
IdUViewMain - Class in com.io7m.idstore.server.internal.user_view
The main view.
IdUViewMain(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewMain
The main view.
IdUViewMessage - Class in com.io7m.idstore.server.internal.user_view
The generic message page.
IdUViewMessage(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewMessage
The generic message page.
IdUViewPasswordReset - Class in com.io7m.idstore.server.internal.user_view
The page that allows for entering a username or password to begin a password reset operation.
IdUViewPasswordReset(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewPasswordReset
The page that allows for entering a username or password to begin a password reset operation.
IdUViewPasswordResetConfirm - Class in com.io7m.idstore.server.internal.user_view
The page that checks a password reset token and prompts a user to enter a new password.
IdUViewPasswordResetConfirm(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewPasswordResetConfirm
The page that checks a password reset token and prompts a user to enter a new password.
IdUViewPasswordResetConfirmRun - Class in com.io7m.idstore.server.internal.user_view
The page that completes a password reset.
IdUViewPasswordResetConfirmRun(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewPasswordResetConfirmRun
The page that completes a password reset.
IdUViewPasswordResetRun - Class in com.io7m.idstore.server.internal.user_view
The page that triggers sending a reset link.
IdUViewPasswordResetRun(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewPasswordResetRun
The page that triggers sending a reset link.
IdUViewPasswordUpdate - Class in com.io7m.idstore.server.internal.user_view
The password update form.
IdUViewPasswordUpdate(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewPasswordUpdate
The password update form.
IdUViewPasswordUpdateRun - Class in com.io7m.idstore.server.internal.user_view
The page that executes the password update.
IdUViewPasswordUpdateRun(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewPasswordUpdateRun
The page that executes the password update.
IdUViewRealnameUpdate - Class in com.io7m.idstore.server.internal.user_view
The realname update form.
IdUViewRealnameUpdate(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewRealnameUpdate
The realname update form.
IdUViewRealnameUpdateRun - Class in com.io7m.idstore.server.internal.user_view
The page that executes the realname update.
IdUViewRealnameUpdateRun(IdServiceDirectoryType) - Constructor for class com.io7m.idstore.server.internal.user_view.IdUViewRealnameUpdateRun
The page that executes the realname update.
IdValidityException - Exception in com.io7m.idstore.model
An exception indicating that parameters given to a model type are invalid.
IdValidityException(String) - Constructor for exception com.io7m.idstore.model.IdValidityException
Construct an exception.
IdVerdantMessages - Class in com.io7m.idstore.server.internal
Service wrapper for Verdant messages.
IdVerdantMessages() - Constructor for class com.io7m.idstore.server.internal.IdVerdantMessages
Service wrapper for Verdant messages.
ignoreIndex(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
ignoreIndexForGroupBy(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
ignoreIndexForJoin(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
ignoreIndexForOrderBy(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
impliedPermissions() - Method in class com.io7m.idstore.model.IdAdminPermissionSet
 
implies() - Method in enum class com.io7m.idstore.model.IdAdminPermission
 
implies(IdAdminPermission) - Method in class com.io7m.idstore.model.IdAdminPermissionSet
 
impliesAll(Collection<IdAdminPermission>) - Method in class com.io7m.idstore.model.IdAdminPermissionSet
 
include() - Method in record class com.io7m.idstore.model.IdSubsetMatch
Returns the value of the include record component.
INCLUDE_REDACTED - Enum constant in enum class com.io7m.idstore.database.api.IdDatabaseIncludeRedacted
Include redacted items.
indexOf(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
indexOf(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
indexOf(Field<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
indexOf(Field<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
indexOf(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
indexOf(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
INITIAL - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.INITIAL.
innerJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
innerJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
innerJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
innerJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
innerJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
innerJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
into(E) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Class<? extends E>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<?>...) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Field<T1>, Field<T2>, Field<T3>, Field<T4>, Field<T5>, Field<T6>, Field<T7>, Field<T8>, Field<T9>, Field<T10>, Field<T11>, Field<T12>, Field<T13>, Field<T14>, Field<T15>, Field<T16>, Field<T17>, Field<T18>, Field<T19>, Field<T20>, Field<T21>, Field<T22>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
into(Table<R>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
intoArray() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
intoList() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
intoMap() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
intoResultSet() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
intoStream() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
intoXML() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
intoXML(H) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
intoXML(H, XMLFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
intoXML(XMLFormat) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
IO_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An internal I/O error.
isAdmin() - Method in record class com.io7m.idstore.model.IdEmailOwner
Returns the value of the isAdmin record component.
isAllowedByRateLimit(String) - Method in class com.io7m.idstore.server.internal.IdRateLimitPasswordResetService
 
isAllowedByRateLimit(String, String, String) - Method in class com.io7m.idstore.server.internal.IdRateLimiter
 
isAllowedByRateLimit(UUID) - Method in class com.io7m.idstore.server.internal.IdRateLimitEmailVerificationService
 
isError() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns the value of the isError record component.
isError() - Method in record class com.io7m.idstore.server.internal.IdSessionMessage
Returns the value of the isError record component.
isServerError() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns the value of the isServerError record component.
isServerError() - Method in record class com.io7m.idstore.server.internal.IdSessionMessage
Returns the value of the isServerError record component.
items() - Method in record class com.io7m.idstore.model.IdPage
Returns the value of the items record component.
iterator() - Method in record class com.io7m.idstore.model.IdNonEmptyList
 

J

join(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
join(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
join(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
join(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
join(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
join(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
join(TableLike<?>, JoinType) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 

K

key() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
key() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
key() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
key() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
key() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
 
key() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
Keys - Class in com.io7m.idstore.database.postgres.internal
A class modelling foreign key relationships and constraints of tables in the default schema.
Keys() - Constructor for class com.io7m.idstore.database.postgres.internal.Keys
 
kind() - Method in interface com.io7m.idstore.database.api.IdDatabaseFactoryType
 
kind() - Method in class com.io7m.idstore.database.postgres.IdDatabases
 
kind() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns the value of the kind record component.

L

largest() - Static method in record class com.io7m.idstore.model.IdTimeRange
 
leftAntiJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftOuterJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftOuterJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftOuterJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftOuterJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftOuterJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftOuterJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
leftSemiJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
limit() - Method in record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
Returns the value of the limit record component.
limit() - Method in record class com.io7m.idstore.model.IdAdminSearchParameters
Returns the value of the limit record component.
limit() - Method in record class com.io7m.idstore.model.IdAuditSearchParameters
Returns the value of the limit record component.
limit() - Method in record class com.io7m.idstore.model.IdUserSearchByEmailParameters
Returns the value of the limit record component.
limit() - Method in record class com.io7m.idstore.model.IdUserSearchParameters
Returns the value of the limit record component.
linkAllow() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Returns the value of the linkAllow record component.
linkConfirm() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
Returns the value of the linkConfirm record component.
linkDeny() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Returns the value of the linkDeny record component.
listenAddress() - Method in record class com.io7m.idstore.server.api.IdServerHTTPServiceConfiguration
Returns the value of the listenAddress record component.
listenPort() - Method in record class com.io7m.idstore.server.api.IdServerHTTPServiceConfiguration
Returns the value of the listenPort record component.
locale() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the locale record component.
log(Request, Response) - Method in class com.io7m.idstore.server.logging.IdServerRequestLog
 
logger() - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1AuthenticatedServlet
 
logger() - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1CommandServlet
 
logger() - Method in class com.io7m.idstore.server.internal.user_v1.IdU1AuthenticatedServlet
 
logger() - Method in class com.io7m.idstore.server.internal.user_v1.IdU1CommandServlet
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewEmailAdd
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewEmailAddRun
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewEmailRemoveRun
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewMain
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewMessage
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewPasswordUpdate
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewPasswordUpdateRun
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewRealnameUpdate
 
logger() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewRealnameUpdateRun
 
logicalServiceName() - Method in record class com.io7m.idstore.server.api.IdServerOpenTelemetryConfiguration
Returns the value of the logicalServiceName record component.
login(String, String, URI) - Method in interface com.io7m.idstore.admin_client.api.IdAClientType
Log in.
login(String, String, URI) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
login(String, String, URI) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
login(String, String, URI) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
login(String, String, URI) - Method in interface com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerType
Attempt to log in.
login(String, String, URI) - Method in interface com.io7m.idstore.user_client.api.IdUClientType
Log in.
login(String, String, URI) - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
login(String, String, URI) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
login(String, String, URI) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
login(String, String, URI) - Method in interface com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerType
Attempt to log in.
LOGIN_HISTORY - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table LOGIN_HISTORY.
LOGIN_HISTORY - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table LOGIN_HISTORY.
LOGIN_HISTORY - Static variable in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
The reference instance of LOGIN_HISTORY
loginExtra() - Method in record class com.io7m.idstore.server.api.IdServerBrandingConfiguration
Returns the value of the loginExtra record component.
loginExtraText() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Returns the value of the loginExtraText record component.
loginExtraText() - Method in class com.io7m.idstore.server.internal.IdServerBrandingService
 
loginHistory() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUserData
Returns the value of the loginHistory record component.
loginHistory() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMUserSelfData
Returns the value of the loginHistory record component.
LoginHistory - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
LoginHistory() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
Create a LOGIN_HISTORY table reference
LoginHistory(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
Create an aliased LOGIN_HISTORY table reference
LoginHistory(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
Create an aliased LOGIN_HISTORY table reference
LoginHistory(Table<O>, ForeignKey<O, LoginHistoryRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
 
LoginHistoryRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
LoginHistoryRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Create a detached LoginHistoryRecord
LoginHistoryRecord(UUID, OffsetDateTime, String, String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Create a detached, initialised LoginHistoryRecord
loginTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Returns the value of the loginTitle record component.
logo() - Method in record class com.io7m.idstore.server.api.IdServerBrandingConfiguration
Returns the value of the logo record component.
logo() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Returns the value of the logo record component.
logoImage() - Method in class com.io7m.idstore.server.internal.IdServerBrandingService
 

M

MAIL_SYSTEM_FAILURE - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
The mail system failed.
mailConfiguration() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the mailConfiguration record component.
mailConfiguration() - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Returns the value of the mailConfiguration record component.
main(String[]) - Static method in class com.io7m.idstore.server.main.IdServerMain
The main entry point.
mainBackgroundColor() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the mainBackgroundColor record component.
mainExitless(String[]) - Static method in class com.io7m.idstore.server.main.IdServerMain
The main (exitless) entry point.
mainLinkColor() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the mainLinkColor record component.
mainMessageBorderColor() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the mainMessageBorderColor record component.
mainTableBorderColor() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the mainTableBorderColor record component.
mainTextColor() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns the value of the mainTextColor record component.
map(RecordMapper<Record, E>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
mapPartial(Optional<A>, IdOptional.IdPartialFunctionType<A, B, E>) - Static method in class com.io7m.idstore.model.IdOptional
mapping(Class<U>, Function1<? super UUID, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Class<U>, Function11<? super UUID, ? super String, ? super String, ? super OffsetDateTime, ? super OffsetDateTime, ? super String, ? super String, ? super String, ? super String, ? super Boolean, ? super Boolean, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Class<U>, Function2<? super String, ? super Long, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Class<U>, Function3<? super UUID, ? super String, ? super OffsetDateTime, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Class<U>, Function3<? super UUID, ? super String, ? super OffsetDateTime, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Class<U>, Function3<? super UUID, ? super UUID, ? super String, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Class<U>, Function4<? super UUID, ? super OffsetDateTime, ? super String, ? super String, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Class<U>, Function5<? super Long, ? super UUID, ? super OffsetDateTime, ? super String, ? super String, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Class<U>, Function5<? super UUID, ? super String, ? super String, ? super OffsetDateTime, ? super String, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Class<U>, Function9<? super UUID, ? super String, ? super String, ? super OffsetDateTime, ? super OffsetDateTime, ? super String, ? super String, ? super String, ? super Boolean, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
Convenience mapping calling SelectField.convertFrom(Class, Function).
mapping(Function1<? super UUID, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
Convenience mapping calling SelectField.convertFrom(Function).
mapping(Function11<? super UUID, ? super String, ? super String, ? super OffsetDateTime, ? super OffsetDateTime, ? super String, ? super String, ? super String, ? super String, ? super Boolean, ? super Boolean, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Convenience mapping calling SelectField.convertFrom(Function).
mapping(Function2<? super String, ? super Long, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
Convenience mapping calling SelectField.convertFrom(Function).
mapping(Function3<? super UUID, ? super String, ? super OffsetDateTime, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
Convenience mapping calling SelectField.convertFrom(Function).
mapping(Function3<? super UUID, ? super String, ? super OffsetDateTime, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
Convenience mapping calling SelectField.convertFrom(Function).
mapping(Function3<? super UUID, ? super UUID, ? super String, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
Convenience mapping calling SelectField.convertFrom(Function).
mapping(Function4<? super UUID, ? super OffsetDateTime, ? super String, ? super String, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
Convenience mapping calling SelectField.convertFrom(Function).
mapping(Function5<? super Long, ? super UUID, ? super OffsetDateTime, ? super String, ? super String, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
Convenience mapping calling SelectField.convertFrom(Function).
mapping(Function5<? super UUID, ? super String, ? super String, ? super OffsetDateTime, ? super String, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
Convenience mapping calling SelectField.convertFrom(Function).
mapping(Function9<? super UUID, ? super String, ? super String, ? super OffsetDateTime, ? super OffsetDateTime, ? super String, ? super String, ? super String, ? super Boolean, ? extends U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
Convenience mapping calling SelectField.convertFrom(Function).
MDC_REQUEST_DOMAIN - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_REQUEST_ID - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_REQUEST_METHOD - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_REQUEST_REMOTE_HOST - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_REQUEST_REMOTE_PORT - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_REQUEST_URI - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_REQUEST_USER_AGENT - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_RESPONSE_CONTENT_LENGTH - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_RESPONSE_CONTENT_TYPE - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_RESPONSE_DURATION - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
MDC_RESPONSE_HTTP_STATUS - Static variable in class com.io7m.idstore.server.logging.IdLoggingHTTPRequestLayout
 
mdcForRequest(HttpServletRequest) - Static method in class com.io7m.idstore.server.logging.IdServerMDCRequestProcessor
An MDC processor that adds MDC properties for an HTTP request.
mdcForRequest(Request) - Static method in class com.io7m.idstore.server.logging.IdServerMDCRequestProcessor
An MDC processor that adds MDC properties for an HTTP request.
message() - Method in record class com.io7m.idstore.model.IdAuditEvent
Returns the value of the message record component.
message() - Method in record class com.io7m.idstore.model.IdAuditSearchParameters
Returns the value of the message record component.
message() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseError
Returns the value of the message record component.
message() - Method in record class com.io7m.idstore.protocol.user.IdUResponseError
Returns the value of the message record component.
message() - Method in record class com.io7m.idstore.server.api.events.IdServerEventMailServiceFailure
Returns the value of the message record component.
message() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns the value of the message record component.
message() - Method in record class com.io7m.idstore.server.internal.IdSessionMessage
Returns the value of the message record component.
message() - Method in record class com.io7m.idstore.server.security.IdSecPolicyResultDenied
Returns the value of the message record component.
MESSAGE - Variable in class com.io7m.idstore.database.postgres.internal.tables.Audit
The column AUDIT.MESSAGE.
messageClass() - Method in class com.io7m.idstore.protocol.admin.cb.ProtocolIdA1v1Serializer
 
messageClass() - Method in class com.io7m.idstore.protocol.user.cb.ProtocolIdU1v1Serializer
 
messageCurrent() - Method in class com.io7m.idstore.server.internal.IdUserSession
 
messageCurrentSet(IdSessionMessage) - Method in class com.io7m.idstore.server.internal.IdUserSession
Set the current message.
messageDiscard() - Method in class com.io7m.idstore.server.internal.IdUserSession
Discard the current message.
messages() - Method in class com.io7m.idstore.server.internal.user_v1.IdU1AuthenticatedServlet
 
messageTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns the value of the messageTitle record component.
messageTitle() - Method in record class com.io7m.idstore.server.internal.IdSessionMessage
Returns the value of the messageTitle record component.
metrics() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabase
 
minus(IdAdminPermission) - Method in class com.io7m.idstore.model.IdAdminPermissionSet
Construct a set of permissions based on this set.

N

name() - Method in class com.io7m.idstore.server.main.internal.IdSCmdInitialize
 
name() - Method in class com.io7m.idstore.server.main.internal.IdSCmdServer
 
name() - Method in class com.io7m.idstore.server.main.internal.IdSCmdVersion
 
naturalFullOuterJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalFullOuterJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalFullOuterJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalFullOuterJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalFullOuterJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalFullOuterJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalLeftOuterJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalLeftOuterJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalLeftOuterJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalLeftOuterJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalLeftOuterJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalLeftOuterJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalRightOuterJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalRightOuterJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalRightOuterJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalRightOuterJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalRightOuterJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
naturalRightOuterJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
ne(Table<AdminsRecord>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
negotiateProtocolHandler(Locale, HttpClient, IdAStrings, URI) - Static method in class com.io7m.idstore.admin_client.internal.IdAProtocolNegotiation
Negotiate a protocol handler.
negotiateProtocolHandler(Locale, HttpClient, IdUStrings, URI) - Static method in class com.io7m.idstore.user_client.internal.IdUProtocolNegotiation
Negotiate a protocol handler.
newInstance() - Method in class com.io7m.idstore.server.internal.IdServletHolder
 
newRecord() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
NO_SUPPORTED_PROTOCOLS - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
The client and server have no supported protocols in common.
NONE - Enum constant in enum class com.io7m.idstore.database.api.IdDatabaseRole
The null role; has no privileges and cannot do anything.
noop() - Static method in class com.io7m.idstore.server.internal.IdServerTelemetryService
 
noOrdering() - Static method in record class com.io7m.idstore.model.IdAdminOrdering
 
noOrdering() - Static method in record class com.io7m.idstore.model.IdUserOrdering
 
NOT_LOGGED_IN - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
The client is not logged in.
notEqual(Table<AdminsRecord>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
now() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
 
now() - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
 
now() - Method in class com.io7m.idstore.server.internal.IdServerClock
 
nowPrecise() - Method in class com.io7m.idstore.server.internal.IdServerClock
 

O

OCEAN_BLUE - Static variable in record class com.io7m.idstore.server.api.IdServerColorScheme
An ocean blue colour.
of(IdAdminPermission...) - Static method in class com.io7m.idstore.model.IdAdminPermissionSet
Construct a set of permissions.
of(Set<IdAdminPermission>) - Static method in class com.io7m.idstore.model.IdAdminPermissionSet
Construct a set of permissions.
ofFile(Locale, Clock, IdServerConfigurationFile) - Static method in class com.io7m.idstore.server.api.IdServerConfigurations
Read a server configuration from the given file.
ofFile(Locale, Clock, Path) - Static method in class com.io7m.idstore.server.api.IdServerConfigurations
Read a server configuration from the given file.
ofList(List<T>) - Static method in record class com.io7m.idstore.model.IdNonEmptyList
The list as a non-empty list.
onRequestBegin(Request) - Method in class com.io7m.idstore.server.internal.IdServerRequestDecoration
 
open(IdDatabaseConfiguration, OpenTelemetry, Consumer<String>) - Method in interface com.io7m.idstore.database.api.IdDatabaseFactoryType
Open a database.
open(IdDatabaseConfiguration, OpenTelemetry, Consumer<String>) - Method in class com.io7m.idstore.database.postgres.IdDatabases
 
open(IdServerClock, Request, Response) - Static method in class com.io7m.idstore.server.logging.IdServerMDCResponseProcessor
An MDC processor that adds MDC properties for an HTTP response.
openConnection(IdDatabaseRole) - Method in interface com.io7m.idstore.database.api.IdDatabaseType
Open a database connection using the given role.
openConnection(IdDatabaseRole) - Method in class com.io7m.idstore.database.postgres.internal.IdDatabase
 
openTelemetry() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the openTelemetry record component.
openTelemetry() - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Returns the value of the openTelemetry record component.
openTelemetry() - Method in class com.io7m.idstore.server.internal.IdServerTelemetryService
 
openTransaction() - Method in interface com.io7m.idstore.database.api.IdDatabaseConnectionType
Begin a new transaction.
operation() - Method in record class com.io7m.idstore.model.IdEmailVerification
Returns the value of the operation record component.
OPERATION - Variable in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
The column EMAIL_VERIFICATIONS.OPERATION.
OPERATION_NOT_PERMITTED - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
A generic "operation not permitted" error.
optionalService(Class<T>) - Method in class com.io7m.idstore.services.api.IdServiceDirectory
 
optionalService(Class<T>) - Method in interface com.io7m.idstore.services.api.IdServiceDirectoryType
Get an optional reference to the given service.
optionalServices(Class<T>) - Method in class com.io7m.idstore.services.api.IdServiceDirectory
 
optionalServices(Class<T>) - Method in interface com.io7m.idstore.services.api.IdServiceDirectoryType
Get references to the given services.
ordering() - Method in record class com.io7m.idstore.model.IdAdminOrdering
Returns the value of the ordering record component.
ordering() - Method in record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
Returns the value of the ordering record component.
ordering() - Method in record class com.io7m.idstore.model.IdAdminSearchParameters
Returns the value of the ordering record component.
ordering() - Method in record class com.io7m.idstore.model.IdUserOrdering
Returns the value of the ordering record component.
ordering() - Method in record class com.io7m.idstore.model.IdUserSearchByEmailParameters
Returns the value of the ordering record component.
ordering() - Method in record class com.io7m.idstore.model.IdUserSearchParameters
Returns the value of the ordering record component.
original(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
original(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
original(Field<T>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
original(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
outerApply(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
outerApply(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
outerApply(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
outerApply(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
outerApply(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
outerApply(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
owner() - Method in record class com.io7m.idstore.model.IdAuditEvent
Returns the value of the owner record component.
owner() - Method in record class com.io7m.idstore.model.IdAuditSearchParameters
Returns the value of the owner record component.
owner() - Method in record class com.io7m.idstore.model.IdEmailOwner
Returns the value of the owner record component.

P

page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchBegin
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailBegin
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailNext
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailPrevious
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchNext
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchPrevious
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchBegin
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchNext
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchPrevious
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchBegin
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailBegin
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailNext
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailPrevious
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchNext
Returns the value of the page record component.
page() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchPrevious
Returns the value of the page record component.
pageCount() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchByEmailPaging
 
pageCount() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchPaging
 
pageCount() - Method in class com.io7m.idstore.database.api.IdDatabaseAuditListPaging
 
pageCount() - Method in interface com.io7m.idstore.database.api.IdDatabasePagingType
 
pageCount() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchByEmailPaging
 
pageCount() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchPaging
 
pageCount() - Method in record class com.io7m.idstore.model.IdPage
Returns the value of the pageCount record component.
pageCount() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns the value of the pageCount record component.
pageCurrent(IdDatabaseAdminsQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchByEmailPaging
 
pageCurrent(IdDatabaseAdminsQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchPaging
 
pageCurrent(IdDatabaseAuditQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseAuditListPaging
 
pageCurrent(IdDatabaseUsersQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchByEmailPaging
 
pageCurrent(IdDatabaseUsersQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchPaging
 
pageCurrent(Q) - Method in interface com.io7m.idstore.database.api.IdDatabasePagingType
Obtain the current page's values.
pageEmailAddTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
pageFirstOffset() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchByEmailPaging
 
pageFirstOffset() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchPaging
 
pageFirstOffset() - Method in class com.io7m.idstore.database.api.IdDatabaseAuditListPaging
 
pageFirstOffset() - Method in interface com.io7m.idstore.database.api.IdDatabasePagingType
 
pageFirstOffset() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchByEmailPaging
 
pageFirstOffset() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchPaging
 
pageFirstOffset() - Method in record class com.io7m.idstore.model.IdPage
Returns the value of the pageFirstOffset record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminMainData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUserData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailAddData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetConfirmData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordUpdateData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMRealNameUpdateData
Returns the value of the pageHeaderTitle record component.
pageHeaderTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMUserSelfData
Returns the value of the pageHeaderTitle record component.
pageIndex() - Method in record class com.io7m.idstore.model.IdPage
Returns the value of the pageIndex record component.
pageLoginTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
pageMessage() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
pageNext(IdDatabaseAdminsQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchByEmailPaging
 
pageNext(IdDatabaseAdminsQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchPaging
 
pageNext(IdDatabaseAuditQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseAuditListPaging
 
pageNext(IdDatabaseUsersQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchByEmailPaging
 
pageNext(IdDatabaseUsersQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchPaging
 
pageNext(Q) - Method in interface com.io7m.idstore.database.api.IdDatabasePagingType
Seek to the next page and return values within that page.
pageNextAvailable() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchByEmailPaging
 
pageNextAvailable() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchPaging
 
pageNextAvailable() - Method in class com.io7m.idstore.database.api.IdDatabaseAuditListPaging
 
pageNextAvailable() - Method in interface com.io7m.idstore.database.api.IdDatabasePagingType
 
pageNextAvailable() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchByEmailPaging
 
pageNextAvailable() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchPaging
 
pageNextAvailable() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns the value of the pageNextAvailable record component.
pageNumber() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchByEmailPaging
 
pageNumber() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchPaging
 
pageNumber() - Method in class com.io7m.idstore.database.api.IdDatabaseAuditListPaging
 
pageNumber() - Method in interface com.io7m.idstore.database.api.IdDatabasePagingType
 
pageNumber() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchByEmailPaging
 
pageNumber() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchPaging
 
pageNumber() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns the value of the pageNumber record component.
pageParameters() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchByEmailPaging
 
pageParameters() - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchPaging
 
pageParameters() - Method in class com.io7m.idstore.database.api.IdDatabaseAuditListPaging
 
pageParameters() - Method in interface com.io7m.idstore.database.api.IdDatabasePagingType
 
pageParameters() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchByEmailPaging
 
pageParameters() - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchPaging
 
pagePasswordResetConfirmTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
pagePasswordResetTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
pagePasswordUpdateTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
pagePrevious(IdDatabaseAdminsQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchByEmailPaging
 
pagePrevious(IdDatabaseAdminsQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseAdminSearchPaging
 
pagePrevious(IdDatabaseAuditQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseAuditListPaging
 
pagePrevious(IdDatabaseUsersQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchByEmailPaging
 
pagePrevious(IdDatabaseUsersQueriesType) - Method in class com.io7m.idstore.database.api.IdDatabaseUserSearchPaging
 
pagePrevious(Q) - Method in interface com.io7m.idstore.database.api.IdDatabasePagingType
Seek to the previous page and return values within that page.
pagePreviousAvailable() - Method in interface com.io7m.idstore.database.api.IdDatabasePagingType
 
pagePreviousAvailable() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns the value of the pagePreviousAvailable record component.
pageRealnameUpdateTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
pageUserSelfTemplate() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
parameters() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchBegin
Returns the value of the parameters record component.
parameters() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailBegin
Returns the value of the parameters record component.
parameters() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchBegin
Returns the value of the parameters record component.
parameters() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchBegin
Returns the value of the parameters record component.
parameters() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailBegin
Returns the value of the parameters record component.
parse(byte[]) - Method in class com.io7m.idstore.protocol.admin.cb.IdACB1Messages
 
parse(byte[]) - Method in interface com.io7m.idstore.protocol.api.IdProtocolMessagesType
Parse a message from the given bytes.
parse(byte[]) - Method in class com.io7m.idstore.protocol.user.cb.IdUCB1Messages
 
parse(InputStream) - Method in class com.io7m.idstore.server.api.IdServerConfigurationFiles
Parse a configuration file.
parse(String) - Static method in class com.io7m.idstore.model.IdAdminPermissionSet
Construct a set of permissions based on the given string.
parse(String) - Static method in class com.io7m.idstore.model.IdPasswordAlgorithms
Parse a password algorithm identifier (such as "PBKDF2WithHmacSHA256:10000:256").
parse(URI, byte[]) - Method in class com.io7m.idstore.server.internal.IdVerdantMessages
Parse versions from the given source.
parse(Path) - Method in class com.io7m.idstore.server.api.IdServerConfigurationFiles
Parse a configuration file.
password() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.model.IdAdmin
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.model.IdUser
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.model.IdUserCreate
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminUpdate
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.protocol.admin.IdACommandLogin
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserCreate
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserUpdate
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.protocol.user.IdUCommandLogin
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.protocol.user.IdUCommandPasswordUpdate
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns the value of the password record component.
password() - Method in record class com.io7m.idstore.server.api.IdServerMailAuthenticationConfiguration
Returns the value of the password record component.
PASSWORD_ALGO - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.PASSWORD_ALGO.
PASSWORD_ALGO - Variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The column USERS.PASSWORD_ALGO.
PASSWORD_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
A problem occurred with the format of a password (such as an unsupported password algorithm).
PASSWORD_HASH - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.PASSWORD_HASH.
PASSWORD_HASH - Variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The column USERS.PASSWORD_HASH.
PASSWORD_RESET_MISMATCH - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
The password and confirmation do not match.
PASSWORD_RESET_NONEXISTENT - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
A password reset token does not exist.
PASSWORD_SALT - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.PASSWORD_SALT.
PASSWORD_SALT - Variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The column USERS.PASSWORD_SALT.
passwordConfirm() - Method in record class com.io7m.idstore.protocol.user.IdUCommandPasswordUpdate
Returns the value of the passwordConfirm record component.
passwordResetRateLimit() - Method in record class com.io7m.idstore.server.api.IdServerRateLimitConfiguration
Returns the value of the passwordResetRateLimit record component.
permission() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionGrant
Returns the value of the permission record component.
permission() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionRevoke
Returns the value of the permission record component.
permission() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionGrant
Returns the value of the permission record component.
permission() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionRevoke
Returns the value of the permission record component.
permissions() - Method in record class com.io7m.idstore.model.IdAdmin
Returns the value of the permissions record component.
permissions() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Returns the value of the permissions record component.
PERMISSIONS - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.PERMISSIONS.
PERMITTED - Enum constant in enum class com.io7m.idstore.model.IdEmailVerificationResolution
The verification challenge was permitted.
plus(IdAdminPermission) - Method in class com.io7m.idstore.model.IdAdminPermissionSet
Construct a set of permissions based on this set.
port() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns the value of the port record component.
port() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns the value of the port record component.
port() - Method in interface com.io7m.idstore.server.api.IdServerMailTransportConfigurationType
 
port() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP_TLS
Returns the value of the port record component.
port() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP
Returns the value of the port record component.
port() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTPS
Returns the value of the port record component.
POSTGRESQL - Enum constant in enum class com.io7m.idstore.server.api.IdServerDatabaseKind
The database is PostgreSQL.
priority() - Method in class com.io7m.idstore.tests.arbitraries.IdArbAbstractProvider
 
process(T, Writer) - Method in interface com.io7m.idstore.server.internal.freemarker.IdFMTemplateType
Execute the template with the given input data.
productTitle() - Method in record class com.io7m.idstore.server.api.IdServerBrandingConfiguration
Returns the value of the productTitle record component.
productTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
Returns the value of the productTitle record component.
productTitle() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Returns the value of the productTitle record component.
PROTOCOL_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
A client sent a broken message of some kind.
protocolId() - Static method in class com.io7m.idstore.protocol.admin.cb.IdACB1Messages
 
protocolId() - Static method in class com.io7m.idstore.protocol.user.cb.IdUCB1Messages
 
ProtocolIdA1 - Class in com.io7m.idstore.protocol.admin.cb
Protocol com.io7m.idstore.protocol.admin.cb.IdA1.
ProtocolIdA1() - Constructor for class com.io7m.idstore.protocol.admin.cb.ProtocolIdA1
Construct a protocol.
ProtocolIdA1Type - Interface in com.io7m.idstore.protocol.admin.cb
Protocol com.io7m.idstore.protocol.admin.cb.IdA1
ProtocolIdA1v1Serializer - Class in com.io7m.idstore.protocol.admin.cb
Protocol com.io7m.idstore.protocol.admin.cb.IdA1, version 1.
ProtocolIdA1v1Serializer() - Constructor for class com.io7m.idstore.protocol.admin.cb.ProtocolIdA1v1Serializer
Construct a serializer.
ProtocolIdA1v1Type - Interface in com.io7m.idstore.protocol.admin.cb
Protocol com.io7m.idstore.protocol.admin.cb.IdA1, version 1.
ProtocolIdU1 - Class in com.io7m.idstore.protocol.user.cb
Protocol com.io7m.idstore.protocol.user.cb.IdU1.
ProtocolIdU1() - Constructor for class com.io7m.idstore.protocol.user.cb.ProtocolIdU1
Construct a protocol.
ProtocolIdU1Type - Interface in com.io7m.idstore.protocol.user.cb
Protocol com.io7m.idstore.protocol.user.cb.IdU1
ProtocolIdU1v1Serializer - Class in com.io7m.idstore.protocol.user.cb
Protocol com.io7m.idstore.protocol.user.cb.IdU1, version 1.
ProtocolIdU1v1Serializer() - Constructor for class com.io7m.idstore.protocol.user.cb.ProtocolIdU1v1Serializer
Construct a serializer.
ProtocolIdU1v1Type - Interface in com.io7m.idstore.protocol.user.cb
Protocol com.io7m.idstore.protocol.user.cb.IdU1, version 1.
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminOrderingProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminPermissionSetProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminSearchByEmailParametersProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminSearchParametersProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAdminSummaryProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAuditEventProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbAuditSearchParametersProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbBanProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbEmailProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbHashProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbIdNameProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbLoginProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbOffsetDateTimeProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbPasswordProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbRealNameProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbSubsetMatchProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbTimeRangeProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbTokenProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbURIProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserOrderingProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserSearchByEmailParametersProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserSearchParametersProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUserSummaryProvider
 
provideFor(TypeUsage, ArbitraryProvider.SubtypeProvider) - Method in class com.io7m.idstore.tests.arbitraries.IdArbUUIDProvider
 
publish(IdServerEventType) - Method in class com.io7m.idstore.server.internal.IdServerEventBusService
Publish an event.

Q

queries(Class<T>) - Method in interface com.io7m.idstore.database.api.IdDatabaseTransactionType
Obtain queries for the transaction.

R

RATE_LIMIT_EXCEEDED - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
A rate limit was exceeded.
rateLimit() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the rateLimit record component.
rateLimit() - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Returns the value of the rateLimit record component.
readSQL(SQLInput, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
REAL_NAME - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.REAL_NAME.
REAL_NAME - Variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The column USERS.REAL_NAME.
realName() - Method in record class com.io7m.idstore.model.IdAdmin
Returns the value of the realName record component.
realName() - Method in record class com.io7m.idstore.model.IdAdminSummary
Returns the value of the realName record component.
realName() - Method in record class com.io7m.idstore.model.IdUser
Returns the value of the realName record component.
realName() - Method in record class com.io7m.idstore.model.IdUserCreate
Returns the value of the realName record component.
realName() - Method in record class com.io7m.idstore.model.IdUserSummary
Returns the value of the realName record component.
realName() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Returns the value of the realName record component.
realName() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminUpdate
Returns the value of the realName record component.
realName() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserCreate
Returns the value of the realName record component.
realName() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserUpdate
Returns the value of the realName record component.
realName() - Method in record class com.io7m.idstore.protocol.user.IdUCommandRealnameUpdate
Returns the value of the realName record component.
reason() - Method in record class com.io7m.idstore.model.IdBan
Returns the value of the reason record component.
REASON - Variable in class com.io7m.idstore.database.postgres.internal.tables.Bans
The column BANS.REASON.
recordType() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
register(Class<T>, T) - Method in class com.io7m.idstore.services.api.IdServiceDirectory
Register the given service.
register(Class<T>, T) - Method in interface com.io7m.idstore.services.api.IdServiceDirectoryBuilderType
Register the given service.
remoteHost() - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
 
remoteUserAgent() - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
 
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Rename this table
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
Rename this table
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
Rename this table
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
Rename this table
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
Rename this table
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
Rename this table
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
Rename this table
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
Rename this table
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
Rename this table
rename(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
Rename this table
rename(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserIds
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
Rename this table
rename(Table<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
Rename this table
rendersContent(Context<?>) - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanCreate
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanDelete
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanGet
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminCreate
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminDelete
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminGet
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchBegin
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailBegin
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailNext
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailPrevious
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchNext
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchPrevious
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSelf
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminUpdate
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchBegin
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchNext
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchPrevious
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseError
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseLogin
Returns the value of the requestId record component.
requestId() - Method in interface com.io7m.idstore.protocol.admin.IdAResponseType
 
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanCreate
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanDelete
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanGet
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserCreate
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserDelete
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserGet
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserLoginHistory
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchBegin
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailBegin
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailNext
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailPrevious
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchNext
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchPrevious
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserUpdate
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddBegin
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddDeny
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddPermit
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveBegin
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveDeny
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemovePermit
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseError
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseLogin
Returns the value of the requestId record component.
requestId() - Method in interface com.io7m.idstore.protocol.user.IdUResponseType
 
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserSelf
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserUpdate
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.server.api.events.IdServerEventMailServiceFailure
Returns the value of the requestId record component.
requestId() - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
 
requestId() - Method in exception com.io7m.idstore.server.internal.command_exec.IdCommandExecutionFailure
 
requestId() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailAddData
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordUpdateData
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMRealNameUpdateData
Returns the value of the requestId record component.
requestId() - Method in record class com.io7m.idstore.server.internal.IdSessionMessage
Returns the value of the requestId record component.
requestIdFor(HttpServletRequest) - Static method in class com.io7m.idstore.server.internal.IdServerRequestDecoration
Get the unique ID for the given request.
requestStartTimeFor(HttpServletRequest) - Static method in class com.io7m.idstore.server.internal.IdServerRequestDecoration
Get the unique ID for the given request.
requestUserAgent(HttpServletRequest) - Static method in class com.io7m.idstore.server.internal.IdRequests
 
requireService(Class<T>) - Method in class com.io7m.idstore.services.api.IdServiceDirectory
 
requireService(Class<T>) - Method in interface com.io7m.idstore.services.api.IdServiceDirectoryType
Get a required reference to the given service.
reset() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
Returns the value of the reset record component.
reset() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
reset(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
reset(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
reset(Field<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
reset(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
resetBegin(String, String, UUID, Optional<String>, Optional<String>) - Method in class com.io7m.idstore.server.internal.IdUserPasswordResetService
Start a password reset.
resetCheck(String, String, UUID, Optional<String>) - Method in class com.io7m.idstore.server.internal.IdUserPasswordResetService
Check a password reset token.
resetConfirm(String, String, UUID, Optional<String>, Optional<String>, Optional<String>) - Method in class com.io7m.idstore.server.internal.IdUserPasswordResetService
Confirm a password reset.
responseAdminBanCreate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminBanDelete() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminBanGet() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminCreate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminDelete() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminGet() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminSearchBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminSearchByEmailBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminSearchByEmailNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminSearchByEmailPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminSearchNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminSearchPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminSelf() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAdminUpdate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAuditSearchBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAuditSearchNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseAuditSearchPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseEmailAddBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
responseEmailAddDeny() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
responseEmailAddPermit() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
responseEmailRemoveBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
responseEmailRemoveDeny() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
responseEmailRemovePermit() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
responseError() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseError() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
responseLogin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseLogin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
responseUserBanCreate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserBanDelete() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserBanGet() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserCreate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserDelete() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserGet() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserLoginHistory() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserSearchBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserSearchByEmailBegin() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserSearchByEmailNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserSearchByEmailPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserSearchNext() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserSearchPrevious() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserSelf() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
responseUserUpdate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
 
responseUserUpdate() - Static method in class com.io7m.idstore.tests.arbitraries.IdArbUMessageProvider
 
rest() - Method in record class com.io7m.idstore.model.IdNonEmptyList
Returns the value of the rest record component.
returnTo() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns the value of the returnTo record component.
returnTo() - Method in record class com.io7m.idstore.server.internal.IdSessionMessage
Returns the value of the returnTo record component.
rightJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightOuterJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightOuterJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightOuterJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightOuterJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightOuterJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rightOuterJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
rollback() - Method in interface com.io7m.idstore.database.api.IdDatabaseTransactionType
Roll back the transaction.
rowid() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
run() - Method in class com.io7m.idstore.server.main.IdServerMain
 
runMaintenance() - Method in interface com.io7m.idstore.database.api.IdDatabaseMaintenanceQueriesType
Run maintenance tasks.
runMaintenance() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMaintenanceQueries
 

S

salt() - Method in record class com.io7m.idstore.model.IdPassword
Returns the value of the salt record component.
SCHEMA_ID - Static variable in class com.io7m.idstore.server.api.IdServerConfigurationFiles
The JSON schema identifier for the protocol.
SCHEMA_VERSION - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table SCHEMA_VERSION.
SCHEMA_VERSION - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table SCHEMA_VERSION.
SCHEMA_VERSION - Static variable in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
The reference instance of SCHEMA_VERSION
schemaId() - Static method in class com.io7m.idstore.server.api.IdServerConfigurationFiles
 
schemaId() - Method in interface com.io7m.idstore.server.api.IdServerJSONConfigurationElementType
 
SchemaVersion - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
SchemaVersion() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
Create a SCHEMA_VERSION table reference
SchemaVersion(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
Create an aliased SCHEMA_VERSION table reference
SchemaVersion(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
Create an aliased SCHEMA_VERSION table reference
SchemaVersion(Table<O>, ForeignKey<O, SchemaVersionRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
 
SchemaVersionRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
SchemaVersionRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
Create a detached SchemaVersionRecord
SchemaVersionRecord(String, Long) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
Create a detached, initialised SchemaVersionRecord
scheme() - Method in record class com.io7m.idstore.server.api.IdServerBrandingConfiguration
Returns the value of the scheme record component.
search() - Method in record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
Returns the value of the search record component.
search() - Method in record class com.io7m.idstore.model.IdAdminSearchParameters
Returns the value of the search record component.
search() - Method in record class com.io7m.idstore.model.IdUserSearchByEmailParameters
Returns the value of the search record component.
search() - Method in record class com.io7m.idstore.model.IdUserSearchParameters
Returns the value of the search record component.
search() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns the value of the search record component.
SECURITY_POLICY_DENIED - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An action was denied by the security policy.
securityCheck(IdSecActionType) - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
Check the given action against the security policy.
send(HttpServletResponse, int, IdAMessageType) - Method in class com.io7m.idstore.server.internal.admin_v1.IdACB1Sends
Send a message.
send(HttpServletResponse, int, IdUMessageType) - Method in class com.io7m.idstore.server.internal.user_v1.IdUCB1Sends
Send a message.
senderAddress() - Method in record class com.io7m.idstore.server.api.IdServerMailConfiguration
Returns the value of the senderAddress record component.
sendError(HttpServletResponse, UUID, int, IdErrorCode, String) - Method in class com.io7m.idstore.server.internal.admin_v1.IdACB1Sends
Send an error message.
sendError(HttpServletResponse, UUID, int, IdErrorCode, String) - Method in class com.io7m.idstore.server.internal.user_v1.IdUCB1Sends
Send an error message.
sendMail(Span, UUID, IdEmail, Map<String, String>, String, String) - Method in class com.io7m.idstore.server.internal.IdServerMailService
Send a message to the given target address.
sends() - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1AuthenticatedServlet
 
sends() - Method in class com.io7m.idstore.server.internal.user_v1.IdU1AuthenticatedServlet
 
SERIALIZATION_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An internal serialization error.
serialize(CBSerializationContextType, IdA1Admin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Serialize a value of type IdA1Admin.
serialize(CBSerializationContextType, IdA1AdminColumn) - Static method in interface com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn
Serialize a value of type IdA1AdminColumn.
serialize(CBSerializationContextType, IdA1AdminColumn.ByID) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByID
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByID.
serialize(CBSerializationContextType, IdA1AdminColumn.ByIDName) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByIDName
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByIDName.
serialize(CBSerializationContextType, IdA1AdminColumn.ByRealName) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByRealName
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByRealName.
serialize(CBSerializationContextType, IdA1AdminColumn.ByTimeCreated) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeCreated
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByTimeCreated.
serialize(CBSerializationContextType, IdA1AdminColumn.ByTimeUpdated) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeUpdated
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByTimeUpdated.
serialize(CBSerializationContextType, IdA1AdminColumnOrdering) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumnOrdering
Serialize a value of type IdA1AdminColumnOrdering.
serialize(CBSerializationContextType, IdA1AdminOrdering) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminOrdering
Serialize a value of type IdA1AdminOrdering.
serialize(CBSerializationContextType, IdA1AdminPermission) - Static method in interface com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission
Serialize a value of type IdA1AdminPermission.
serialize(CBSerializationContextType, IdA1AdminPermission.AdminBan) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminBan
Serialize a value of type com.io7m.idstore.protocol.admin.cb.AdminBan.
serialize(CBSerializationContextType, IdA1AdminPermission.AdminCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminCreate
Serialize a value of type com.io7m.idstore.protocol.admin.cb.AdminCreate.
serialize(CBSerializationContextType, IdA1AdminPermission.AdminDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminDelete
Serialize a value of type com.io7m.idstore.protocol.admin.cb.AdminDelete.
serialize(CBSerializationContextType, IdA1AdminPermission.AdminRead) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminRead
Serialize a value of type com.io7m.idstore.protocol.admin.cb.AdminRead.
serialize(CBSerializationContextType, IdA1AdminPermission.AdminWrite) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWrite
Serialize a value of type com.io7m.idstore.protocol.admin.cb.AdminWrite.
serialize(CBSerializationContextType, IdA1AdminPermission.AdminWriteSelf) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWriteSelf
Serialize a value of type com.io7m.idstore.protocol.admin.cb.AdminWriteSelf.
serialize(CBSerializationContextType, IdA1AdminPermission.AuditRead) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AuditRead
Serialize a value of type com.io7m.idstore.protocol.admin.cb.AuditRead.
serialize(CBSerializationContextType, IdA1AdminPermission.UserBan) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserBan
Serialize a value of type com.io7m.idstore.protocol.admin.cb.UserBan.
serialize(CBSerializationContextType, IdA1AdminPermission.UserCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserCreate
Serialize a value of type com.io7m.idstore.protocol.admin.cb.UserCreate.
serialize(CBSerializationContextType, IdA1AdminPermission.UserDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserDelete
Serialize a value of type com.io7m.idstore.protocol.admin.cb.UserDelete.
serialize(CBSerializationContextType, IdA1AdminPermission.UserRead) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserRead
Serialize a value of type com.io7m.idstore.protocol.admin.cb.UserRead.
serialize(CBSerializationContextType, IdA1AdminPermission.UserWrite) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserWrite
Serialize a value of type com.io7m.idstore.protocol.admin.cb.UserWrite.
serialize(CBSerializationContextType, IdA1AdminSearchByEmailParameters) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Serialize a value of type IdA1AdminSearchByEmailParameters.
serialize(CBSerializationContextType, IdA1AdminSearchParameters) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Serialize a value of type IdA1AdminSearchParameters.
serialize(CBSerializationContextType, IdA1AdminSummary) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Serialize a value of type IdA1AdminSummary.
serialize(CBSerializationContextType, IdA1AuditEvent) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Serialize a value of type IdA1AuditEvent.
serialize(CBSerializationContextType, IdA1AuditSearchParameters) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Serialize a value of type IdA1AuditSearchParameters.
serialize(CBSerializationContextType, IdA1Ban) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Ban
Serialize a value of type IdA1Ban.
serialize(CBSerializationContextType, IdA1CommandAdminBanCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanCreate
Serialize a value of type IdA1CommandAdminBanCreate.
serialize(CBSerializationContextType, IdA1CommandAdminBanDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanDelete
Serialize a value of type IdA1CommandAdminBanDelete.
serialize(CBSerializationContextType, IdA1CommandAdminBanGet) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanGet
Serialize a value of type IdA1CommandAdminBanGet.
serialize(CBSerializationContextType, IdA1CommandAdminCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Serialize a value of type IdA1CommandAdminCreate.
serialize(CBSerializationContextType, IdA1CommandAdminDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminDelete
Serialize a value of type IdA1CommandAdminDelete.
serialize(CBSerializationContextType, IdA1CommandAdminEmailAdd) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailAdd
Serialize a value of type IdA1CommandAdminEmailAdd.
serialize(CBSerializationContextType, IdA1CommandAdminEmailRemove) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailRemove
Serialize a value of type IdA1CommandAdminEmailRemove.
serialize(CBSerializationContextType, IdA1CommandAdminGet) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGet
Serialize a value of type IdA1CommandAdminGet.
serialize(CBSerializationContextType, IdA1CommandAdminGetByEmail) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGetByEmail
Serialize a value of type IdA1CommandAdminGetByEmail.
serialize(CBSerializationContextType, IdA1CommandAdminPermissionGrant) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionGrant
Serialize a value of type IdA1CommandAdminPermissionGrant.
serialize(CBSerializationContextType, IdA1CommandAdminPermissionRevoke) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionRevoke
Serialize a value of type IdA1CommandAdminPermissionRevoke.
serialize(CBSerializationContextType, IdA1CommandAdminSearchBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchBegin
Serialize a value of type IdA1CommandAdminSearchBegin.
serialize(CBSerializationContextType, IdA1CommandAdminSearchByEmailBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailBegin
Serialize a value of type IdA1CommandAdminSearchByEmailBegin.
serialize(CBSerializationContextType, IdA1CommandAdminSearchByEmailNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailNext
Serialize a value of type IdA1CommandAdminSearchByEmailNext.
serialize(CBSerializationContextType, IdA1CommandAdminSearchByEmailPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailPrevious
Serialize a value of type IdA1CommandAdminSearchByEmailPrevious.
serialize(CBSerializationContextType, IdA1CommandAdminSearchNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchNext
Serialize a value of type IdA1CommandAdminSearchNext.
serialize(CBSerializationContextType, IdA1CommandAdminSearchPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchPrevious
Serialize a value of type IdA1CommandAdminSearchPrevious.
serialize(CBSerializationContextType, IdA1CommandAdminSelf) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSelf
Serialize a value of type IdA1CommandAdminSelf.
serialize(CBSerializationContextType, IdA1CommandAdminUpdate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Serialize a value of type IdA1CommandAdminUpdate.
serialize(CBSerializationContextType, IdA1CommandAuditSearchBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchBegin
Serialize a value of type IdA1CommandAuditSearchBegin.
serialize(CBSerializationContextType, IdA1CommandAuditSearchNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchNext
Serialize a value of type IdA1CommandAuditSearchNext.
serialize(CBSerializationContextType, IdA1CommandAuditSearchPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchPrevious
Serialize a value of type IdA1CommandAuditSearchPrevious.
serialize(CBSerializationContextType, IdA1CommandLogin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandLogin
Serialize a value of type IdA1CommandLogin.
serialize(CBSerializationContextType, IdA1CommandUserBanCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanCreate
Serialize a value of type IdA1CommandUserBanCreate.
serialize(CBSerializationContextType, IdA1CommandUserBanDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanDelete
Serialize a value of type IdA1CommandUserBanDelete.
serialize(CBSerializationContextType, IdA1CommandUserBanGet) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanGet
Serialize a value of type IdA1CommandUserBanGet.
serialize(CBSerializationContextType, IdA1CommandUserCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Serialize a value of type IdA1CommandUserCreate.
serialize(CBSerializationContextType, IdA1CommandUserDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserDelete
Serialize a value of type IdA1CommandUserDelete.
serialize(CBSerializationContextType, IdA1CommandUserEmailAdd) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailAdd
Serialize a value of type IdA1CommandUserEmailAdd.
serialize(CBSerializationContextType, IdA1CommandUserEmailRemove) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailRemove
Serialize a value of type IdA1CommandUserEmailRemove.
serialize(CBSerializationContextType, IdA1CommandUserGet) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGet
Serialize a value of type IdA1CommandUserGet.
serialize(CBSerializationContextType, IdA1CommandUserGetByEmail) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGetByEmail
Serialize a value of type IdA1CommandUserGetByEmail.
serialize(CBSerializationContextType, IdA1CommandUserLoginHistory) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserLoginHistory
Serialize a value of type IdA1CommandUserLoginHistory.
serialize(CBSerializationContextType, IdA1CommandUserSearchBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchBegin
Serialize a value of type IdA1CommandUserSearchBegin.
serialize(CBSerializationContextType, IdA1CommandUserSearchByEmailBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailBegin
Serialize a value of type IdA1CommandUserSearchByEmailBegin.
serialize(CBSerializationContextType, IdA1CommandUserSearchByEmailNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailNext
Serialize a value of type IdA1CommandUserSearchByEmailNext.
serialize(CBSerializationContextType, IdA1CommandUserSearchByEmailPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailPrevious
Serialize a value of type IdA1CommandUserSearchByEmailPrevious.
serialize(CBSerializationContextType, IdA1CommandUserSearchNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchNext
Serialize a value of type IdA1CommandUserSearchNext.
serialize(CBSerializationContextType, IdA1CommandUserSearchPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchPrevious
Serialize a value of type IdA1CommandUserSearchPrevious.
serialize(CBSerializationContextType, IdA1CommandUserUpdate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Serialize a value of type IdA1CommandUserUpdate.
serialize(CBSerializationContextType, IdA1Login) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Serialize a value of type IdA1Login.
serialize(CBSerializationContextType, IdA1Page<T>, CBSerializeType<T>) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Serialize a value of type IdA1Page.
serialize(CBSerializationContextType, IdA1Password) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1Password
Serialize a value of type IdA1Password.
serialize(CBSerializationContextType, IdA1ResponseAdminBanCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanCreate
Serialize a value of type IdA1ResponseAdminBanCreate.
serialize(CBSerializationContextType, IdA1ResponseAdminBanDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanDelete
Serialize a value of type IdA1ResponseAdminBanDelete.
serialize(CBSerializationContextType, IdA1ResponseAdminBanGet) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanGet
Serialize a value of type IdA1ResponseAdminBanGet.
serialize(CBSerializationContextType, IdA1ResponseAdminCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminCreate
Serialize a value of type IdA1ResponseAdminCreate.
serialize(CBSerializationContextType, IdA1ResponseAdminDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminDelete
Serialize a value of type IdA1ResponseAdminDelete.
serialize(CBSerializationContextType, IdA1ResponseAdminGet) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminGet
Serialize a value of type IdA1ResponseAdminGet.
serialize(CBSerializationContextType, IdA1ResponseAdminSearchBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchBegin
Serialize a value of type IdA1ResponseAdminSearchBegin.
serialize(CBSerializationContextType, IdA1ResponseAdminSearchByEmailBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailBegin
Serialize a value of type IdA1ResponseAdminSearchByEmailBegin.
serialize(CBSerializationContextType, IdA1ResponseAdminSearchByEmailNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailNext
Serialize a value of type IdA1ResponseAdminSearchByEmailNext.
serialize(CBSerializationContextType, IdA1ResponseAdminSearchByEmailPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailPrevious
Serialize a value of type IdA1ResponseAdminSearchByEmailPrevious.
serialize(CBSerializationContextType, IdA1ResponseAdminSearchNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchNext
Serialize a value of type IdA1ResponseAdminSearchNext.
serialize(CBSerializationContextType, IdA1ResponseAdminSearchPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchPrevious
Serialize a value of type IdA1ResponseAdminSearchPrevious.
serialize(CBSerializationContextType, IdA1ResponseAdminSelf) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSelf
Serialize a value of type IdA1ResponseAdminSelf.
serialize(CBSerializationContextType, IdA1ResponseAdminUpdate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminUpdate
Serialize a value of type IdA1ResponseAdminUpdate.
serialize(CBSerializationContextType, IdA1ResponseAuditSearchBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchBegin
Serialize a value of type IdA1ResponseAuditSearchBegin.
serialize(CBSerializationContextType, IdA1ResponseAuditSearchNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchNext
Serialize a value of type IdA1ResponseAuditSearchNext.
serialize(CBSerializationContextType, IdA1ResponseAuditSearchPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchPrevious
Serialize a value of type IdA1ResponseAuditSearchPrevious.
serialize(CBSerializationContextType, IdA1ResponseError) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
Serialize a value of type IdA1ResponseError.
serialize(CBSerializationContextType, IdA1ResponseLogin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseLogin
Serialize a value of type IdA1ResponseLogin.
serialize(CBSerializationContextType, IdA1ResponseUserBanCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanCreate
Serialize a value of type IdA1ResponseUserBanCreate.
serialize(CBSerializationContextType, IdA1ResponseUserBanDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanDelete
Serialize a value of type IdA1ResponseUserBanDelete.
serialize(CBSerializationContextType, IdA1ResponseUserBanGet) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanGet
Serialize a value of type IdA1ResponseUserBanGet.
serialize(CBSerializationContextType, IdA1ResponseUserCreate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserCreate
Serialize a value of type IdA1ResponseUserCreate.
serialize(CBSerializationContextType, IdA1ResponseUserDelete) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserDelete
Serialize a value of type IdA1ResponseUserDelete.
serialize(CBSerializationContextType, IdA1ResponseUserGet) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserGet
Serialize a value of type IdA1ResponseUserGet.
serialize(CBSerializationContextType, IdA1ResponseUserLoginHistory) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserLoginHistory
Serialize a value of type IdA1ResponseUserLoginHistory.
serialize(CBSerializationContextType, IdA1ResponseUserSearchBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchBegin
Serialize a value of type IdA1ResponseUserSearchBegin.
serialize(CBSerializationContextType, IdA1ResponseUserSearchByEmailBegin) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailBegin
Serialize a value of type IdA1ResponseUserSearchByEmailBegin.
serialize(CBSerializationContextType, IdA1ResponseUserSearchByEmailNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailNext
Serialize a value of type IdA1ResponseUserSearchByEmailNext.
serialize(CBSerializationContextType, IdA1ResponseUserSearchByEmailPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailPrevious
Serialize a value of type IdA1ResponseUserSearchByEmailPrevious.
serialize(CBSerializationContextType, IdA1ResponseUserSearchNext) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchNext
Serialize a value of type IdA1ResponseUserSearchNext.
serialize(CBSerializationContextType, IdA1ResponseUserSearchPrevious) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchPrevious
Serialize a value of type IdA1ResponseUserSearchPrevious.
serialize(CBSerializationContextType, IdA1ResponseUserUpdate) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserUpdate
Serialize a value of type IdA1ResponseUserUpdate.
serialize(CBSerializationContextType, IdA1TimeRange) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimeRange
Serialize a value of type IdA1TimeRange.
serialize(CBSerializationContextType, IdA1TimestampUTC) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Serialize a value of type IdA1TimestampUTC.
serialize(CBSerializationContextType, IdA1User) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Serialize a value of type IdA1User.
serialize(CBSerializationContextType, IdA1UserColumn) - Static method in interface com.io7m.idstore.protocol.admin.cb.IdA1UserColumn
Serialize a value of type IdA1UserColumn.
serialize(CBSerializationContextType, IdA1UserColumn.ByID) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByID
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByID.
serialize(CBSerializationContextType, IdA1UserColumn.ByIDName) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByIDName
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByIDName.
serialize(CBSerializationContextType, IdA1UserColumn.ByRealName) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByRealName
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByRealName.
serialize(CBSerializationContextType, IdA1UserColumn.ByTimeCreated) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeCreated
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByTimeCreated.
serialize(CBSerializationContextType, IdA1UserColumn.ByTimeUpdated) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeUpdated
Serialize a value of type com.io7m.idstore.protocol.admin.cb.ByTimeUpdated.
serialize(CBSerializationContextType, IdA1UserColumnOrdering) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumnOrdering
Serialize a value of type IdA1UserColumnOrdering.
serialize(CBSerializationContextType, IdA1UserOrdering) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserOrdering
Serialize a value of type IdA1UserOrdering.
serialize(CBSerializationContextType, IdA1UserSearchByEmailParameters) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Serialize a value of type IdA1UserSearchByEmailParameters.
serialize(CBSerializationContextType, IdA1UserSearchParameters) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Serialize a value of type IdA1UserSearchParameters.
serialize(CBSerializationContextType, IdA1UserSummary) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Serialize a value of type IdA1UserSummary.
serialize(CBSerializationContextType, IdA1UUID) - Static method in record class com.io7m.idstore.protocol.admin.cb.IdA1UUID
Serialize a value of type IdA1UUID.
serialize(CBSerializationContextType, ProtocolIdA1v1Type) - Method in class com.io7m.idstore.protocol.admin.cb.ProtocolIdA1v1Serializer
 
serialize(CBSerializationContextType, ProtocolIdA1v1Type) - Static method in interface com.io7m.idstore.protocol.admin.cb.ProtocolIdA1v1Type
Serialize a value of type ProtocolIdA1v1Type.
serialize(CBSerializationContextType, IdU1CommandEmailAddBegin) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddBegin
Serialize a value of type IdU1CommandEmailAddBegin.
serialize(CBSerializationContextType, IdU1CommandEmailAddDeny) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddDeny
Serialize a value of type IdU1CommandEmailAddDeny.
serialize(CBSerializationContextType, IdU1CommandEmailAddPermit) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddPermit
Serialize a value of type IdU1CommandEmailAddPermit.
serialize(CBSerializationContextType, IdU1CommandEmailRemoveBegin) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveBegin
Serialize a value of type IdU1CommandEmailRemoveBegin.
serialize(CBSerializationContextType, IdU1CommandEmailRemoveDeny) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveDeny
Serialize a value of type IdU1CommandEmailRemoveDeny.
serialize(CBSerializationContextType, IdU1CommandEmailRemovePermit) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemovePermit
Serialize a value of type IdU1CommandEmailRemovePermit.
serialize(CBSerializationContextType, IdU1CommandLogin) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandLogin
Serialize a value of type IdU1CommandLogin.
serialize(CBSerializationContextType, IdU1CommandPasswordUpdate) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandPasswordUpdate
Serialize a value of type IdU1CommandPasswordUpdate.
serialize(CBSerializationContextType, IdU1CommandRealnameUpdate) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandRealnameUpdate
Serialize a value of type IdU1CommandRealnameUpdate.
serialize(CBSerializationContextType, IdU1CommandUserSelf) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandUserSelf
Serialize a value of type IdU1CommandUserSelf.
serialize(CBSerializationContextType, IdU1Password) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1Password
Serialize a value of type IdU1Password.
serialize(CBSerializationContextType, IdU1ResponseEmailAddBegin) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddBegin
Serialize a value of type IdU1ResponseEmailAddBegin.
serialize(CBSerializationContextType, IdU1ResponseEmailAddDeny) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddDeny
Serialize a value of type IdU1ResponseEmailAddDeny.
serialize(CBSerializationContextType, IdU1ResponseEmailAddPermit) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddPermit
Serialize a value of type IdU1ResponseEmailAddPermit.
serialize(CBSerializationContextType, IdU1ResponseEmailRemoveBegin) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveBegin
Serialize a value of type IdU1ResponseEmailRemoveBegin.
serialize(CBSerializationContextType, IdU1ResponseEmailRemoveDeny) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveDeny
Serialize a value of type IdU1ResponseEmailRemoveDeny.
serialize(CBSerializationContextType, IdU1ResponseEmailRemovePermit) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemovePermit
Serialize a value of type IdU1ResponseEmailRemovePermit.
serialize(CBSerializationContextType, IdU1ResponseError) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Serialize a value of type IdU1ResponseError.
serialize(CBSerializationContextType, IdU1ResponseLogin) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseLogin
Serialize a value of type IdU1ResponseLogin.
serialize(CBSerializationContextType, IdU1ResponseUserSelf) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserSelf
Serialize a value of type IdU1ResponseUserSelf.
serialize(CBSerializationContextType, IdU1ResponseUserUpdate) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserUpdate
Serialize a value of type IdU1ResponseUserUpdate.
serialize(CBSerializationContextType, IdU1TimestampUTC) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Serialize a value of type IdU1TimestampUTC.
serialize(CBSerializationContextType, IdU1User) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Serialize a value of type IdU1User.
serialize(CBSerializationContextType, IdU1UUID) - Static method in record class com.io7m.idstore.protocol.user.cb.IdU1UUID
Serialize a value of type IdU1UUID.
serialize(CBSerializationContextType, ProtocolIdU1v1Type) - Method in class com.io7m.idstore.protocol.user.cb.ProtocolIdU1v1Serializer
 
serialize(CBSerializationContextType, ProtocolIdU1v1Type) - Static method in interface com.io7m.idstore.protocol.user.cb.ProtocolIdU1v1Type
Serialize a value of type ProtocolIdU1v1Type.
serialize(IdAMessageType) - Method in class com.io7m.idstore.protocol.admin.cb.IdACB1Messages
 
serialize(IdUMessageType) - Method in class com.io7m.idstore.protocol.user.cb.IdUCB1Messages
 
serialize(VProtocols, int) - Method in class com.io7m.idstore.server.internal.IdVerdantMessages
Serialize the given protocols.
serialize(T) - Method in interface com.io7m.idstore.protocol.api.IdProtocolMessagesType
Serialize the given message to a byte array.
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1AuthenticatedServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1Login
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1Versions
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.common.IdCommonCSSServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.common.IdCommonLogoServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_v1.IdU1AuthenticatedServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_v1.IdU1Login
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_v1.IdU1Versions
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewEmailVerificationDeny
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewEmailVerificationPermit
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewLogin
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewLogout
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewPasswordReset
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewPasswordResetConfirm
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewPasswordResetConfirmRun
 
service(HttpServletRequest, HttpServletResponse) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewPasswordResetRun
 
service(ServletRequest, ServletResponse) - Method in class com.io7m.idstore.server.internal.common.IdCommonInstrumentedServlet
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1AuthenticatedServlet
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1CommandServlet
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_v1.IdU1AuthenticatedServlet
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_v1.IdU1CommandServlet
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewEmailAdd
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewEmailAddRun
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewEmailRemoveRun
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewMain
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewMessage
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewPasswordUpdate
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewPasswordUpdateRun
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewRealnameUpdate
 
serviceAuthenticated(HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.io7m.idstore.server.internal.user_view.IdUViewRealnameUpdateRun
 
services() - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
 
services() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
services() - Method in class com.io7m.idstore.services.api.IdServiceDirectory
 
services() - Method in interface com.io7m.idstore.services.api.IdServiceDirectoryType
 
sessionCreated(HttpSessionEvent) - Method in class com.io7m.idstore.server.internal.IdUserSessionService
 
sessionDestroyed(HttpSessionEvent) - Method in class com.io7m.idstore.server.internal.IdUserSessionService
 
sessionDirectory() - Method in record class com.io7m.idstore.server.api.IdServerHTTPServiceConfiguration
Returns the value of the sessionDirectory record component.
set(int, Object) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
set(Field<T>, T) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
set(Field<T>, U, Converter<? extends T, ? super U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
setAdminId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
Setter for EMAILS.ADMIN_ID.
setAdminSearchByEmailParameters(IdAdminSearchByEmailParameters) - Method in class com.io7m.idstore.server.internal.IdUserSession
Set the admin listing parameters.
setAdminSearchParameters(IdAdminSearchParameters) - Method in class com.io7m.idstore.server.internal.IdUserSession
Set the admin listing parameters.
setAgent(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Setter for LOGIN_HISTORY.AGENT.
setAuditListParameters(IdAuditSearchParameters) - Method in class com.io7m.idstore.server.internal.IdUserSession
Set the audit listing parameters.
setDeleting(Boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.DELETING.
setDeleting(Boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Setter for USERS.DELETING.
setEmail(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Setter for EMAIL_VERIFICATIONS.EMAIL.
setEmailAddress(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
Setter for EMAILS.EMAIL_ADDRESS.
setExpires(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
Setter for BANS.EXPIRES.
setExpires(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Setter for EMAIL_VERIFICATIONS.EXPIRES.
setExpires(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
Setter for USER_PASSWORD_RESETS.EXPIRES.
setHost(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Setter for LOGIN_HISTORY.HOST.
setId(Long) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Setter for AUDIT.ID.
setId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.ID.
setId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
Setter for USER_IDS.ID.
setId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Setter for USERS.ID.
setIdName(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.ID_NAME.
setIdName(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Setter for USERS.ID_NAME.
setInitial(Boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.INITIAL.
setMessage(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Setter for AUDIT.MESSAGE.
setOperation(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Setter for EMAIL_VERIFICATIONS.OPERATION.
setPasswordAlgo(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.PASSWORD_ALGO.
setPasswordAlgo(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Setter for USERS.PASSWORD_ALGO.
setPasswordHash(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.PASSWORD_HASH.
setPasswordHash(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Setter for USERS.PASSWORD_HASH.
setPasswordSalt(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.PASSWORD_SALT.
setPasswordSalt(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Setter for USERS.PASSWORD_SALT.
setPermissions(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.PERMISSIONS.
setPolicy(IdSecPolicyType) - Static method in class com.io7m.idstore.server.security.IdSecurity
Set the currently loaded policy.
setRealName(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.REAL_NAME.
setRealName(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Setter for USERS.REAL_NAME.
setReason(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
Setter for BANS.REASON.
setTime(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Setter for AUDIT.TIME.
setTime(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Setter for LOGIN_HISTORY.TIME.
setTimeCreated(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.TIME_CREATED.
setTimeCreated(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Setter for USERS.TIME_CREATED.
setTimeUpdated(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Setter for ADMINS.TIME_UPDATED.
setTimeUpdated(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Setter for USERS.TIME_UPDATED.
settings() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabase
 
setToken(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Setter for EMAIL_VERIFICATIONS.TOKEN.
setToken(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
Setter for USER_PASSWORD_RESETS.TOKEN.
setType(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Setter for AUDIT.TYPE.
setup(Optional<UUID>, IdName, IdEmail, IdRealName, String) - Method in interface com.io7m.idstore.server.api.IdServerType
Do the work necessary to set up a server instance (such as initializing and/or upgrading the database) but do not actually start the instance.
setup(Optional<UUID>, IdName, IdEmail, IdRealName, String) - Method in class com.io7m.idstore.server.internal.IdServer
 
setUserId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
Setter for AUDIT.USER_ID.
setUserId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
Setter for BANS.USER_ID.
setUserId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
Setter for EMAILS.USER_ID.
setUserId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
Setter for EMAIL_VERIFICATIONS.USER_ID.
setUserId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
Setter for LOGIN_HISTORY.USER_ID.
setUserId(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
Setter for USER_PASSWORD_RESETS.USER_ID.
setUserSearchByEmailParameters(IdUserSearchByEmailParameters) - Method in class com.io7m.idstore.server.internal.IdUserSession
Set the user listing parameters.
setUserSearchParameters(IdUserSearchParameters) - Method in class com.io7m.idstore.server.internal.IdUserSession
Set the user listing parameters.
setValue(int, Object) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
Deprecated.
setValue(Field<T>, T) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
setValue(Field<T>, U, Converter<? extends T, ? super U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
setVersionBan(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
Setter for SCHEMA_VERSION.VERSION_BAN.
setVersionNumber(Long) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
Setter for SCHEMA_VERSION.VERSION_NUMBER.
sha256Of(byte[]) - Static method in record class com.io7m.idstore.model.IdHash
Create a SHA-256 hash of the given data.
single(T) - Static method in record class com.io7m.idstore.model.IdNonEmptyList
Create a one-element list.
size() - Method in record class com.io7m.idstore.model.IdNonEmptyList
 
size() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
SQL_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An internal SQL database error.
SQL_ERROR_FOREIGN_KEY - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
A violation of an SQL foreign key integrity constraint.
SQL_ERROR_UNIQUE - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
A violation of an SQL uniqueness constraint.
SQL_ERROR_UNSUPPORTED_QUERY_CLASS - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to use a query class that is unsupported.
SQL_REVISION_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An internal SQL database error relating to database revisioning.
start() - Method in interface com.io7m.idstore.server.api.IdServerType
Start the server instance.
start() - Method in class com.io7m.idstore.server.internal.IdServer
 
statusCode() - Method in exception com.io7m.idstore.server.internal.IdHTTPErrorStatusException
 
straightJoin(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
straightJoin(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
straightJoin(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
straightJoin(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
straightJoin(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
straightJoin(TableLike<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
strings() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerAbstract
 
strings() - Method in class com.io7m.idstore.server.internal.admin_v1.IdA1AuthenticatedServlet
 
strings() - Method in class com.io7m.idstore.server.internal.user_v1.IdU1AuthenticatedServlet
 
strings() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
strings() - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerAbstract
 
summary() - Method in record class com.io7m.idstore.model.IdUser
Summarize this user.
supported() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlers1
 
supported() - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlers1
 

T

Tables - Class in com.io7m.idstore.database.postgres.internal
Convenience access to all tables in the default schema.
Tables() - Constructor for class com.io7m.idstore.database.postgres.internal.Tables
 
targetAdmin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailAdd
Returns the value of the targetAdmin record component.
targetAdmin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailRemove
Returns the value of the targetAdmin record component.
targetAdmin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionGrant
Returns the value of the targetAdmin record component.
targetAdmin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionRevoke
Returns the value of the targetAdmin record component.
targetAdmin() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminUpdate
Returns the value of the targetAdmin record component.
targetPermissions() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminCreate
Returns the value of the targetPermissions record component.
time() - Method in record class com.io7m.idstore.model.IdAuditEvent
Returns the value of the time record component.
time() - Method in record class com.io7m.idstore.model.IdLogin
Returns the value of the time record component.
time() - Method in record class com.io7m.idstore.server.api.events.IdServerEventMailServiceFailure
Returns the value of the time record component.
time() - Method in record class com.io7m.idstore.server.api.events.IdServerEventReady
Returns the value of the time record component.
time() - Method in interface com.io7m.idstore.server.api.events.IdServerEventType
 
TIME - Variable in class com.io7m.idstore.database.postgres.internal.tables.Audit
The column AUDIT.TIME.
TIME - Variable in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
The column LOGIN_HISTORY.TIME.
TIME_CREATED - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.TIME_CREATED.
TIME_CREATED - Variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The column USERS.TIME_CREATED.
TIME_UPDATED - Variable in class com.io7m.idstore.database.postgres.internal.tables.Admins
The column ADMINS.TIME_UPDATED.
TIME_UPDATED - Variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The column USERS.TIME_UPDATED.
timeCreated() - Method in record class com.io7m.idstore.model.IdAdmin
Returns the value of the timeCreated record component.
timeCreated() - Method in record class com.io7m.idstore.model.IdAdminSummary
Returns the value of the timeCreated record component.
timeCreated() - Method in record class com.io7m.idstore.model.IdUser
Returns the value of the timeCreated record component.
timeCreated() - Method in record class com.io7m.idstore.model.IdUserSummary
Returns the value of the timeCreated record component.
timeCreatedRange() - Method in record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
Returns the value of the timeCreatedRange record component.
timeCreatedRange() - Method in record class com.io7m.idstore.model.IdAdminSearchParameters
Returns the value of the timeCreatedRange record component.
timeCreatedRange() - Method in record class com.io7m.idstore.model.IdUserSearchByEmailParameters
Returns the value of the timeCreatedRange record component.
timeCreatedRange() - Method in record class com.io7m.idstore.model.IdUserSearchParameters
Returns the value of the timeCreatedRange record component.
timeLower() - Method in record class com.io7m.idstore.model.IdTimeRange
Returns the value of the timeLower record component.
timeRange() - Method in record class com.io7m.idstore.model.IdAuditSearchParameters
Returns the value of the timeRange record component.
timeUpdated() - Method in record class com.io7m.idstore.model.IdAdmin
Returns the value of the timeUpdated record component.
timeUpdated() - Method in record class com.io7m.idstore.model.IdAdminSummary
Returns the value of the timeUpdated record component.
timeUpdated() - Method in record class com.io7m.idstore.model.IdUser
Returns the value of the timeUpdated record component.
timeUpdated() - Method in record class com.io7m.idstore.model.IdUserSummary
Returns the value of the timeUpdated record component.
timeUpdatedRange() - Method in record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
Returns the value of the timeUpdatedRange record component.
timeUpdatedRange() - Method in record class com.io7m.idstore.model.IdAdminSearchParameters
Returns the value of the timeUpdatedRange record component.
timeUpdatedRange() - Method in record class com.io7m.idstore.model.IdUserSearchByEmailParameters
Returns the value of the timeUpdatedRange record component.
timeUpdatedRange() - Method in record class com.io7m.idstore.model.IdUserSearchParameters
Returns the value of the timeUpdatedRange record component.
timeUpper() - Method in record class com.io7m.idstore.model.IdTimeRange
Returns the value of the timeUpper record component.
title() - Method in class com.io7m.idstore.server.internal.IdServerBrandingService
 
token() - Method in record class com.io7m.idstore.model.IdEmailVerification
Returns the value of the token record component.
token() - Method in record class com.io7m.idstore.model.IdUserPasswordReset
Returns the value of the token record component.
token() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddDeny
Returns the value of the token record component.
token() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddPermit
Returns the value of the token record component.
token() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveDeny
Returns the value of the token record component.
token() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemovePermit
Returns the value of the token record component.
token() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetConfirmData
Returns the value of the token record component.
TOKEN - Variable in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
The column EMAIL_VERIFICATIONS.TOKEN.
TOKEN - Variable in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
The column USER_PASSWORD_RESETS.TOKEN.
toList() - Method in record class com.io7m.idstore.model.IdNonEmptyList
 
toModel() - Method in interface com.io7m.idstore.protocol.api.IdProtocolToModelType
 
toString() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
toString() - Method in record class com.io7m.idstore.admin_client.internal.IdANewHandler
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabase
 
toString() - Method in record class com.io7m.idstore.error_codes.IdErrorCode
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdAdmin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdAdminColumnOrdering
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdAdminOrdering
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.model.IdAdminPermissionSet
 
toString() - Method in record class com.io7m.idstore.model.IdAdminSearchByEmailParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdAdminSearchParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdAdminSummary
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdAuditEvent
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdAuditSearchParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdBan
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdEmail
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdEmailOwner
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdEmailVerification
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdHash
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdLogin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdName
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdNonEmptyList
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdPage
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdPassword
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdRealName
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdSubsetMatch
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdTimeRange
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdToken
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdUser
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdUserColumnOrdering
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdUserCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdUserOrdering
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdUserPasswordReset
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdUserSearchByEmailParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdUserSearchParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.model.IdUserSummary
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Admin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByID
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByIDName
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByRealName
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeCreated
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumn.ByTimeUpdated
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminColumnOrdering
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminOrdering
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminBan
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminRead
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWrite
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AdminWriteSelf
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.AuditRead
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserBan
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserRead
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserWrite
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchByEmailParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSearchParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AdminSummary
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditEvent
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1AuditSearchParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Ban
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailAdd
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminEmailRemove
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminGetByEmail
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionGrant
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminPermissionRevoke
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchByEmailPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminSelf
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAdminUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandAuditSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandLogin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailAdd
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserEmailRemove
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserGetByEmail
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserLoginHistory
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchByEmailPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1CommandUserUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Login
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Page
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1Password
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSelf
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseAuditSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseLogin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserLoginHistory
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchByEmailPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1ResponseUserUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimeRange
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1TimestampUTC
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1User
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByID
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByIDName
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByRealName
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeCreated
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumn.ByTimeUpdated
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserColumnOrdering
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserOrdering
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchByEmailParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSearchParameters
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UserSummary
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.cb.IdA1UUID
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.protocol.admin.cb.IdACB1Messages
 
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailAdd
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminEmailRemove
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminGetByEmail
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionGrant
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminPermissionRevoke
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchByEmailPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminSelf
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAdminUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandAuditSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandLogin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailAdd
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailRemove
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserGetByEmail
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserLoginHistory
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchByEmailPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchByEmailPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminSelf
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAdminUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseAuditSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseError
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseLogin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserLoginHistory
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchByEmailPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchNext
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserSearchPrevious
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailAddPermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemoveDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandEmailRemovePermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandLogin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandPasswordUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandRealnameUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1CommandUserSelf
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1Password
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailAddPermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemoveDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseEmailRemovePermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseLogin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserSelf
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1ResponseUserUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1User
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.cb.IdU1UUID
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.protocol.user.cb.IdUCB1Messages
 
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailAddPermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemoveDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandEmailRemovePermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandLogin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandPasswordUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandRealnameUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUCommandUserSelf
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailAddPermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemoveDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseEmailRemovePermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseError
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseLogin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserSelf
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.events.IdServerEventMailServiceFailure
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.events.IdServerEventReady
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerBrandingConfiguration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerColorScheme
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerConfigurationFile
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.server.api.IdServerConfigurationFiles
 
toString() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerHistoryConfiguration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerHTTPConfiguration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerHTTPServiceConfiguration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerMailAuthenticationConfiguration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerMailConfiguration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP_TLS
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTP
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerMailTransportSMTPS
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerOpenTelemetryConfiguration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.api.IdServerRateLimitConfiguration
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.server.internal.admin_v1.IdACB1Sends
 
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminMainData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUserData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMCSSData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailAddData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetConfirmData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordUpdateData
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMRealNameUpdateData
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.server.internal.freemarker.IdFMTemplateService
 
toString() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMUserSelfData
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.server.internal.IdRateLimitEmailVerificationService
 
toString() - Method in class com.io7m.idstore.server.internal.IdRateLimitPasswordResetService
 
toString() - Method in class com.io7m.idstore.server.internal.IdRequestLimits
 
toString() - Method in class com.io7m.idstore.server.internal.IdServerBrandingService
 
toString() - Method in class com.io7m.idstore.server.internal.IdServerClock
 
toString() - Method in class com.io7m.idstore.server.internal.IdServerConfigurationService
 
toString() - Method in class com.io7m.idstore.server.internal.IdServerEventBusService
 
toString() - Method in class com.io7m.idstore.server.internal.IdServerMailService
 
toString() - Method in class com.io7m.idstore.server.internal.IdServerMaintenanceService
 
toString() - Method in class com.io7m.idstore.server.internal.IdServerStrings
 
toString() - Method in class com.io7m.idstore.server.internal.IdServerTelemetryService
 
toString() - Method in record class com.io7m.idstore.server.internal.IdSessionMessage
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.server.internal.IdUserPasswordResetService
 
toString() - Method in class com.io7m.idstore.server.internal.IdUserSessionService
 
toString() - Method in class com.io7m.idstore.server.internal.user_v1.IdUCB1Sends
 
toString() - Method in class com.io7m.idstore.server.main.IdServerMain
 
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailAdd
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminEmailRemove
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionGrant
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminPermissionRevoke
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminRead
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAdminUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionAuditRead
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserBanGet
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserCreate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserDelete
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserRead
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecAdminActionUserUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecPolicyResultDenied
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecPolicyResultPermitted
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddPermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveBegin
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveDeny
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemovePermit
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecUserActionPasswordUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.server.security.IdSecUserActionRealnameUpdate
Returns a string representation of this record class.
toString() - Method in record class com.io7m.idstore.user_client.internal.IdUNewHandler
Returns a string representation of this record class.
toString() - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
toString() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminMainData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUserData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMCSSData
 
toTemplateHash() - Method in interface com.io7m.idstore.server.internal.freemarker.IdFMDataModelType
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailAddData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMLoginData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMMessageData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetConfirmData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordResetData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMPasswordUpdateData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMRealNameUpdateData
 
toTemplateHash() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMUserSelfData
 
toWireAdmin(IdAdmin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireAuditEvent(IdAuditEvent) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
toWireBan(IdBan) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
toWireCommandAdminBanCreate(IdACommandAdminBanCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminBanDelete(IdACommandAdminBanDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminBanGet(IdACommandAdminBanGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminCreate(IdACommandAdminCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminDelete(IdACommandAdminDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminEmailAdd(IdACommandAdminEmailAdd) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminEmailRemove(IdACommandAdminEmailRemove) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminGet(IdACommandAdminGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminGetByEmail(IdACommandAdminGetByEmail) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminPermissionGrant(IdACommandAdminPermissionGrant) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminPermissionRevoke(IdACommandAdminPermissionRevoke) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminSearchBegin(IdACommandAdminSearchBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminSearchByEmailBegin(IdACommandAdminSearchByEmailBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminSearchByEmailNext(IdACommandAdminSearchByEmailNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminSearchByEmailPrevious(IdACommandAdminSearchByEmailPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminSearchNext(IdACommandAdminSearchNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminSearchPrevious(IdACommandAdminSearchPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminSelf(IdACommandAdminSelf) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandAdminUpdate(IdACommandAdminUpdate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireCommandUserBanCreate(IdACommandUserBanCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserBanDelete(IdACommandUserBanDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserBanGet(IdACommandUserBanGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserCreate(IdACommandUserCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserDelete(IdACommandUserDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserEmailAdd(IdACommandUserEmailAdd) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserEmailRemove(IdACommandUserEmailRemove) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserGet(IdACommandUserGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserGetByEmail(IdACommandUserGetByEmail) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserSearchBegin(IdACommandUserSearchBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserSearchByEmailBegin(IdACommandUserSearchByEmailBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserSearchByEmailNext(IdACommandUserSearchByEmailNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserSearchByEmailPrevious(IdACommandUserSearchByEmailPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserSearchNext(IdACommandUserSearchNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserSearchPrevious(IdACommandUserSearchPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireCommandUserUpdate(IdACommandUserUpdate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireLogin(IdLogin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
toWirePage(IdPage<A>, Function<A, B>) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
toWirePassword(IdPassword) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
toWirePassword(IdPassword) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
toWireResponseAdminBanCreate(IdAResponseAdminBanCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminBanDelete(IdAResponseAdminBanDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminBanGet(IdAResponseAdminBanGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminCreate(IdAResponseAdminCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminDelete(IdAResponseAdminDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminGet(IdAResponseAdminGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminSearchBegin(IdAResponseAdminSearchBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminSearchByEmailBegin(IdAResponseAdminSearchByEmailBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminSearchByEmailNext(IdAResponseAdminSearchByEmailNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminSearchByEmailPrevious(IdAResponseAdminSearchByEmailPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminSearchNext(IdAResponseAdminSearchNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminSearchPrevious(IdAResponseAdminSearchPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminSelf(IdAResponseAdminSelf) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseAdminUpdate(IdAResponseAdminUpdate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationAdmin
 
toWireResponseUserBanCreate(IdAResponseUserBanCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserBanDelete(IdAResponseUserBanDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserBanGet(IdAResponseUserBanGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserCreate(IdAResponseUserCreate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserDelete(IdAResponseUserDelete) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserGet(IdAResponseUserGet) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserSearchBegin(IdAResponseUserSearchBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserSearchByEmailBegin(IdAResponseUserSearchByEmailBegin) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserSearchByEmailNext(IdAResponseUserSearchByEmailNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserSearchByEmailPrevious(IdAResponseUserSearchByEmailPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserSearchNext(IdAResponseUserSearchNext) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserSearchPrevious(IdAResponseUserSearchPrevious) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireResponseUserUpdate(IdAResponseUserUpdate) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationUser
 
toWireTimeRange(IdTimeRange) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
toWireTimestamp(OffsetDateTime) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
toWireTimestamp(OffsetDateTime) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
toWireUser(IdUser) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
toWireUUID(UUID) - Static method in class com.io7m.idstore.protocol.admin.cb.internal.IdACB1ValidationGeneral
 
toWireUUID(UUID) - Static method in class com.io7m.idstore.protocol.user.cb.internal.IdUCB1ValidationGeneral
 
tracer() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabase
 
tracer() - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
 
tracer() - Method in class com.io7m.idstore.server.internal.IdServerTelemetryService
 
transaction() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMaintenanceQueries
 
transaction() - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
 
transactionSpan() - Method in class com.io7m.idstore.database.postgres.internal.IdDatabaseMaintenanceQueries
 
translate(String, SQLException) - Method in class com.io7m.idstore.database.postgres.internal.DefaultCatalog
 
transportConfiguration() - Method in record class com.io7m.idstore.server.api.IdServerMailConfiguration
Returns the value of the transportConfiguration record component.
TRASCO_ERROR - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An error raised by the Trasco database versioning library.
type() - Method in record class com.io7m.idstore.model.IdAuditEvent
Returns the value of the type record component.
type() - Method in record class com.io7m.idstore.model.IdAuditSearchParameters
Returns the value of the type record component.
type(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
type(int) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
type(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
type(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
type(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
type(Name) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
TYPE - Variable in class com.io7m.idstore.database.postgres.internal.tables.Audit
The column AUDIT.TYPE.
types() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
types() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 

U

uniqueRequestIDKey() - Static method in class com.io7m.idstore.server.internal.IdServerRequestDecoration
 
uniqueRequestTimeKey() - Static method in class com.io7m.idstore.server.internal.IdServerRequestDecoration
 
upgrade() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns the value of the upgrade record component.
upgrade() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns the value of the upgrade record component.
UPGRADE_DATABASE - Enum constant in enum class com.io7m.idstore.database.api.IdDatabaseUpgrade
Upgrade the database.
useIndex(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
useIndexForGroupBy(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
useIndexForJoin(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
useIndexForOrderBy(String...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
user() - Method in record class com.io7m.idstore.database.api.IdDatabaseConfiguration
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.model.IdBan
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.model.IdEmailVerification
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.model.IdUserPasswordReset
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanDelete
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserBanGet
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailAdd
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserEmailRemove
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserGet
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserLoginHistory
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserUpdate
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserCreate
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserGet
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.admin.IdAResponseUserUpdate
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.user.IdUResponseLogin
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserSelf
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.protocol.user.IdUResponseUserUpdate
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.api.IdServerDatabaseConfiguration
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUserData
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMUserSelfData
Returns the value of the user record component.
user() - Method in class com.io7m.idstore.server.internal.user_v1.IdU1AuthenticatedServlet
 
user() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
user() - Method in class com.io7m.idstore.server.internal.user.IdUCommandContext
 
user() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddBegin
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddDeny
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailAddPermit
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveBegin
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemoveDeny
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.security.IdSecUserActionEmailRemovePermit
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.security.IdSecUserActionPasswordUpdate
Returns the value of the user record component.
user() - Method in record class com.io7m.idstore.server.security.IdSecUserActionRealnameUpdate
Returns the value of the user record component.
user() - Method in interface com.io7m.idstore.server.security.IdSecUserActionType
 
USER_BAN - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows for banning users.
USER_CREATE - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows creating users.
USER_DELETE - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows deleting users.
USER_DUPLICATE - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create a user that already exists.
USER_DUPLICATE_EMAIL - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create a user that already exists (Email conflict).
USER_DUPLICATE_ID - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create a user that already exists (ID conflict).
USER_DUPLICATE_ID_NAME - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to create a user that already exists (ID name conflict).
USER_ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.Audit
The column AUDIT.USER_ID.
USER_ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.Bans
The column BANS.USER_ID.
USER_ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.Emails
The column EMAILS.USER_ID.
USER_ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
The column EMAIL_VERIFICATIONS.USER_ID.
USER_ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
The column LOGIN_HISTORY.USER_ID.
USER_ID - Variable in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
The column USER_PASSWORD_RESETS.USER_ID.
USER_IDS - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table USER_IDS.
USER_IDS - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table USER_IDS.
USER_IDS - Static variable in class com.io7m.idstore.database.postgres.internal.tables.UserIds
The reference instance of USER_IDS
USER_NONEXISTENT - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to reference a user that does not exist.
USER_PASSWORD_RESETS - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table USER_PASSWORD_RESETS.
USER_PASSWORD_RESETS - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table USER_PASSWORD_RESETS.
USER_PASSWORD_RESETS - Static variable in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
The reference instance of USER_PASSWORD_RESETS
USER_READ - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows reading users.
USER_UNSET - Static variable in class com.io7m.idstore.error_codes.IdStandardErrorCodes
An attempt was made to perform an operation that requires a user.
USER_WRITE - Enum constant in enum class com.io7m.idstore.model.IdAdminPermission
A permission that allows modifying users.
userAgent() - Method in record class com.io7m.idstore.model.IdLogin
Returns the value of the userAgent record component.
userAgent() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailPasswordResetData
Returns the value of the userAgent record component.
userAgent() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Returns the value of the userAgent record component.
userApiAddress() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the userApiAddress record component.
userAPIService() - Method in record class com.io7m.idstore.server.api.IdServerHTTPConfiguration
Returns the value of the userAPIService record component.
UserBan() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserBan
Creates an instance of a UserBan record class.
userBanCreate(IdBan) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Create a ban on the given user account.
userBanCreate(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userBanCreate(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userBanCreate(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userBanCreate(IdBan) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Create a ban on the given user account.
userBanDelete(IdBan) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Delete the given ban.
userBanDelete(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userBanDelete(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userBanDelete(IdBan) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userBanDelete(IdBan) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Delete the given ban.
userBanGet(UUID) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Get the ban for the given user, if one exists.
userBanGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userBanGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userBanGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userBanGet(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Get the ban for the given user, if one exists.
userByEmailPaging() - Method in class com.io7m.idstore.server.internal.IdUserSession
 
userController() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
userCreate(IdName, IdRealName, IdEmail, IdPassword) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Create a user.
userCreate(IdUserCreate) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Create a user.
userCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Create a user.
userCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userCreate(Optional<UUID>, IdName, IdRealName, IdEmail, IdPassword) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userCreate(UUID, IdName, IdRealName, IdEmail, OffsetDateTime, IdPassword) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Create a user.
UserCreate() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserCreate
Creates an instance of a UserCreate record class.
userDelete(UUID) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Delete the given user.
userDelete(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userDelete(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userDelete(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userDelete(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Delete the given user.
UserDelete() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserDelete
Creates an instance of a UserDelete record class.
userEmailAdd(UUID, IdEmail) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Add an email to the given user.
userEmailAdd(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userEmailAdd(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userEmailAdd(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userEmailAdd(UUID, IdEmail) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Add an email address to the given user.
userEmailAddBegin(IdEmail) - Method in interface com.io7m.idstore.user_client.api.IdUClientUsersType
Start adding the given email address to the current user.
userEmailAddBegin(IdEmail) - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
userEmailAddBegin(IdEmail) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
userEmailAddBegin(IdEmail) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
userEmailAddDeny(IdToken) - Method in interface com.io7m.idstore.user_client.api.IdUClientUsersType
Reject a challenge that adds an email address to the given user.
userEmailAddDeny(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
userEmailAddDeny(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
userEmailAddDeny(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
userEmailAddPermit(IdToken) - Method in interface com.io7m.idstore.user_client.api.IdUClientUsersType
Complete a challenge that adds an email address to the given user.
userEmailAddPermit(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
userEmailAddPermit(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
userEmailAddPermit(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
userEmailRemove(UUID, IdEmail) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Remove an email from the given user.
userEmailRemove(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userEmailRemove(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userEmailRemove(UUID, IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userEmailRemove(UUID, IdEmail) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Remove an email address from the given user.
userEmailRemoveBegin(IdEmail) - Method in interface com.io7m.idstore.user_client.api.IdUClientUsersType
Start removing the given email address to the current user.
userEmailRemoveBegin(IdEmail) - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
userEmailRemoveBegin(IdEmail) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
userEmailRemoveBegin(IdEmail) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
userEmailRemoveDeny(IdToken) - Method in interface com.io7m.idstore.user_client.api.IdUClientUsersType
Reject a challenge that removes an email address to the given user.
userEmailRemoveDeny(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
userEmailRemoveDeny(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
userEmailRemoveDeny(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
userEmailRemovePermit(IdToken) - Method in interface com.io7m.idstore.user_client.api.IdUClientUsersType
Complete a challenge that removes an email address to the given user.
userEmailRemovePermit(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
userEmailRemovePermit(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
userEmailRemovePermit(IdToken) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
userGet(UUID) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Fetch the given user.
userGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userGet(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userGet(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
 
userGetByEmail(IdEmail) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Fetch the given user.
userGetByEmail(IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userGetByEmail(IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userGetByEmail(IdEmail) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userGetForEmail(IdEmail) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
 
userGetForEmailRequire(IdEmail) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
 
userGetForName(IdName) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
 
userGetForNameRequire(IdName) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
 
userGetRequire(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
 
userId() - Method in interface com.io7m.idstore.database.api.IdDatabaseTransactionType
 
userId() - Method in record class com.io7m.idstore.model.IdLogin
Returns the value of the userId record component.
userId() - Method in record class com.io7m.idstore.protocol.admin.IdACommandUserDelete
Returns the value of the userId record component.
userId() - Method in class com.io7m.idstore.server.internal.user_view.IdUViewAuthenticatedServlet
 
userIds() - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
Get the implicit join path to the PUBLIC.USER_IDS table.
userIds() - Method in class com.io7m.idstore.database.postgres.internal.tables.Audit
Get the implicit join path to the PUBLIC.USER_IDS table.
userIds() - Method in class com.io7m.idstore.database.postgres.internal.tables.Bans
Get the implicit join path to the PUBLIC.USER_IDS table.
userIds() - Method in class com.io7m.idstore.database.postgres.internal.tables.EmailVerifications
Get the implicit join path to the PUBLIC.USER_IDS table.
userIds() - Method in class com.io7m.idstore.database.postgres.internal.tables.LoginHistory
Get the implicit join path to the PUBLIC.USER_IDS table.
userIds() - Method in class com.io7m.idstore.database.postgres.internal.tables.Users
Get the implicit join path to the PUBLIC.USER_IDS table.
UserIds - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
UserIds() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.UserIds
Create a USER_IDS table reference
UserIds(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.UserIds
Create an aliased USER_IDS table reference
UserIds(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.UserIds
Create an aliased USER_IDS table reference
UserIds(Table<O>, ForeignKey<O, UserIdsRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.UserIds
 
userIdSet(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseTransactionType
Set the user ID for the transaction.
UserIdsRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
UserIdsRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
Create a detached UserIdsRecord
UserIdsRecord(UUID) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
Create a detached, initialised UserIdsRecord
userLoggedIn() - Method in record class com.io7m.idstore.user_client.internal.IdUNewHandler
Returns the value of the userLoggedIn record component.
userLogin(UUID, String, String, int) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Record the fact that the given user has logged in.
userLoginHistory(UUID) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
List the login history for the given user.
userLoginHistory(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userLoginHistory(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userLoginHistory(UUID) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userLoginHistory(UUID, int) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Obtain the login history of the given user.
userLoginHistoryLimit() - Method in record class com.io7m.idstore.server.api.IdServerHistoryConfiguration
Returns the value of the userLoginHistoryLimit record component.
userName() - Method in record class com.io7m.idstore.protocol.admin.IdACommandLogin
Returns the value of the userName record component.
userName() - Method in record class com.io7m.idstore.protocol.user.IdUCommandLogin
Returns the value of the userName record component.
userName() - Method in record class com.io7m.idstore.server.api.IdServerMailAuthenticationConfiguration
Returns the value of the userName record component.
userPaging() - Method in class com.io7m.idstore.server.internal.IdUserSession
 
userPasswordResetCreate(IdUserPasswordReset) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Create a password reset request.
userPasswordResetDelete(IdUserPasswordReset) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Delete a password reset request.
userPasswordResetGet(UUID) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
List the password reset requests for the given user.
userPasswordResetGetForToken(IdToken) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
List the password reset request for the given token.
UserPasswordResets - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
UserPasswordResets() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
Create a USER_PASSWORD_RESETS table reference
UserPasswordResets(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
Create an aliased USER_PASSWORD_RESETS table reference
UserPasswordResets(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
Create an aliased USER_PASSWORD_RESETS table reference
UserPasswordResets(Table<O>, ForeignKey<O, UserPasswordResetsRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
 
UserPasswordResetsRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
UserPasswordResetsRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
Create a detached UserPasswordResetsRecord
UserPasswordResetsRecord(UUID, String, OffsetDateTime) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
Create a detached, initialised UserPasswordResetsRecord
userPasswordUpdate(String, String) - Method in interface com.io7m.idstore.user_client.api.IdUClientUsersType
Update the user's password.
userPasswordUpdate(String, String) - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
userPasswordUpdate(String, String) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
userPasswordUpdate(String, String) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
UserRead() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserRead
Creates an instance of a UserRead record class.
userRealNameUpdate(IdRealName) - Method in interface com.io7m.idstore.user_client.api.IdUClientUsersType
Update the user's realname.
userRealNameUpdate(IdRealName) - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
userRealNameUpdate(IdRealName) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
userRealNameUpdate(IdRealName) - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
users() - Method in class com.io7m.idstore.database.postgres.internal.tables.Emails
Get the implicit join path to the PUBLIC.USERS table.
users() - Method in class com.io7m.idstore.database.postgres.internal.tables.UserPasswordResets
Get the implicit join path to the PUBLIC.USERS table.
users() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMAdminUsersData
Returns the value of the users record component.
Users - Class in com.io7m.idstore.database.postgres.internal.tables
This class is generated by jOOQ.
Users() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Users
Create a USERS table reference
Users(String) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Users
Create an aliased USERS table reference
Users(Name) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Users
Create an aliased USERS table reference
Users(Table<O>, ForeignKey<O, UsersRecord>) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.Users
 
USERS - Variable in class com.io7m.idstore.database.postgres.internal.DefaultSchema
The table USERS.
USERS - Static variable in class com.io7m.idstore.database.postgres.internal.Tables
The table USERS.
USERS - Static variable in class com.io7m.idstore.database.postgres.internal.tables.Users
The reference instance of USERS
userSearch(IdUserSearchParameters, Optional<List<Object>>) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
List users.
userSearchBegin(IdUserSearchParameters) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Start searching/listing users.
userSearchBegin(IdUserSearchParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userSearchBegin(IdUserSearchParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userSearchBegin(IdUserSearchParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userSearchByEmail(IdUserSearchByEmailParameters, Optional<List<Object>>) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
List users.
userSearchByEmailBegin(IdUserSearchByEmailParameters) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Start searching/listing users.
userSearchByEmailBegin(IdUserSearchByEmailParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userSearchByEmailBegin(IdUserSearchByEmailParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userSearchByEmailBegin(IdUserSearchByEmailParameters) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userSearchByEmailCount(IdUserSearchByEmailParameters) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Determine approximate number of results that would be returned in total by a given search.
userSearchByEmailNext() - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Continue searching/listing users.
userSearchByEmailNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userSearchByEmailNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userSearchByEmailNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userSearchByEmailPrevious() - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Continue searching/listing users.
userSearchByEmailPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userSearchByEmailPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userSearchByEmailPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userSearchCount(IdUserSearchParameters) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Determine approximate number of results that would be returned in total by a given search.
userSearchNext() - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Continue searching/listing users.
userSearchNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userSearchNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userSearchNext() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userSearchPrevious() - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Continue searching/listing users.
userSearchPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userSearchPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userSearchPrevious() - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userSelf() - Method in interface com.io7m.idstore.user_client.api.IdUClientUsersType
Retrieve the current user profile.
userSelf() - Method in class com.io7m.idstore.user_client.internal.IdUClient
 
userSelf() - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandler1
 
userSelf() - Method in class com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerDisconnected
 
userSession() - Method in class com.io7m.idstore.server.internal.command_exec.IdCommandContext
 
UsersRecord - Class in com.io7m.idstore.database.postgres.internal.tables.records
This class is generated by jOOQ.
UsersRecord() - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Create a detached UsersRecord
UsersRecord(UUID, String, String, OffsetDateTime, OffsetDateTime, String, String, String, Boolean) - Constructor for class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
Create a detached, initialised UsersRecord
userUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in interface com.io7m.idstore.admin_client.api.IdAClientUsersType
Update the given user.
userUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in class com.io7m.idstore.admin_client.internal.IdAClient
 
userUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandler1
 
userUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in class com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlerDisconnected
 
userUpdate(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Update the given user.
userUpdateAsAdmin(UUID, Optional<IdName>, Optional<IdRealName>, Optional<IdPassword>) - Method in interface com.io7m.idstore.database.api.IdDatabaseUsersQueriesType
Update the given user as an admin.
userViewAddress() - Method in record class com.io7m.idstore.server.api.IdServerConfiguration
Returns the value of the userViewAddress record component.
userViewService() - Method in record class com.io7m.idstore.server.api.IdServerHTTPConfiguration
Returns the value of the userViewService record component.
UserWrite() - Constructor for record class com.io7m.idstore.protocol.admin.cb.IdA1AdminPermission.UserWrite
Creates an instance of a UserWrite record class.

V

VALID_HEX - Static variable in record class com.io7m.idstore.model.IdPassword
The pattern that defines a valid hash.
VALID_HEX - Static variable in record class com.io7m.idstore.model.IdToken
The pattern that defines a valid token.
VALID_ID_NAME - Static variable in record class com.io7m.idstore.model.IdName
The pattern that defines valid ID names.
value() - Method in record class com.io7m.idstore.model.IdEmail
Returns the value of the value record component.
value() - Method in record class com.io7m.idstore.model.IdName
Returns the value of the value record component.
value() - Method in record class com.io7m.idstore.model.IdRealName
Returns the value of the value record component.
value() - Method in record class com.io7m.idstore.model.IdToken
Returns the value of the value record component.
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
 
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
value1() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value1(Long) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value1(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
value1(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value1(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
value1(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
value1(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value1(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
value1(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
 
value1(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
value1(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value10() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value10(Boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value11() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value11(Boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
value2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
value2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
value2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
value2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
value2() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value2(Long) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
value2(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value2(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
value2(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value2(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
value2(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value2(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
value2(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value2(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
value3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
value3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
value3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
value3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
value3() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value3(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value3(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
value3(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value3(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
value3(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value3(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value3(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
value3(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
value4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
value4() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value4(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value4(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
value4(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value4(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value4(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value5() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value5(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
value5(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
value5(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value5(OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value6() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value6() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value6(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value6(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value7() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value7() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value7(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value7(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value8() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value8() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value8(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value8(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value9() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
value9() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value9(Boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
value9(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
valueOf(String) - Static method in enum class com.io7m.idstore.database.api.IdDatabaseCreate
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.idstore.database.api.IdDatabaseIncludeRedacted
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.idstore.database.api.IdDatabaseRole
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.idstore.database.api.IdDatabaseUpgrade
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.idstore.model.IdAdminColumn
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.idstore.model.IdAdminPermission
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.idstore.model.IdEmailVerificationOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.idstore.model.IdEmailVerificationResolution
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.idstore.model.IdUserColumn
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.idstore.server.api.IdServerDatabaseKind
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.io7m.idstore.database.api.IdDatabaseCreate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.idstore.database.api.IdDatabaseIncludeRedacted
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.idstore.database.api.IdDatabaseRole
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.idstore.database.api.IdDatabaseUpgrade
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.idstore.model.IdAdminColumn
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.idstore.model.IdAdminPermission
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.idstore.model.IdEmailVerificationOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.idstore.model.IdEmailVerificationResolution
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.idstore.model.IdUserColumn
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.idstore.server.api.IdServerDatabaseKind
Returns an array containing the constants of this enum class, in the order they are declared.
values(Long, UUID, OffsetDateTime, String, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
values(String, Long) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
values(UUID) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
 
values(UUID, String, String, OffsetDateTime, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
values(UUID, String, String, OffsetDateTime, OffsetDateTime, String, String, String, Boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
values(UUID, String, String, OffsetDateTime, OffsetDateTime, String, String, String, String, Boolean, Boolean) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
values(UUID, String, OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
values(UUID, String, OffsetDateTime) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
values(UUID, OffsetDateTime, String, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
values(UUID, UUID, String) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AuditRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.BansRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailsRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.EmailVerificationsRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.LoginHistoryRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.SchemaVersionRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserIdsRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UserPasswordResetsRecord
 
valuesRow() - Method in class com.io7m.idstore.database.postgres.internal.tables.records.UsersRecord
 
verification() - Method in record class com.io7m.idstore.server.internal.freemarker.IdFMEmailVerificationData
Returns the value of the verification record component.
verificationExpiration() - Method in record class com.io7m.idstore.server.api.IdServerMailConfiguration
Returns the value of the verificationExpiration record component.
version() - Method in class com.io7m.idstore.protocol.admin.cb.ProtocolIdA1v1Serializer
 
version() - Method in class com.io7m.idstore.protocol.user.cb.ProtocolIdU1v1Serializer
 
VERSION_BAN - Variable in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
The column SCHEMA_VERSION.VERSION_BAN.
VERSION_NUMBER - Variable in class com.io7m.idstore.database.postgres.internal.tables.SchemaVersion
The column SCHEMA_VERSION.VERSION_NUMBER.

W

where(String) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
where(String, Object...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
where(String, QueryPart...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
where(Collection<? extends Condition>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
where(Condition) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
where(Condition...) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
where(Field<Boolean>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
where(SQL) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
whereExists(Select<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
whereNotExists(Select<?>) - Method in class com.io7m.idstore.database.postgres.internal.tables.Admins
 
with(Field<T>, T) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
with(Field<T>, U, Converter<? extends T, ? super U>) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 
withRedactedPassword() - Method in record class com.io7m.idstore.model.IdAdmin
 
withRedactedPassword() - Method in record class com.io7m.idstore.model.IdUser
 
writeSQL(SQLOutput) - Method in class com.io7m.idstore.database.postgres.internal.tables.records.AdminsRecord
 

X

xButtonCSS() - Method in class com.io7m.idstore.server.internal.IdServerBrandingService
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form