![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
CustomAuthenticationProvider | authProvider () |
ProviderManager | authenticationManager () |
void | configure (final WebSecurity web) throws Exception |
Protected Member Functions | |
void | configure (final HttpSecurity http) throws Exception |
The Class SecurityConfig : used to configure security, authenticationManager and authProvider
Definition at line 28 of file SecurityConfig.java.
ProviderManager org.openkilda.security.SecurityConfig.authenticationManager | ( | ) |
Definition at line 75 of file SecurityConfig.java.
CustomAuthenticationProvider org.openkilda.security.SecurityConfig.authProvider | ( | ) |
Auth provider.
Definition at line 59 of file SecurityConfig.java.
|
protected |
Definition at line 45 of file SecurityConfig.java.
void org.openkilda.security.SecurityConfig.configure | ( | final WebSecurity | web | ) | throws Exception |
Definition at line 83 of file SecurityConfig.java.