public class LdapJndiProperties extends Object
Constructor and Description |
---|
LdapJndiProperties() |
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.ldap.constants.AuthenticationLevel |
getAuthenticationLevel() |
static org.apache.directory.shared.ldap.constants.AuthenticationLevel |
getAuthenticationLevel(Hashtable env) |
org.apache.directory.shared.ldap.name.DN |
getBindDn() |
byte[] |
getCredentials() |
static LdapJndiProperties |
getLdapJndiProperties(Hashtable env) |
org.apache.directory.shared.ldap.name.DN |
getProviderDn() |
String |
getSaslAuthId() |
String |
getSaslMechanism() |
public static org.apache.directory.shared.ldap.constants.AuthenticationLevel getAuthenticationLevel(Hashtable env) throws NamingException
NamingException
public static LdapJndiProperties getLdapJndiProperties(Hashtable env) throws NamingException
NamingException
public org.apache.directory.shared.ldap.name.DN getBindDn()
public org.apache.directory.shared.ldap.name.DN getProviderDn()
public String getSaslAuthId()
public org.apache.directory.shared.ldap.constants.AuthenticationLevel getAuthenticationLevel()
public String getSaslMechanism()
public byte[] getCredentials()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.