public class LDAPIdentityStoreConfiguration extends AbstractIdentityStoreConfiguration
AbstractIdentityStoreConfiguration
for the LDAP store.IdentityStoreConfiguration.IdentityOperation
Modifier and Type | Method and Description |
---|---|
String |
getAuthType() |
String |
getBaseDN() |
String |
getBindCredential() |
String |
getBindDN() |
Properties |
getConnectionProperties() |
String |
getFactoryName() |
String |
getLdapURL() |
Map<Class<? extends AttributedType>,LDAPMappingConfiguration> |
getMappingConfig() |
LDAPMappingConfiguration |
getMappingConfig(Class<? extends AttributedType> attributedType) |
String |
getProtocol() |
List<LDAPMappingConfiguration> |
getRelationshipConfigs() |
Class<? extends AttributedType> |
getSupportedTypeByBaseDN(String baseDN,
List<String> objectClasses) |
String |
getUniqueIdentifierAttributeName() |
boolean |
isActiveDirectory() |
boolean |
supportsPartition()
Indicates if this configuration supports partition storage.
|
addContextInitializer, getContextInitializers, getCredentialHandlerProperties, getCredentialHandlers, getIdentityStoreType, getSupportedTypes, getUnsupportedTypes, initializeContext, setIdentityStoreType, supportsAttribute, supportsCredential, supportsPermissions, supportsType
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 getConnectionProperties()
public Map<Class<? extends AttributedType>,LDAPMappingConfiguration> getMappingConfig()
public Class<? extends AttributedType> getSupportedTypeByBaseDN(String baseDN, List<String> objectClasses)
public LDAPMappingConfiguration getMappingConfig(Class<? extends AttributedType> attributedType)
public List<LDAPMappingConfiguration> getRelationshipConfigs()
public boolean supportsPartition()
IdentityStoreConfiguration
Indicates if this configuration supports partition storage.
supportsPartition
in interface IdentityStoreConfiguration
supportsPartition
in class AbstractIdentityStoreConfiguration
public String getUniqueIdentifierAttributeName()
Copyright © 2014. All Rights Reserved.