public class LdapJndiProperties extends Object
| Constructor and Description |
|---|
LdapJndiProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.directory.api.ldap.model.constants.AuthenticationLevel |
getAuthenticationLevel() |
static org.apache.directory.api.ldap.model.constants.AuthenticationLevel |
getAuthenticationLevel(Hashtable env) |
org.apache.directory.api.ldap.model.name.Dn |
getBindDn() |
byte[] |
getCredentials() |
static LdapJndiProperties |
getLdapJndiProperties(Hashtable env) |
org.apache.directory.api.ldap.model.name.Dn |
getProviderDn() |
String |
getSaslAuthId() |
String |
getSaslMechanism() |
public static org.apache.directory.api.ldap.model.constants.AuthenticationLevel getAuthenticationLevel(Hashtable env) throws NamingException
NamingExceptionpublic static LdapJndiProperties getLdapJndiProperties(Hashtable env) throws NamingException
NamingExceptionpublic org.apache.directory.api.ldap.model.name.Dn getBindDn()
public org.apache.directory.api.ldap.model.name.Dn getProviderDn()
public String getSaslAuthId()
public org.apache.directory.api.ldap.model.constants.AuthenticationLevel getAuthenticationLevel()
public String getSaslMechanism()
public byte[] getCredentials()
Copyright © 2021. All rights reserved.