Open Kilda Java Documentation
org.openkilda.constants.IAuthConstants.Header Interface Reference

Public Attributes

String AUTHORIZATION = "Authorization"
 
String CORRELATION_ID = "correlationid"
 
String BASIC_AUTH = "BasicAuth"
 

Detailed Description

Definition at line 10 of file IAuthConstants.java.

Member Data Documentation

◆ AUTHORIZATION

String org.openkilda.constants.IAuthConstants.Header.AUTHORIZATION = "Authorization"

Definition at line 11 of file IAuthConstants.java.

◆ BASIC_AUTH

String org.openkilda.constants.IAuthConstants.Header.BASIC_AUTH = "BasicAuth"

Definition at line 13 of file IAuthConstants.java.

◆ CORRELATION_ID

String org.openkilda.constants.IAuthConstants.Header.CORRELATION_ID = "correlationid"

Definition at line 12 of file IAuthConstants.java.


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