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

Public Member Functions

Authentication authenticate (final Authentication auth) throws org.springframework.security.core.AuthenticationException
 
boolean supports (final Class<?> authentication)
 

Detailed Description

Definition at line 15 of file CustomAuthenticationProvider.java.

Member Function Documentation

◆ authenticate()

Authentication org.openkilda.security.CustomAuthenticationProvider.authenticate ( final Authentication  auth) throws org.springframework.security.core.AuthenticationException

Definition at line 25 of file CustomAuthenticationProvider.java.

◆ supports()

boolean org.openkilda.security.CustomAuthenticationProvider.supports ( final Class<?>  authentication)

Definition at line 56 of file CustomAuthenticationProvider.java.


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