public class LdapConnection extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LdapConnection.AuthenticationResult |
static class |
LdapConnection.AuthenticationResultType |
Modifier and Type | Field and Description |
---|---|
static String |
PASSWORD_EXPIRED_OID |
static String |
SASL_GSSAPI |
Constructor and Description |
---|
LdapConnection(LdapConfiguration config) |
Modifier and Type | Method and Description |
---|---|
LdapConnection.AuthenticationResult |
authenticate(String entryDN,
GuardedString password) |
void |
checkAlive() |
void |
close() |
LdapNativeSchema |
createNativeSchema() |
String |
format(String key,
String dflt,
Object... args) |
LdapConfiguration |
getConfiguration() |
LdapContext |
getInitialContext() |
LdapContext |
getRunAsContext(String principal,
GuardedString credentials) |
LdapSchemaMapping |
getSchemaMapping() |
LdapConstants.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 static final String SASL_GSSAPI
public static final String PASSWORD_EXPIRED_OID
public LdapConnection(LdapConfiguration config)
public LdapConfiguration getConfiguration()
public LdapContext getInitialContext()
public LdapContext getRunAsContext(String principal, GuardedString credentials)
public void close()
public LdapSchemaMapping getSchemaMapping()
public LdapNativeSchema createNativeSchema()
public LdapConnection.AuthenticationResult authenticate(String entryDN, GuardedString password)
public void test()
public void checkAlive()
public boolean supportsControl(String oid)
public LdapConstants.ServerType getServerType()
public boolean needsBinaryOption(String attrName)
public boolean isBinarySyntax(String attrName)
Copyright © 2018–2025. All rights reserved.