|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.security.identity.ldap.LdapFunctions
public class LdapFunctions
Super-class for LDAP query/edit functionality.
Constructor Summary | |
---|---|
protected |
LdapFunctions()
Default constructor. |
protected |
LdapFunctions(LdapConfiguration configuration)
Construct with a supplied configuration. |
Method Summary | |
---|---|
protected String |
buildFullDN(String objectDN,
String baseDN)
Builds a full distinguished name based upon a relative DN and base DN. |
protected void |
closeEnumeration(NamingEnumeration<? extends Object> en)
Closes a naming enumeration (if open). |
protected LdapConfiguration |
getConfiguration()
Gets the LDAP configuration. |
protected void |
setConfiguration(LdapConfiguration configuration)
Sets the LDAP configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LdapFunctions()
protected LdapFunctions(LdapConfiguration configuration)
configuration
- the configurationMethod Detail |
---|
protected LdapConfiguration getConfiguration()
protected void setConfiguration(LdapConfiguration configuration)
configuration
- the configurationprotected String buildFullDN(String objectDN, String baseDN)
objectDN
- the relative object DNbaseDN
- the base DN (for a search)
protected void closeEnumeration(NamingEnumeration<? extends Object> en)
en
- the enumeration to close
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |