Uses of Package
com.cloudforge.core.manager.auth
Packages that use com.cloudforge.core.manager.auth
-
Classes in com.cloudforge.core.manager.auth used by com.cloudforge.core.manager.authClassDescriptionA CloudForge Manager user-directory account, as seen through
AuthBackend— a typed stand-in for what used to be an ad-hocMap<String,Object>built by hand in two different shapes (one for local rows, one for Cognito pool users).Request to create a new account viaAuthBackend.createAccount(AuthAccountRequest).Partial update forAuthBackend.updateAccount(String, AuthAccountUpdate)— every field isnull/unset unless the caller means to change it (no "clear this field" sentinel is needed; every field here is meaningful when present and skipped when absent, matching the semantics of theMap<String,Object> body-based updates this replaced).