public class LDAPIdentityStoreConfiguration extends AbstractIdentityStoreConfiguration
AbstractIdentityStoreConfiguration for the LDAP store.IdentityStoreConfiguration.IdentityOperation| Modifier and Type | Method and Description |
|---|---|
Properties |
getAdditionalProperties() |
String |
getAuthType() |
String |
getBaseDN() |
String |
getBindCredential() |
String |
getBindDN() |
String |
getFactoryName() |
String |
getLdapURL() |
Map<Class<? extends AttributedType>,LDAPMappingConfiguration> |
getMappingConfig() |
LDAPMappingConfiguration |
getMappingConfig(Class<? extends AttributedType> attributedType) |
String |
getProtocol() |
List<LDAPMappingConfiguration> |
getRelationshipConfigs() |
String |
getStandardAttributesFileName() |
Class<? extends AttributedType> |
getSupportedTypeByBaseDN(String baseDN) |
protected void |
initConfig() |
boolean |
isActiveDirectory() |
addContextInitializer, getContextInitializers, getCredentialHandlerProperties, getCredentialHandlers, getIdentityStoreType, getSupportedTypes, getUnsupportedTypes, init, initializeContext, setIdentityStoreType, supportsPartition, supportsTypeprotected void initConfig()
throws SecurityConfigurationException
initConfig in class AbstractIdentityStoreConfigurationSecurityConfigurationExceptionpublic String getStandardAttributesFileName()
public String getLdapURL()
public String getFactoryName()
public String getAuthType()
public String getProtocol()
public String getBaseDN()
public String getBindDN()
public String getBindCredential()
public boolean isActiveDirectory()
public Properties getAdditionalProperties()
public Map<Class<? extends AttributedType>,LDAPMappingConfiguration> getMappingConfig()
public Class<? extends AttributedType> getSupportedTypeByBaseDN(String baseDN)
public LDAPMappingConfiguration getMappingConfig(Class<? extends AttributedType> attributedType)
public List<LDAPMappingConfiguration> getRelationshipConfigs()
Copyright © 2013. All Rights Reserved.