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 |
isPagination() |
boolean |
supportsPartition()
Indicates if this configuration supports partition storage.
|
boolean |
supportsPermissions()
Indicates whether this configuration supports the storing of resource permissions
|
addContextInitializer, getContextInitializers, getCredentialHandlerProperties, getCredentialHandlers, getIdentityStoreType, getSupportedTypes, getUnsupportedTypes, initializeContext, setIdentityStoreType, supportsAttribute, supportsCredential, supportsRelationship, 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 boolean supportsPermissions()
IdentityStoreConfiguration
supportsPermissions
in interface IdentityStoreConfiguration
supportsPermissions
in class AbstractIdentityStoreConfiguration
public String getUniqueIdentifierAttributeName()
public boolean isPagination()
Copyright © 2014. All rights reserved.