Package com.flowable.idm.engine.ldap
Class LdapConfiguration
java.lang.Object
com.flowable.idm.engine.ldap.LdapConfiguration
- All Implemented Interfaces:
LdapConfigurationApi
public class LdapConfiguration extends java.lang.Object implements LdapConfigurationApi
Configuration for the LDAP identity service.
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected DistinguishedNameProvider
distinguishedNameProvider
protected org.springframework.ldap.core.AttributesMapper<PlatformGroup>
groupAttributesMapper
protected LdapGroupProperties
groupProperties
protected LdapGroupTenantIdProvider
groupTenantIdProvider
protected org.springframework.ldap.core.LdapOperations
ldapOperations
protected org.springframework.ldap.core.AttributesMapper<PlatformUser>
userAttributesMapper
protected LdapUserDefinitionKeyProvider
userDefinitionKeyProvider
protected LdapUserProperties
userProperties
protected LdapUserTenantIdProvider
userTenantIdProvider
-
Constructor Summary
Constructors Constructor Description LdapConfiguration(org.springframework.ldap.core.LdapOperations ldapOperations, LdapUserProperties userProperties, LdapGroupProperties groupProperties)
-
Method Summary
-
Field Details
-
ldapOperations
protected org.springframework.ldap.core.LdapOperations ldapOperations -
userProperties
-
groupProperties
-
distinguishedNameProvider
-
userAttributesMapper
-
groupAttributesMapper
-
userTenantIdProvider
-
userDefinitionKeyProvider
-
groupTenantIdProvider
-
-
Constructor Details
-
LdapConfiguration
public LdapConfiguration(org.springframework.ldap.core.LdapOperations ldapOperations, LdapUserProperties userProperties, LdapGroupProperties groupProperties)
-
-
Method Details
-
getLdapOperations
public org.springframework.ldap.core.LdapOperations getLdapOperations()- Specified by:
getLdapOperations
in interfaceLdapConfigurationApi
-
setLdapOperations
public void setLdapOperations(org.springframework.ldap.core.LdapOperations ldapOperations) -
getUserProperties
- Specified by:
getUserProperties
in interfaceLdapConfigurationApi
-
setUserProperties
-
getUserDefinitionKeyProvider
- Specified by:
getUserDefinitionKeyProvider
in interfaceLdapConfigurationApi
-
setUserDefinitionKeyProvider
-
getUserTenantIdProvider
- Specified by:
getUserTenantIdProvider
in interfaceLdapConfigurationApi
-
setUserTenantIdProvider
-
getGroupProperties
- Specified by:
getGroupProperties
in interfaceLdapConfigurationApi
-
setGroupProperties
-
getGroupTenantIdProvider
- Specified by:
getGroupTenantIdProvider
in interfaceLdapConfigurationApi
-
setGroupTenantIdProvider
-
getDistinguishedNameProvider
- Specified by:
getDistinguishedNameProvider
in interfaceLdapConfigurationApi
-
setDistinguishedNameProvider
-
getUserAttributesMapper
- Specified by:
getUserAttributesMapper
in interfaceLdapConfigurationApi
-
setUserAttributesMapper
public void setUserAttributesMapper(org.springframework.ldap.core.AttributesMapper<PlatformUser> userAttributesMapper) -
getGroupAttributesMapper
- Specified by:
getGroupAttributesMapper
in interfaceLdapConfigurationApi
-
setGroupAttributesMapper
public void setGroupAttributesMapper(org.springframework.ldap.core.AttributesMapper<PlatformGroup> groupAttributesMapper)
-