Example usage for org.springframework.security.ldap.authentication AbstractLdapAuthenticator subclass-usage

List of usage examples for org.springframework.security.ldap.authentication AbstractLdapAuthenticator subclass-usage

Introduction

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

Usage

From source file org.apache.ranger.service.PasswordComparisonAuthenticator.java

/**
 * An {@link org.springframework.security.providers.ldap.LdapAuthenticator
 * LdapAuthenticator} which compares the login password with the value stored in
 * the directory using a remote LDAP "compare" operation.
 *
 * <p>

From source file org.springframework.security.ldap.authentication.PasswordComparisonAuthenticator.java

/**
 * An {@link org.springframework.security.ldap.authentication.LdapAuthenticator
 * LdapAuthenticator} which compares the login password with the value stored in the
 * directory using a remote LDAP "compare" operation.
 *
 * <p>

From source file org.springframework.security.ldap.authentication.BindAuthenticator.java

/**
 * An authenticator which binds as a user.
 *
 * @author Luke Taylor
 *
 * @see AbstractLdapAuthenticator

From source file de.thm.arsnova.security.CustomBindAuthenticator.java

/**
 * An authenticator which binds as a user.
 *
 * @author Luke Taylor
 *
 * @see AbstractLdapAuthenticator

From source file sk.lazyman.gizmo.security.SimpleBindAunthenticator.java

/**
 * @author lazyman
 */
public class SimpleBindAunthenticator extends AbstractLdapAuthenticator {

    private static final Logger LOG = LoggerFactory.getLogger(SimpleBindAunthenticator.class);

From source file org.cloudfoundry.identity.uaa.ldap.PasswordComparisonAuthenticator.java

/**
 * Unfortunately the Spring PasswordComparisonAuthenticator is final, so we
 * can't extend it.
 * This password comparison authenticator lets you compare local bytes retrieved
 * by the initial user search.
 */

From source file org.cloudfoundry.identity.uaa.provider.ldap.PasswordComparisonAuthenticator.java

/**
 * Unfortunately the Spring PasswordComparisonAuthenticator is final, so we
 * can't extend it.
 * This password comparison authenticator lets you compare local bytes retrieved
 * by the initial user search.
 */