Uses of Record Class
com.cloudforge.core.manager.auth.AuthAccount
Packages that use AuthAccount
-
Uses of AuthAccount in com.cloudforge.core.manager.auth
Methods in com.cloudforge.core.manager.auth that return AuthAccountModifier and TypeMethodDescriptionAuthBackend.createAccount(AuthAccountRequest request) AuthBackend.revokeSessions(String accountId) Invalidates every active session/token for this account without deleting it — the local equivalent of Cognito'sAdminUserGlobalSignOut.AuthBackend.updateAccount(String accountId, AuthAccountUpdate update) Methods in com.cloudforge.core.manager.auth that return types with arguments of type AuthAccountModifier and TypeMethodDescriptiondefault Optional<AuthAccount> AuthBackend.findAccount(String accountId) Finds one account by itsAuthAccount.id(), or empty if this backend has no such account.AuthBackend.listAccounts()