Package systems.dmx.accountmanagement
Class CheckCredentialsResult
- java.lang.Object
-
- systems.dmx.accountmanagement.CheckCredentialsResult
-
public final class CheckCredentialsResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleansuccessTopicusernameTopic
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CheckCredentialsResultfailed()Creates an instance which tells the platform that the credentials are incorrect and login shall not proceed.static CheckCredentialsResultlookupOrCreationRequired()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.
-
-
-
Field Detail
-
success
public final boolean success
-
usernameTopic
public final Topic usernameTopic
-
-
Method Detail
-
lookupOrCreationRequired
public static 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. All of which the platform takes care of.- Returns:
-
failed
public static CheckCredentialsResult failed()
Creates an instance which tells the platform that the credentials are incorrect and login shall not proceed.- Returns:
-
-