Uses of Interface
com.okta.commons.http.Request
Packages that use Request
-
Uses of Request in com.okta.commons.http
Classes in com.okta.commons.http that implement RequestMethods in com.okta.commons.http with parameters of type RequestModifier and TypeMethodDescriptionprotected ResponseRetryRequestExecutor.doExecuteRequest(Request request) RequestExecutor.executeRequest(Request request) RetryRequestExecutor.executeRequest(Request request) static StringRequestUtils.fetchHeaderValueAndRemoveIfPresent(Request request, String headerName) -
Uses of Request in com.okta.commons.http.authc
Methods in com.okta.commons.http.authc with parameters of type RequestModifier and TypeMethodDescriptionvoidDisabledAuthenticator.authenticate(Request request) voidRequestAuthenticator.authenticate(Request request) Implementations of this operation will prepare the authentication information as expected by the Okta API server.