Uses of Class
com.okta.sdk.resource.model.AuthenticatorBase
-
Uses of AuthenticatorBase in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionAuthenticatorApi.activateAuthenticator
(String authenticatorId) Activate an Authenticator Activates an authenticator by `authenticatorId`AuthenticatorApi.activateAuthenticator
(String authenticatorId, Map<String, String> additionalHeaders) Activate an Authenticator Activates an authenticator by `authenticatorId`AuthenticatorApi.createAuthenticator
(AuthenticatorBase authenticator, Boolean activate) Create an Authenticator Creates an authenticatorAuthenticatorApi.createAuthenticator
(AuthenticatorBase authenticator, Boolean activate, Map<String, String> additionalHeaders) Create an Authenticator Creates an authenticatorAuthenticatorApi.deactivateAuthenticator
(String authenticatorId) Deactivate an Authenticator Deactivates an authenticator by `authenticatorId`AuthenticatorApi.deactivateAuthenticator
(String authenticatorId, Map<String, String> additionalHeaders) Deactivate an Authenticator Deactivates an authenticator by `authenticatorId`AuthenticatorApi.getAuthenticator
(String authenticatorId) Retrieve an Authenticator Retrieves an authenticator from your Okta organization by `authenticatorId`AuthenticatorApi.getAuthenticator
(String authenticatorId, Map<String, String> additionalHeaders) Retrieve an Authenticator Retrieves an authenticator from your Okta organization by `authenticatorId`AuthenticatorApi.replaceAuthenticator
(String authenticatorId, AuthenticatorBase authenticator) Replace an Authenticator Replaces the properties for an Authenticator identified by `authenticatorId`AuthenticatorApi.replaceAuthenticator
(String authenticatorId, AuthenticatorBase authenticator, Map<String, String> additionalHeaders) Replace an Authenticator Replaces the properties for an Authenticator identified by `authenticatorId`Modifier and TypeMethodDescriptionAuthenticatorApi.listAuthenticators()
List all Authenticators Lists all authenticatorsAuthenticatorApi.listAuthenticators
(Map<String, String> additionalHeaders) List all Authenticators Lists all authenticatorsModifier and TypeMethodDescriptionAuthenticatorApi.createAuthenticator
(AuthenticatorBase authenticator, Boolean activate) Create an Authenticator Creates an authenticatorAuthenticatorApi.createAuthenticator
(AuthenticatorBase authenticator, Boolean activate, Map<String, String> additionalHeaders) Create an Authenticator Creates an authenticatorAuthenticatorApi.replaceAuthenticator
(String authenticatorId, AuthenticatorBase authenticator) Replace an Authenticator Replaces the properties for an Authenticator identified by `authenticatorId`AuthenticatorApi.replaceAuthenticator
(String authenticatorId, AuthenticatorBase authenticator, Map<String, String> additionalHeaders) Replace an Authenticator Replaces the properties for an Authenticator identified by `authenticatorId` -
Uses of AuthenticatorBase in com.okta.sdk.resource.model
Modifier and TypeClassDescriptionclass
AuthenticatorKeyCustomAppclass
AuthenticatorKeyDuoclass
AuthenticatorKeyEmailclass
AuthenticatorKeyExternalIdpclass
AuthenticatorKeyGoogleOtpclass
AuthenticatorKeyOktaVerifyclass
AuthenticatorKeyOnpremclass
AuthenticatorKeyPasswordclass
AuthenticatorKeyPhoneclass
AuthenticatorKeySecurityKeyclass
AuthenticatorKeySecurityQuestionclass
AuthenticatorKeySmartCardclass
AuthenticatorKeySymantecVipclass
AuthenticatorKeyWebauthnclass
AuthenticatorKeyYubikeyclass
AuthenticatorSimpleModifier and TypeMethodDescriptionAuthenticatorBase.key
(AuthenticatorKeyEnum key) AuthenticatorBase.links
(AuthenticatorLinks links) AuthenticatorBase.status
(LifecycleStatus status) AuthenticatorBase.type
(AuthenticatorType type)