Example usage for org.springframework.security.ldap DefaultSpringSecurityContextSource subclass-usage

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

Introduction

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

Usage

From source file com.jaspersoft.jasperserver.api.security.externalAuth.ldap.JSLdapContextSource.java

/**
 * This class is a fix to spring-security 2.0.7 bug in ldap (JS bug 25501).
 *
 * User: dlitvak
 * Date: 2/1/13
 */

From source file com.compuware.frameworks.security.service.server.management.ldap.CompuwareSecurityLdapContextSource.java

/**
 * Provides a thin wrapper around Spring's <code>DefaultSpringSecurityContextSource</code> 
 * and whose only real purpose is to modify the base environment properties with respect to 
 * SSL. 
 * 
 * @author tmyers