public class SswsAuthenticator extends Object implements RequestAuthenticator
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_SCHEME |
AUTHORIZATION_HEADER| Constructor and Description |
|---|
SswsAuthenticator(ClientCredentials clientCredentials) |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(Request request)
Implementations of this operation will prepare the authentication information as expected by the Okta API server.
|
public static final String AUTHENTICATION_SCHEME
public SswsAuthenticator(ClientCredentials clientCredentials)
public void authenticate(Request request) throws RequestAuthenticationException
RequestAuthenticatorauthenticate in interface RequestAuthenticatorrequest - the request that will be sent to Okta API server, it shall be modified by the implementating classes
in order to insert here the authentication informationRequestAuthenticationException - when the authentication request cannot be createdCopyright © 2017 Okta. All rights reserved.