Java org.springframework.security.ldap LdapUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.ldap LdapUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.ldap LdapUtils.

The text is from its open source code.

Method

voidcloseContext(Context ctx)
voidcloseEnumeration(NamingEnumeration ne)
DistinguishedNamegetFullDn(DistinguishedName dn, Context baseCtx)
Gets the full dn of a name by prepending the name of the context it is relative to.
StringparseRootDnFromUrl(String url)
Works out the root DN for an LDAP URL.