Package com.io7m.idstore.server.internal
Class IdAdminSession
java.lang.Object
com.io7m.idstore.server.internal.IdAdminSession
A controller for a single admin session.
-
Constructor Summary
ConstructorsConstructorDescriptionIdAdminSession(UUID inUserId, String inSessionId) A controller for a single admin session. -
Method Summary
Modifier and TypeMethodDescriptionvoidSet the new admin search.voidSet the new admin by email search.voidSet the new audit record search.voidSet the new user search.voidSet the new user by email search.
-
Constructor Details
-
IdAdminSession
A controller for a single admin session.- Parameters:
inUserId- The admin IDinSessionId- The session ID
-
-
Method Details
-
auditSearch
- Returns:
- The audit record search
-
setAuditSearch
Set the new audit record search.- Parameters:
search- The audit record search
-
adminSearchByEmail
- Returns:
- The admin by email search
-
setAdminSearchByEmail
Set the new admin by email search.- Parameters:
search- The admin by email search
-
adminSearch
- Returns:
- The admin search
-
setAdminSearch
Set the new admin search.- Parameters:
search- The admin search
-
userSearchByEmail
- Returns:
- The user by email search
-
setUserSearchByEmail
Set the new user by email search.- Parameters:
search- The user by email search
-
userSearch
- Returns:
- The user search
-
setUserSearch
Set the new user search.- Parameters:
search- The user search
-