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

Public Member Functions

 CustomWebAuthenticationDetails (final HttpServletRequest request)
 
String getVerificationCode ()
 
boolean isConfigure2Fa ()
 

Detailed Description

Definition at line 7 of file CustomWebAuthenticationDetails.java.

Constructor & Destructor Documentation

◆ CustomWebAuthenticationDetails()

org.openkilda.security.CustomWebAuthenticationDetails.CustomWebAuthenticationDetails ( final HttpServletRequest  request)

Definition at line 14 of file CustomWebAuthenticationDetails.java.

Member Function Documentation

◆ getVerificationCode()

String org.openkilda.security.CustomWebAuthenticationDetails.getVerificationCode ( )

Definition at line 20 of file CustomWebAuthenticationDetails.java.

◆ isConfigure2Fa()

boolean org.openkilda.security.CustomWebAuthenticationDetails.isConfigure2Fa ( )

Definition at line 24 of file CustomWebAuthenticationDetails.java.


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