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

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

Introduction

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

Usage

From source file edu.arizona.rice.kim.ldap.authentication.KualiAuthenticationSource.java

public class KualiAuthenticationSource extends SpringSecurityAuthenticationSource {
    private String credentials;
    private String principal;

    @Override
    public String getCredentials() {

From source file piecework.security.CustomAuthenticationSource.java

/**
 * @author James Renfro
 */
public class CustomAuthenticationSource extends SpringSecurityAuthenticationSource {

    private static final Log log = LogFactory.getLog(CustomAuthenticationSource.class);