public class SpringSecurityAuthenticationSource extends Object implements AuthenticationSource
SecurityContextHolder
.
This is a copy of Spring LDAP's AcegiAuthenticationSource, updated for use with Spring Security 2.0.
Constructor and Description |
---|
SpringSecurityAuthenticationSource() |
Modifier and Type | Method and Description |
---|---|
String |
getCredentials() |
String |
getPrincipal()
Get the principals of the logged in user, in this case the distinguished name.
|
public String getPrincipal()
getPrincipal
in interface AuthenticationSource
public String getCredentials()
getCredentials
in interface AuthenticationSource
AuthenticationSource.getCredentials()