Uses of Class
systems.dmx.accountmanagement.CheckCredentialsResult
-
Packages that use CheckCredentialsResult Package Description systems.dmx.accountmanagement -
-
Uses of CheckCredentialsResult in systems.dmx.accountmanagement
Methods in systems.dmx.accountmanagement that return CheckCredentialsResult Modifier and Type Method Description CheckCredentialsResult
AccountManager. checkCredentials(Credentials credentials)
Check whether the given credentials are valid in the underlying system.static CheckCredentialsResult
CheckCredentialsResult. failed()
Creates an instance which tells the platform that the credentials are incorrect and login shall not proceed.static CheckCredentialsResult
CheckCredentialsResult. lookupOrCreationRequired()
Creates an instance which tells the platform that the credentials are correct and that a username topic has to be done which could also lead to the creation of such.
-