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 Topic
AccessControlPlugin. _createUserAccount(Credentials cred)
Deprecated.Topic
AccessControlService. _createUserAccount(Credentials cred)
Deprecated.Topic
DeprecatedUserAccountMethods. _createUserAccount(Credentials cred)
Deprecated.Topic
AuthorizationMethod. checkCredentials(Credentials cred)
Checks if the given credentials are valid.Topic
AccessControlPlugin. createUserAccount(Credentials cred)
Deprecated.Topic
AccessControlService. createUserAccount(Credentials cred)
Deprecated.Topic
DeprecatedUserAccountMethods. 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 Topic
AccountManagementPlugin. _createUserAccount(Credentials cred)
Topic
AccountManagementService. _createUserAccount(Credentials cred)
Creates a user account.void
AccountManagementPlugin. changePassword(Credentials currentCred, Credentials newCred)
void
AccountManagementService. changePassword(Credentials currentCred, Credentials newCred)
Changes the password of an account to the newly given credentials.void
AccountManager. changePassword(Credentials currentCred, Credentials newCred)
Unconditionally changes an account's passwordCheckCredentialsResult
AccountManager. checkCredentials(Credentials credentials)
Check whether the given credentials are valid in the underlying system.void
AccountManager. createAccount(Credentials cred)
Unconditionally creates an account.Topic
AccountManagementPlugin. createUserAccount(Credentials cred)
Topic
AccountManagementService. 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 void
PrivilegedAccess. changePassword(Credentials cred)
Changes the password of an existing user account.Topic
PrivilegedAccess. checkCredentials(Credentials cred)
Checks if the given credentials are valid.void
PrivilegedAccess. 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.
-