Uses of Interface
com.okta.commons.http.Request
-
Packages that use Request Package Description com.okta.commons.http com.okta.commons.http.authc -
-
Uses of Request in com.okta.commons.http
Classes in com.okta.commons.http that implement Request Modifier and Type Class Description classDefaultRequestMethods in com.okta.commons.http with parameters of type Request Modifier and Type Method Description protected ResponseRetryRequestExecutor. doExecuteRequest(Request request)ResponseRequestExecutor. executeRequest(Request request)ResponseRetryRequestExecutor. executeRequest(Request request) -
Uses of Request in com.okta.commons.http.authc
Methods in com.okta.commons.http.authc with parameters of type Request Modifier and Type Method Description voidDisabledAuthenticator. authenticate(Request request)voidRequestAuthenticator. authenticate(Request request)Implementations of this operation will prepare the authentication information as expected by the Okta API server.
-