Uses of Class
com.okta.sdk.resource.model.AuthenticatorBase
Packages that use AuthenticatorBase
-
Uses of AuthenticatorBase in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return AuthenticatorBaseModifier 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`Methods in com.okta.sdk.resource.api that return types with arguments of type AuthenticatorBaseModifier and TypeMethodDescriptionAuthenticatorApi.listAuthenticators()List all Authenticators Lists all authenticatorsAuthenticatorApi.listAuthenticators(Map<String, String> additionalHeaders) List all Authenticators Lists all authenticatorsMethods in com.okta.sdk.resource.api with parameters of type AuthenticatorBaseModifier 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
Subclasses of AuthenticatorBase in com.okta.sdk.resource.modelModifier and TypeClassDescriptionclassAuthenticatorKeyCustomAppclassAuthenticatorKeyDuoclassAuthenticatorKeyEmailclassAuthenticatorKeyExternalIdpclassAuthenticatorKeyGoogleOtpclassAuthenticatorKeyOktaVerifyclassAuthenticatorKeyOnpremclassAuthenticatorKeyPasswordclassAuthenticatorKeyPhoneclassAuthenticatorKeySecurityKeyclassAuthenticatorKeySecurityQuestionclassAuthenticatorKeySmartCardclassAuthenticatorKeySymantecVipclassAuthenticatorKeyWebauthnclassAuthenticatorKeyYubikeyclassAuthenticatorSimpleMethods in com.okta.sdk.resource.model that return AuthenticatorBaseModifier and TypeMethodDescriptionAuthenticatorBase.key(AuthenticatorKeyEnum key) AuthenticatorBase.links(AuthenticatorLinks links) AuthenticatorBase.status(LifecycleStatus status) AuthenticatorBase.type(AuthenticatorType type)