Uses of Class
org.salespointframework.useraccount.UserAccountIdentifier
-
Packages that use UserAccountIdentifier Package Description org.salespointframework.useraccount User account management. -
-
Uses of UserAccountIdentifier in org.salespointframework.useraccount
Methods in org.salespointframework.useraccount that return UserAccountIdentifier Modifier and Type Method Description UserAccountIdentifierUserAccount. getId()Get the unique identifier of thisUserAccount.Methods in org.salespointframework.useraccount with parameters of type UserAccountIdentifier Modifier and Type Method Description booleanUserAccountManager. contains(UserAccountIdentifier userAccountIdentifier)Checks if anUserAccountexists.voidUserAccountManager. disable(UserAccountIdentifier userAccountIdentifier)Disables theUserAccount.voidUserAccountManager. enable(UserAccountIdentifier userAccountIdentifier)Enables theUserAccount.Optional<UserAccount>UserAccountManager. get(UserAccountIdentifier userAccountIdentifier)Returns anUserAccountfor a given identifier.
-