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 AuthenticationResponse
AuthenticationClient. authenticate(AuthenticationRequest request, AuthenticationStateHandler stateHandler)
Initiates a username and password login against Okta's Authentication API.AuthenticationResponse
AuthenticationClient. 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 AuthenticationResponse
DefaultAuthenticationClient. 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 class
DefaultAuthenticationRequest
Methods in com.okta.authn.sdk.impl.resource that return AuthenticationRequest Modifier and Type Method Description AuthenticationRequest
DefaultAuthenticationRequest. setAudience(java.lang.String audience)
AuthenticationRequest
DefaultAuthenticationRequest. setContext(java.util.Map<java.lang.String,java.lang.Object> context)
AuthenticationRequest
DefaultAuthenticationRequest. setOptions(Options options)
AuthenticationRequest
DefaultAuthenticationRequest. setPassword(char[] password)
AuthenticationRequest
DefaultAuthenticationRequest. setRelayState(java.lang.String relayState)
AuthenticationRequest
DefaultAuthenticationRequest. 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 AuthenticationRequest
AuthenticationRequest. setAudience(java.lang.String audience)
AuthenticationRequest
AuthenticationRequest. setContext(java.util.Map<java.lang.String,java.lang.Object> context)
AuthenticationRequest
AuthenticationRequest. setOptions(Options options)
AuthenticationRequest
AuthenticationRequest. setPassword(char[] password)
AuthenticationRequest
AuthenticationRequest. setRelayState(java.lang.String relayState)
AuthenticationRequest
AuthenticationRequest. setUsername(java.lang.String username)
-