Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.resource.authenticator | |
com.okta.sdk.resource.authenticator |
Modifier and Type | Method and Description |
---|---|
Authenticator |
Client.getAuthenticator(String authenticatorId)
Success
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
DefaultClient.getAuthenticator(String authenticatorId)
Success
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuthenticator
Authenticator
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
DefaultAuthenticator.activate()
Success
|
Authenticator |
DefaultAuthenticator.deactivate()
Success
|
Authenticator |
DefaultAuthenticator.setKey(String key) |
Authenticator |
DefaultAuthenticator.setName(String name) |
Authenticator |
DefaultAuthenticator.setProvider(AuthenticatorProvider provider) |
Authenticator |
DefaultAuthenticator.setSettings(AuthenticatorSettings settings) |
Authenticator |
DefaultAuthenticator.setStatus(AuthenticatorStatus status) |
Authenticator |
DefaultAuthenticator.setType(AuthenticatorType type) |
Authenticator |
DefaultAuthenticator.update()
Update Authenticator
Updates an authenticator
|
Modifier and Type | Method and Description |
---|---|
protected Class<Authenticator> |
DefaultAuthenticatorList.getItemType() |
Modifier and Type | Method and Description |
---|---|
Authenticator |
Authenticator.activate()
Success
|
Authenticator |
Authenticator.deactivate()
Success
|
Authenticator |
Authenticator.setKey(String key) |
Authenticator |
Authenticator.setName(String name) |
Authenticator |
Authenticator.setProvider(AuthenticatorProvider provider) |
Authenticator |
Authenticator.setSettings(AuthenticatorSettings settings) |
Authenticator |
Authenticator.setStatus(AuthenticatorStatus status) |
Authenticator |
Authenticator.setType(AuthenticatorType type) |
Authenticator |
Authenticator.update()
Update Authenticator
Updates an authenticator
|
Copyright © 2017–2023 Okta. All rights reserved.