Package org.hisp.dhis.auth
Interface Authentication
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AccessTokenAuthentication,BasicAuthentication,CookieAuthentication
Authentication interface.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the HTTP header to use for authentication.Returns the value of the HTTP header to use for authentication.
-
Method Details
-
getHttpHeaderAuthName
String getHttpHeaderAuthName()Returns the name of the HTTP header to use for authentication.- Returns:
- the name of the HTTP header to use for authentication.
-
getHttpHeaderAuthValue
String getHttpHeaderAuthValue()Returns the value of the HTTP header to use for authentication.- Returns:
- the value of the HTTP header to use for authentication.
-