public interface SimpleLDAPAuthenticationManager<X extends SimpleLDAPAuthenticationManager<X>> extends AuthenticationProvider<X>, UsernamePasswordAuthenticationProvider<X>, PreferencesSupportingAuthenticationProvider
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LDAP_CONTEXT_FACTORY |
static String |
LDAP_CONTEXT_FACTORY |
static String |
PROVIDER_AUTH_URL |
static String |
PROVIDER_TYPE |
static String |
PROVIDER_URL |
static String |
SEARCH_CONTEXT |
static String |
SEARCH_PASSWORD |
static String |
SEARCH_USERNAME |
static String |
TRUST_STORE |
CONTEXT, CREATED_BY, CREATED_TIME, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE, TYPE
Modifier and Type | Method and Description |
---|---|
String |
getLdapContextFactory() |
String |
getProviderAuthUrl() |
String |
getProviderUrl() |
String |
getSearchContext() |
String |
getSearchFilter() |
String |
getSearchPassword() |
String |
getSearchUsername() |
TrustStore |
getTrustStore() |
boolean |
isBindWithoutSearch() |
authenticate
authenticate, createSaslServer, getDisabledMechanisms, getMechanisms, getPreferencesProvider, getSecureOnlyMechanisms, getSubjectCreator, getVirtualHostPortBindings, recoverUser, setPreferencesProvider
addChangeListener, asObjectRecord, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getContextKeys, getContextValue, getContextValue, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastOpenedTime, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getTaskExecutor, getType, getTypeClass, isDurable, managesChildStorage, open, openAsync, removeChangeListener, setAttribute, setAttributes, setAttributesAsync
getPreferencesProvider, setPreferencesProvider
static final String PROVIDER_TYPE
static final String PROVIDER_URL
static final String PROVIDER_AUTH_URL
static final String SEARCH_CONTEXT
static final String LDAP_CONTEXT_FACTORY
static final String SEARCH_USERNAME
static final String SEARCH_PASSWORD
static final String TRUST_STORE
static final String DEFAULT_LDAP_CONTEXT_FACTORY
String getProviderUrl()
String getProviderAuthUrl()
String getSearchContext()
String getSearchFilter()
boolean isBindWithoutSearch()
String getLdapContextFactory()
TrustStore getTrustStore()
String getSearchUsername()
String getSearchPassword()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.