Uses of Interface
com.okta.authn.sdk.resource.AuthenticationRequest
-
Packages that use AuthenticationRequest Package Description com.okta.authn.sdk.client com.okta.authn.sdk.impl.client com.okta.authn.sdk.impl.resource com.okta.authn.sdk.resource -
-
Uses of AuthenticationRequest in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client with parameters of type AuthenticationRequest Modifier and Type Method Description default AuthenticationResponseAuthenticationClient. authenticate(AuthenticationRequest request, AuthenticationStateHandler stateHandler)Initiates a username and password login against Okta's Authentication API.AuthenticationResponseAuthenticationClient. authenticate(AuthenticationRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler)Initiates a username and password login against Okta's Authentication API. -
Uses of AuthenticationRequest in com.okta.authn.sdk.impl.client
Methods in com.okta.authn.sdk.impl.client with parameters of type AuthenticationRequest Modifier and Type Method Description AuthenticationResponseDefaultAuthenticationClient. authenticate(AuthenticationRequest request, RequestContext requestContext, AuthenticationStateHandler stateHandler) -
Uses of AuthenticationRequest in com.okta.authn.sdk.impl.resource
Classes in com.okta.authn.sdk.impl.resource that implement AuthenticationRequest Modifier and Type Class Description classDefaultAuthenticationRequestMethods in com.okta.authn.sdk.impl.resource that return AuthenticationRequest Modifier and Type Method Description AuthenticationRequestDefaultAuthenticationRequest. setAudience(java.lang.String audience)AuthenticationRequestDefaultAuthenticationRequest. setContext(java.util.Map<java.lang.String,java.lang.Object> context)AuthenticationRequestDefaultAuthenticationRequest. setOptions(Options options)AuthenticationRequestDefaultAuthenticationRequest. setPassword(char[] password)AuthenticationRequestDefaultAuthenticationRequest. setRelayState(java.lang.String relayState)AuthenticationRequestDefaultAuthenticationRequest. setUsername(java.lang.String username) -
Uses of AuthenticationRequest in com.okta.authn.sdk.resource
Methods in com.okta.authn.sdk.resource that return AuthenticationRequest Modifier and Type Method Description AuthenticationRequestAuthenticationRequest. setAudience(java.lang.String audience)AuthenticationRequestAuthenticationRequest. setContext(java.util.Map<java.lang.String,java.lang.Object> context)AuthenticationRequestAuthenticationRequest. setOptions(Options options)AuthenticationRequestAuthenticationRequest. setPassword(char[] password)AuthenticationRequestAuthenticationRequest. setRelayState(java.lang.String relayState)AuthenticationRequestAuthenticationRequest. setUsername(java.lang.String username)
-