Class LDAPCredentials
- java.lang.Object
-
- io.apiman.gateway.engine.policies.config.basicauth.LDAPCredentials
-
public class LDAPCredentials extends Object
The credentials to use when binding to ldap via a service account.- Author:
- eric.wittmann@redhat.com
-
-
Constructor Summary
Constructors Constructor Description LDAPCredentials()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()StringgetUsername()voidsetPassword(String password)voidsetUsername(String username)
-
-
-
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
-
-