public class TestLdapAuthenticationRequest
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TestLdapAuthenticationRequest.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
TestLdapAuthenticationRequest() |
TestLdapAuthenticationRequest(java.lang.String username,
java.lang.String password,
Optional<LdapConfiguration> ldapConfiguration) |
Modifier and Type | Method and Description |
---|---|
TestLdapAuthenticationRequest.Builder |
asBuilder() |
static TestLdapAuthenticationRequest.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
Optional<LdapConfiguration> |
getLdapConfiguration()
An ldapConfiguration object to be tested.
|
java.lang.String |
getPassword()
The password for the username to be tested.
|
java.lang.String |
getUsername()
The username to be tested.
|
int |
hashCode() |
void |
setLdapConfiguration(Optional<LdapConfiguration> ldapConfiguration) |
void |
setPassword(java.lang.String password) |
void |
setUsername(java.lang.String username) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public TestLdapAuthenticationRequest(java.lang.String username, java.lang.String password, Optional<LdapConfiguration> ldapConfiguration)
public java.lang.String getUsername()
public void setUsername(java.lang.String username)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public Optional<LdapConfiguration> getLdapConfiguration()
public void setLdapConfiguration(Optional<LdapConfiguration> ldapConfiguration)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static TestLdapAuthenticationRequest.Builder builder()
public final TestLdapAuthenticationRequest.Builder asBuilder()