Uses of Interface
com.okta.commons.http.authc.RequestAuthenticator
-
Packages that use RequestAuthenticator Package Description com.okta.commons.http.authc com.okta.commons.http.config -
-
Uses of RequestAuthenticator in com.okta.commons.http.authc
Classes in com.okta.commons.http.authc that implement RequestAuthenticator Modifier and Type Class Description classDisabledAuthenticatorThisRequestAuthenticatorprovides a no-op implementation. -
Uses of RequestAuthenticator in com.okta.commons.http.config
Methods in com.okta.commons.http.config that return RequestAuthenticator Modifier and Type Method Description RequestAuthenticatorHttpClientConfiguration. getRequestAuthenticator()Methods in com.okta.commons.http.config with parameters of type RequestAuthenticator Modifier and Type Method Description voidHttpClientConfiguration. setRequestAuthenticator(RequestAuthenticator requestAuthenticator)
-