Package io.jmix.ldap
Class LdapActiveDirectorySecurityConfiguration
java.lang.Object
io.jmix.ldap.LdapActiveDirectorySecurityConfiguration
- Direct Known Subclasses:
- LdapAutoConfiguration.DefaultLdapActiveDirectorySecurityConfiguration
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected JmixLdapGrantedAuthoritiesMapperprotected LdapPropertiesprotected org.springframework.security.ldap.userdetails.UserDetailsContextMapper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionldapActiveDirectoryAuthenticationManagerSupplier(StandardAuthenticationProvidersProducer providersProducer, org.springframework.context.ApplicationEventPublisher publisher, LdapProperties ldapProperties, org.springframework.security.ldap.userdetails.UserDetailsContextMapper ldapUserDetailsContextMapper, JmixLdapGrantedAuthoritiesMapper grantedAuthoritiesMapper) void
- 
Field Details- 
ldapProperties
- 
ldapUserDetailsContextMapper@Autowired protected org.springframework.security.ldap.userdetails.UserDetailsContextMapper ldapUserDetailsContextMapper
- 
grantedAuthoritiesMapper
 
- 
- 
Constructor Details- 
LdapActiveDirectorySecurityConfigurationpublic LdapActiveDirectorySecurityConfiguration()
 
- 
- 
Method Details- 
ldapActiveDirectoryAuthenticationManagerSupplier@Bean("ldap_ActiveDirectoryAuthenticationManagerSupplier") @Order(100) public AddonAuthenticationManagerSupplier ldapActiveDirectoryAuthenticationManagerSupplier(StandardAuthenticationProvidersProducer providersProducer, org.springframework.context.ApplicationEventPublisher publisher, LdapProperties ldapProperties, org.springframework.security.ldap.userdetails.UserDetailsContextMapper ldapUserDetailsContextMapper, JmixLdapGrantedAuthoritiesMapper grantedAuthoritiesMapper) 
- 
onPreAuthenticationCheckEvent@EventListener @Order(990) public void onPreAuthenticationCheckEvent(PreAuthenticationCheckEvent event) 
 
-