Uses of Class
org.bremersee.spring.security.ldaptive.authentication.LdaptiveAuthenticationManager
Packages that use LdaptiveAuthenticationManager
Package
Description
-
Uses of LdaptiveAuthenticationManager in org.bremersee.spring.boot.autoconfigure.security.authentication
Methods in org.bremersee.spring.boot.autoconfigure.security.authentication that return LdaptiveAuthenticationManagerModifier and TypeMethodDescriptionLdaptiveAuthenticationAutoConfiguration.ldaptiveAuthenticationManager(org.ldaptive.ConnectionConfig connectionConfig, org.springframework.beans.factory.ObjectProvider<org.ldaptive.ConnectionFactory> connectionFactoryProvider, org.springframework.beans.factory.ObjectProvider<LdaptiveTemplate> ldaptiveTemplateProvider, LdaptivePasswordEncoderProvider ldaptivePasswordEncoderProvider, LdaptiveRememberMeTokenProvider ldaptiveRememberMeTokenProvider, org.springframework.beans.factory.ObjectProvider<EmailToUsernameResolver> emailToUsernameResolver, org.springframework.beans.factory.ObjectProvider<UsernameToBindDnConverter> usernameToBindDnConverter, org.springframework.beans.factory.ObjectProvider<AccountControlEvaluator> accountControlEvaluator, org.springframework.beans.factory.ObjectProvider<org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper> grantedAuthoritiesMapper, org.springframework.beans.factory.ObjectProvider<org.springframework.core.convert.converter.Converter<LdaptiveUserDetails, LdaptiveAuthentication>> tokenConverter) Creates ldaptive authentication manager.Methods in org.bremersee.spring.boot.autoconfigure.security.authentication with parameters of type LdaptiveAuthenticationManagerModifier and TypeMethodDescriptionorg.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilterLdaptiveRememberMeAutoConfiguration.rememberMeAuthenticationFilter(LdaptiveAuthenticationManager authenticationManager, org.springframework.security.web.authentication.RememberMeServices rememberMeServices) Creates remember me authentication filter.org.springframework.security.web.authentication.RememberMeServicesLdaptiveRememberMeAutoConfiguration.rememberMeServices(LdaptiveAuthenticationManager authenticationManager) Creates remember me services. -
Uses of LdaptiveAuthenticationManager in org.bremersee.spring.security.ldaptive.authentication
Constructors in org.bremersee.spring.security.ldaptive.authentication with parameters of type LdaptiveAuthenticationManagerModifierConstructorDescriptionLdaptiveTokenBasedRememberMeServices(String key, LdaptiveAuthenticationManager authenticationManager) Instantiates new ldaptive token based remember-me services.ReactiveLdaptiveAuthenticationManager(LdaptiveAuthenticationManager authenticationManager) Instantiates a new Reactive ldaptive authentication manager.