public abstract class AbstractLdapPersonDirectoryCredentialsToPrincipalResolver extends AbstractPersonDirectoryCredentialsToPrincipalResolver
log| Constructor and Description |
|---|
AbstractLdapPersonDirectoryCredentialsToPrincipalResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getAttributeIds() |
protected String |
getFilter() |
protected org.springframework.ldap.core.LdapTemplate |
getLdapTemplate() |
protected String |
getSearchBase() |
protected SearchControls |
getSearchControls() |
protected int |
getTimeout() |
void |
setContextSource(org.springframework.ldap.core.ContextSource contextSource)
Method to set the datasource and generate a LDAPTemplate.
|
void |
setFilter(String filter) |
void |
setPrincipalAttributeName(String principalAttributeName) |
void |
setScope(int scope) |
void |
setSearchBase(String searchBase) |
void |
setTimeout(int timeout) |
extractPrincipalId, resolvePrincipal, setAttributeRepository, setReturnNullIfNoAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic AbstractLdapPersonDirectoryCredentialsToPrincipalResolver()
protected final SearchControls getSearchControls()
public final void setContextSource(org.springframework.ldap.core.ContextSource contextSource)
contextSource - the datasource to use.public final void setFilter(String filter)
filter - The LDAP filter to set.public final void setPrincipalAttributeName(String principalAttributeName)
principalAttributeName - The principalAttributeName to set.public final void setScope(int scope)
scope - The scope to set.public final void setSearchBase(String searchBase)
searchBase - The searchBase to set.public final void setTimeout(int timeout)
timeout - The timeout to set.protected final String getFilter()
protected final String[] getAttributeIds()
protected final String getSearchBase()
protected final int getTimeout()
protected final org.springframework.ldap.core.LdapTemplate getLdapTemplate()
Copyright © 2004-2012 Jasig. All Rights Reserved.