Class LDAPCredentials


  • public class LDAPCredentials
    extends Object
    The credentials to use when binding to ldap via a service account.
    Author:
    eric.wittmann@redhat.com
    • Constructor Detail

      • LDAPCredentials

        public LDAPCredentials()
        Constructor.
    • Method Detail

      • getUsername

        public String getUsername()
        Returns:
        the username
      • setUsername

        public void setUsername​(String username)
        Parameters:
        username - the username to set
      • getPassword

        public String getPassword()
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Parameters:
        password - the password to set