Class LdapConnectionPropertiesDiffResultMapper
java.lang.Object
com.atlassian.crowd.directory.ldap.util.LdapConnectionPropertiesDiffResultMapper
-
Constructor Summary
ConstructorDescriptionLdapConnectionPropertiesDiffResultMapper
(SpringLdapPoolConfigService springLdapPoolConfigService) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.lang3.builder.DiffResult<LDAPPropertiesMapper>
Calculates the difference between left and rightLDAPPropertiesMapper
s, comparing only parameters meaningful for creatingLdapContextSource
.
-
Constructor Details
-
LdapConnectionPropertiesDiffResultMapper
public LdapConnectionPropertiesDiffResultMapper(SpringLdapPoolConfigService springLdapPoolConfigService)
-
-
Method Details
-
getConnectionPropertiesDifference
public org.apache.commons.lang3.builder.DiffResult<LDAPPropertiesMapper> getConnectionPropertiesDifference(LDAPPropertiesMapper left, LDAPPropertiesMapper right) Calculates the difference between left and rightLDAPPropertiesMapper
s, comparing only parameters meaningful for creatingLdapContextSource
.
-