Uses of Class
com.chutneytesting.security.infra.ldap.LdapUserDetailsService
-
Packages that use LdapUserDetailsService Package Description com.chutneytesting.security.infra.ldap -
-
Uses of LdapUserDetailsService in com.chutneytesting.security.infra.ldap
Methods in com.chutneytesting.security.infra.ldap that return LdapUserDetailsService Modifier and Type Method Description 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)Methods in com.chutneytesting.security.infra.ldap with parameters of type LdapUserDetailsService Modifier and Type Method Description org.springframework.security.ldap.userdetails.UserDetailsContextMapperLdapConfiguration. userDetailsContextMapper(LdapUserDetailsService ldapUserDetailsService)org.springframework.security.ldap.userdetails.UserDetailsContextMapperLdapTls1_1Configuration. userDetailsContextMapper(LdapUserDetailsService ldapUserDetailsService)
-