Open Kilda Java Documentation
org.openkilda.security.SecurityConfig Class Reference
Inheritance diagram for org.openkilda.security.SecurityConfig:

Public Member Functions

CustomAuthenticationProvider authProvider ()
 
ProviderManager authenticationManager ()
 
void configure (final WebSecurity web) throws Exception
 

Protected Member Functions

void configure (final HttpSecurity http) throws Exception
 

Detailed Description

The Class SecurityConfig : used to configure security, authenticationManager and authProvider

Author
Gaurav Chugh

Definition at line 28 of file SecurityConfig.java.

Member Function Documentation

◆ authenticationManager()

ProviderManager org.openkilda.security.SecurityConfig.authenticationManager ( )

Definition at line 75 of file SecurityConfig.java.

◆ authProvider()

CustomAuthenticationProvider org.openkilda.security.SecurityConfig.authProvider ( )

Auth provider.

Returns
the dao authentication provider

Definition at line 59 of file SecurityConfig.java.

◆ configure() [1/2]

void org.openkilda.security.SecurityConfig.configure ( final HttpSecurity  http) throws Exception
protected

Definition at line 45 of file SecurityConfig.java.

◆ configure() [2/2]

void org.openkilda.security.SecurityConfig.configure ( final WebSecurity  web) throws Exception

Definition at line 83 of file SecurityConfig.java.


The documentation for this class was generated from the following file: