Package io.jmix.restds.impl
Class RestAuthenticationManagerSupplier
java.lang.Object
io.jmix.restds.impl.RestAuthenticationManagerSupplier
- All Implemented Interfaces:
- AddonAuthenticationManagerSupplier
public class RestAuthenticationManagerSupplier
extends Object
implements AddonAuthenticationManagerSupplier
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected StandardAuthenticationProvidersProducerprotected org.springframework.context.ApplicationEventPublisher
- 
Constructor SummaryConstructorsConstructorDescriptionRestAuthenticationManagerSupplier(StandardAuthenticationProvidersProducer providersProducer, org.springframework.context.ApplicationEventPublisher publisher, RestPasswordAuthenticator restAuthenticator, org.springframework.security.core.userdetails.UserDetailsService userDetailsService) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.security.authentication.AuthenticationManagerReturns a global AuthenticationManager instance provided by an add-on.
- 
Field Details- 
providersProducer
- 
publisherprotected org.springframework.context.ApplicationEventPublisher publisher
 
- 
- 
Constructor Details- 
RestAuthenticationManagerSupplierpublic RestAuthenticationManagerSupplier(StandardAuthenticationProvidersProducer providersProducer, org.springframework.context.ApplicationEventPublisher publisher, RestPasswordAuthenticator restAuthenticator, org.springframework.security.core.userdetails.UserDetailsService userDetailsService) 
 
- 
- 
Method Details- 
getAuthenticationManagerpublic org.springframework.security.authentication.AuthenticationManager getAuthenticationManager()Description copied from interface:AddonAuthenticationManagerSupplierReturns a global AuthenticationManager instance provided by an add-on.- Specified by:
- getAuthenticationManagerin interface- AddonAuthenticationManagerSupplier
- Returns:
- authentication manager
 
 
-