Class DebugCredentials


  • public final class DebugCredentials
    extends Object
    Contains credentials info for debuggable infobase user.
    • Constructor Detail

      • DebugCredentials

        public DebugCredentials​(String userName,
                                String password)
        Creates an instance of debug credentials.
        Parameters:
        userName - the user name, cannot be null
        password - the password, cannot be null
    • Method Detail

      • getUserName

        public String getUserName()
        Returns the user name.
        Returns:
        the user name, never null
      • getPassword

        public String getPassword()
        Returns the password
        Returns:
        the password, never null