Class CheckCredentialsResult


  • public final class CheckCredentialsResult
    extends Object
    • 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: