Package | Description |
---|---|
com.okta.authn.sdk.client | |
com.okta.authn.sdk.impl.client | |
com.okta.authn.sdk.impl.resource | |
com.okta.authn.sdk.resource |
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
AuthenticationClient.authenticate(AuthenticationRequest request,
AuthenticationStateHandler stateHandler)
Initiates a username and password login against Okta's Authentication API.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
DefaultAuthenticationClient.authenticate(AuthenticationRequest request,
AuthenticationStateHandler stateHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuthenticationRequest |
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
DefaultAuthenticationRequest.setAudience(String audience) |
AuthenticationRequest |
DefaultAuthenticationRequest.setContext(Map<String,Object> context) |
AuthenticationRequest |
DefaultAuthenticationRequest.setOptions(Options options) |
AuthenticationRequest |
DefaultAuthenticationRequest.setPassword(char[] password) |
AuthenticationRequest |
DefaultAuthenticationRequest.setRelayState(String relayState) |
AuthenticationRequest |
DefaultAuthenticationRequest.setUsername(String username) |
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
AuthenticationRequest.setAudience(String audience) |
AuthenticationRequest |
AuthenticationRequest.setContext(Map<String,Object> context) |
AuthenticationRequest |
AuthenticationRequest.setOptions(Options options) |
AuthenticationRequest |
AuthenticationRequest.setPassword(char[] password) |
AuthenticationRequest |
AuthenticationRequest.setRelayState(String relayState) |
AuthenticationRequest |
AuthenticationRequest.setUsername(String username) |
Copyright © 2018 Okta. All rights reserved.