public class Domain extends Object
Modifier and Type | Method and Description |
---|---|
void |
addLDAPServer(URI uri) |
LdapProviderType |
getLdapProviderType() |
LDAPSecurityAuthentication |
getLdapSecurityAuthentication() |
List<URI> |
getLdapServers() |
String |
getName() |
String |
getPassword() |
RootDSE |
getRootDSE() |
String |
getUserName() |
void |
scoreLdapServer(URI ldapURI,
Score score) |
void |
setLdapProviderType(LdapProviderType ldapProviderType) |
void |
setLdapSecurityAuthentication(LDAPSecurityAuthentication ldapSecurityAuthentication) |
void |
setLdapServers(List<URI> ldapServersURIs) |
void |
setPassword(String password) |
void |
setRootDSE(RootDSE rootDSE) |
void |
setUserName(String userName) |
public Domain(String domainName)
public LdapProviderType getLdapProviderType()
public void setLdapProviderType(LdapProviderType ldapProviderType)
public String getName()
public void setRootDSE(RootDSE rootDSE)
public RootDSE getRootDSE()
public void addLDAPServer(URI uri)
public LDAPSecurityAuthentication getLdapSecurityAuthentication()
public void setLdapSecurityAuthentication(LDAPSecurityAuthentication ldapSecurityAuthentication)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
Copyright © 2012. All Rights Reserved.