Uses of Class
com.chutneytesting.security.infra.ldap.LdapAttributesProperties
-
Packages that use LdapAttributesProperties Package Description com.chutneytesting.security.infra.ldap -
-
Uses of LdapAttributesProperties in com.chutneytesting.security.infra.ldap
Methods in com.chutneytesting.security.infra.ldap that return LdapAttributesProperties Modifier and Type Method Description LdapAttributesPropertiesLdapConfiguration. ldapAttributesProperties()LdapAttributesPropertiesLdapTls1_1Configuration. ldapAttributesProperties()Methods in com.chutneytesting.security.infra.ldap with parameters of type LdapAttributesProperties Modifier and Type Method Description org.springframework.ldap.core.AttributesMapper<UserDto>LdapConfiguration. attributesMapper(LdapAttributesProperties ldapAttributesProperties, String ldapGroupsPattern, AuthenticationService authenticationService)org.springframework.ldap.core.AttributesMapper<UserDto>LdapTls1_1Configuration. attributesMapper(LdapAttributesProperties ldapAttributesProperties, String ldapGroupsPattern, AuthenticationService authenticationService)LdapUserDetailsServiceLdapConfiguration. ldapUserDetailsService(org.springframework.ldap.core.LdapTemplate ldapTemplate, LdapAttributesProperties ldapAttributesProperties, org.springframework.ldap.core.AttributesMapper<UserDto> attributesMapper)LdapUserDetailsServiceLdapTls1_1Configuration. ldapUserDetailsService(org.springframework.ldap.core.LdapTemplate ldapTemplate, LdapAttributesProperties ldapAttributesProperties, org.springframework.ldap.core.AttributesMapper<UserDto> attributesMapper)
-