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

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

Introduction

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

Usage

From source file io.gravitee.management.idp.ldap.authentication.LdapAuthenticationProviderProxy.java

/**
 * @author David BRASSELY (david at gravitee.io)
 * @author GraviteeSource Team
 */
class LdapAuthenticationProviderProxy extends LdapAuthenticationProvider {

From source file org.osiam.auth.login.ldap.OsiamLdapAuthenticationProvider.java

public class OsiamLdapAuthenticationProvider extends LdapAuthenticationProvider {

    @Inject
    private ResourceServerConnector resourceServerConnector;

    @Value("${org.osiam.auth-server.ldap.sync-user-data:true}")