Uses of Class
com.okta.authn.sdk.http.Header
-
Packages that use Header Package Description com.okta.authn.sdk.http -
-
Uses of Header in com.okta.authn.sdk.http
Methods in com.okta.authn.sdk.http that return Header Modifier and Type Method Description static HeaderHeader. acceptLanguage(String language)static HeaderHeader. header(String key, String value)static HeaderHeader. header(String key, List<String> value)static HeaderHeader. userAgent(String userAgent)static HeaderHeader. xDeviceFingerprint(String fingerprint)static HeaderHeader. xForwardedFor(String ipAddress)Methods in com.okta.authn.sdk.http that return types with arguments of type Header Modifier and Type Method Description List<Header>RequestContext. getHeaders()Methods in com.okta.authn.sdk.http with parameters of type Header Modifier and Type Method Description RequestContextRequestContext. addHeader(Header header)Constructor parameters in com.okta.authn.sdk.http with type arguments of type Header Constructor Description RequestContext(List<Header> headers, List<QueryParameter> queryParams)
-