Example usage for org.springframework.security.ldap.authentication LdapAuthenticator interface-usage

List of usage examples for org.springframework.security.ldap.authentication LdapAuthenticator interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.ldap.authentication LdapAuthenticator interface-usage.

Usage

From source file org.madsonic.ldap.MadsonicLdapBindAuthenticator.java

/**
 * LDAP authenticator which uses a delegate {@link BindAuthenticator}, and which
 * supports dynamically changing LDAP provider URL and search filter.
 *
 * @author Sindre Mehus
 */