public class NoOpEntryResolver extends java.lang.Object implements EntryResolver
| Constructor and Description |
|---|
NoOpEntryResolver() |
| Modifier and Type | Method and Description |
|---|---|
LdapEntry |
resolve(AuthenticationCriteria criteria,
AuthenticationHandlerResponse response)
Attempts to find the LDAP entry for the supplied authentication criteria and authentication handler response.
|
java.lang.String |
toString() |
public LdapEntry resolve(AuthenticationCriteria criteria, AuthenticationHandlerResponse response) throws LdapException
EntryResolverresolve in interface EntryResolvercriteria - authentication criteria used to perform the authenticationresponse - produced by the authentication handlerLdapException - if an LDAP error occurspublic java.lang.String toString()
toString in class java.lang.Object