Uses of Class
org.salespointframework.useraccount.UserAccount.UserAccountIdentifier
Packages that use UserAccount.UserAccountIdentifier
Package
Description
The storage subsystem.
User account management.
-
Uses of UserAccount.UserAccountIdentifier in org.salespointframework.storage
Methods in org.salespointframework.storage that return types with arguments of type UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionFileStored.getUserAccountIdentifier()TheUserAccount.UserAccountIdentifierin case the file was stored in the context of aUserAccount.Methods in org.salespointframework.storage with parameters of type UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionbooleanFileStored.belongsTo(UserAccount.UserAccountIdentifier identifier) Returns whether the file stored belongs to theUserAccountwith the givenUserAccount.UserAccountIdentifier.Storage.forUser(UserAccount.UserAccountIdentifier userAccountIdentifier) Method parameters in org.salespointframework.storage with type arguments of type UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionstatic FileStoredFileStored.of(Resource resource, Optional<UserAccount.UserAccountIdentifier> userAccountIdentifier) -
Uses of UserAccount.UserAccountIdentifier in org.salespointframework.useraccount
Methods in org.salespointframework.useraccount that return UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionUserAccount.getId()Get the unique identifier of thisUserAccount.Methods in org.salespointframework.useraccount with parameters of type UserAccount.UserAccountIdentifierModifier and TypeMethodDescriptionbooleanUserAccountManagement.contains(UserAccount.UserAccountIdentifier userAccountIdentifier) Checks if anUserAccountexists.voidUserAccountManagement.disable(UserAccount.UserAccountIdentifier userAccountIdentifier) Disables theUserAccount.voidUserAccountManagement.enable(UserAccount.UserAccountIdentifier userAccountIdentifier) Enables theUserAccount.UserAccountManagement.get(UserAccount.UserAccountIdentifier userAccountIdentifier) Returns anUserAccountfor a given identifier.