public abstract static class Parameters.Server
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Parameters.Server.Host |
| Modifier and Type | Field and Description |
|---|---|
boolean |
acceptAllCertificates |
java.lang.String |
login |
java.lang.String |
password |
LdapProtocol |
protocol |
| Constructor and Description |
|---|
Server(java.util.Optional<Parameters.Server.Host> host,
java.lang.String login,
java.lang.String password,
LdapProtocol protocol,
boolean acceptAllCertificates) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
protected abstract java.util.List<Parameters.Server.Host> |
getAlternativeHosts() |
java.util.List<Parameters.Server.Host> |
getLdapHost() |
int |
hashCode() |
public final java.lang.String login
public final java.lang.String password
public final LdapProtocol protocol
public final boolean acceptAllCertificates
public Server(java.util.Optional<Parameters.Server.Host> host, java.lang.String login, java.lang.String password, LdapProtocol protocol, boolean acceptAllCertificates)
public java.util.List<Parameters.Server.Host> getLdapHost()
protected abstract java.util.List<Parameters.Server.Host> getAlternativeHosts()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2024. All Rights Reserved.