Class MessageBrokerAuthenticationBasic


  • public class MessageBrokerAuthenticationBasic
    extends java.lang.Object
    Represents a message broker authentication configuration using user name and password.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPassword()
      Gets the password
      java.lang.String getUsername()
      Gets the user name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessageBrokerAuthenticationBasic

        public MessageBrokerAuthenticationBasic​(java.lang.String username,
                                                java.lang.String password)
        Construct.
        Parameters:
        username - the user name
        password - the password
    • Method Detail

      • getUsername

        public java.lang.String getUsername()
        Gets the user name.
        Returns:
        a string
      • getPassword

        public java.lang.String getPassword()
        Gets the password
        Returns:
        a string