public class LdapConnection extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LdapConnection.AuthenticationResult |
static class |
LdapConnection.AuthenticationResultType |
static class |
LdapConnection.ServerType |
| Constructor and Description |
|---|
LdapConnection(LdapConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
LdapConnection.AuthenticationResult |
authenticate(String entryDN,
org.identityconnectors.common.security.GuardedString password) |
void |
checkAlive() |
void |
close() |
LdapNativeSchema |
createNativeSchema() |
String |
format(String key,
String dflt,
Object... args) |
LdapConfiguration |
getConfiguration() |
LdapContext |
getInitialContext() |
LdapSchemaMapping |
getSchemaMapping() |
LdapConnection.ServerType |
getServerType() |
boolean |
isBinarySyntax(String attrName) |
boolean |
needsBinaryOption(String attrName) |
boolean |
supportsControl(String oid)
Returns
true if the control with the given OID is supported by the server. |
void |
test() |
public LdapConnection(LdapConfiguration config)
public LdapConfiguration getConfiguration()
public LdapContext getInitialContext()
public void close()
public LdapSchemaMapping getSchemaMapping()
public LdapNativeSchema createNativeSchema()
public LdapConnection.AuthenticationResult authenticate(String entryDN, org.identityconnectors.common.security.GuardedString password)
public void test()
public void checkAlive()
public boolean supportsControl(String oid)
true if the control with the given OID is supported by the server.public LdapConnection.ServerType getServerType()
public boolean needsBinaryOption(String attrName)
public boolean isBinarySyntax(String attrName)
Copyright © 2013. All Rights Reserved.