List of usage examples for org.springframework.security.ldap.authentication SpringSecurityAuthenticationSource subclass-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);