public interface AuthenticationManagerConfigurer
VaadinManagedSecurityConfiguration to
set up the authentication manager. Create a class that implements this interface, annotate it with Configuration
and make sure Spring detects it.| Modifier and Type | Method and Description |
|---|---|
void |
configure(AuthenticationManagerBuilder auth)
Configures the authentication manager using the specified builder.
|
void configure(AuthenticationManagerBuilder auth) throws Exception
Copyright © 2017. All rights reserved.