public class LdapServer extends Object implements Serializable
Constructor and Description |
---|
LdapServer()
Constructor.
|
LdapServer(String url,
int weight)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getUrl() |
int |
getWeight() |
void |
setUrl(String url) |
void |
setWeight(int weight) |
public LdapServer()
public LdapServer(String url, int weight)
url
- The url of the server.weight
- The weight of the server.Copyright © 2019 Communote team. All rights reserved.