Uses of Class
systems.dmx.accountmanagement.CheckCredentialsResult
- 
Packages that use CheckCredentialsResult Package Description systems.dmx.accountmanagement 
- 
- 
Uses of CheckCredentialsResult in systems.dmx.accountmanagementMethods in systems.dmx.accountmanagement that return CheckCredentialsResult Modifier and Type Method Description CheckCredentialsResultAccountManager. checkCredentials(Credentials credentials)Check whether the given credentials are valid in the underlying system.static CheckCredentialsResultCheckCredentialsResult. failed()Creates an instance which tells the platform that the credentials are incorrect and login shall not proceed.static CheckCredentialsResultCheckCredentialsResult. 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.
 
-