Uses of Class
systems.dmx.core.service.accesscontrol.Credentials
-
Packages that use Credentials Package Description systems.dmx.accesscontrol systems.dmx.accountmanagement systems.dmx.core.service.accesscontrol -
-
Uses of Credentials in systems.dmx.accesscontrol
Methods in systems.dmx.accesscontrol with parameters of type Credentials Modifier and Type Method Description TopicAccessControlPlugin. _createUserAccount(Credentials cred)Deprecated.TopicAccessControlService. _createUserAccount(Credentials cred)Deprecated.TopicDeprecatedUserAccountMethods. _createUserAccount(Credentials cred)Deprecated.TopicAuthorizationMethod. checkCredentials(Credentials cred)Checks if the given credentials are valid.TopicAccessControlPlugin. createUserAccount(Credentials cred)Deprecated.TopicAccessControlService. createUserAccount(Credentials cred)Deprecated.TopicDeprecatedUserAccountMethods. createUserAccount(Credentials cred)Deprecated. -
Uses of Credentials in systems.dmx.accountmanagement
Methods in systems.dmx.accountmanagement with parameters of type Credentials Modifier and Type Method Description TopicAccountManagementPlugin. _createUserAccount(Credentials cred)TopicAccountManagementService. _createUserAccount(Credentials cred)Creates a user account.voidAccountManagementPlugin. changePassword(Credentials currentCred, Credentials newCred)voidAccountManagementService. changePassword(Credentials currentCred, Credentials newCred)Changes the password of an account to the newly given credentials.voidAccountManager. changePassword(Credentials currentCred, Credentials newCred)Unconditionally changes an account's passwordCheckCredentialsResultAccountManager. checkCredentials(Credentials credentials)Check whether the given credentials are valid in the underlying system.voidAccountManager. createAccount(Credentials cred)Unconditionally creates an account.TopicAccountManagementPlugin. createUserAccount(Credentials cred)TopicAccountManagementService. createUserAccount(Credentials cred)Creates a user account. -
Uses of Credentials in systems.dmx.core.service.accesscontrol
Methods in systems.dmx.core.service.accesscontrol with parameters of type Credentials Modifier and Type Method Description voidPrivilegedAccess. changePassword(Credentials cred)Changes the password of an existing user account.TopicPrivilegedAccess. checkCredentials(Credentials cred)Checks if the given credentials are valid.voidPrivilegedAccess. storePasswordHash(Credentials cred, TopicModel passwordTopic)Creates a salt for the given credential's password, and 1) stores the salt as a property of the given Password topic 2) stores the salted password hash as the value of the given Password topic.
-