Uses of Class
es.bsc.dataclay.util.management.accountmgr.AccountRole
-
Packages that use AccountRole Package Description es.bsc.dataclay.logic.accountmgr Module intended to management of accounts.es.bsc.dataclay.util.management.accountmgr This package contains classes used in management of Accounts. -
-
Uses of AccountRole in es.bsc.dataclay.logic.accountmgr
Methods in es.bsc.dataclay.logic.accountmgr with parameters of type AccountRole Modifier and Type Method Description boolean
AccountManager. validateAccount(AccountID accountID, PasswordCredential credential, AccountRole role)
Method that validates the provided account with the given credentials and considering also its role -
Uses of AccountRole in es.bsc.dataclay.util.management.accountmgr
Methods in es.bsc.dataclay.util.management.accountmgr that return AccountRole Modifier and Type Method Description AccountRole
Account. getRole()
Get the role of this Accountstatic AccountRole
AccountRole. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccountRole[]
AccountRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.bsc.dataclay.util.management.accountmgr with parameters of type AccountRole Modifier and Type Method Description void
Account. setRole(AccountRole newrole)
Set the Account::role of this Account.Constructors in es.bsc.dataclay.util.management.accountmgr with parameters of type AccountRole Constructor Description Account(String newusername, AccountRole newrole, PasswordCredential newcredential)
Account constructor with provided username, role and credentials.
-