Uses of Class
com.okta.sdk.resource.model.AuthenticatorMethodBase
Packages that use AuthenticatorMethodBase
-
Uses of AuthenticatorMethodBase in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return AuthenticatorMethodBaseModifier and TypeMethodDescriptionAuthenticatorApi.activateAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType) Activate an Authenticator Method Activates a Method for an Authenticator identified by `authenticatorId` and `methodType` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.AuthenticatorApi.activateAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType, Map<String, String> additionalHeaders) Activate an Authenticator Method Activates a Method for an Authenticator identified by `authenticatorId` and `methodType` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.AuthenticatorApi.deactivateAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType) Deactivate an Authenticator Method Deactivates a Method for an Authenticator identified by `authenticatorId` and `methodType` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.AuthenticatorApi.deactivateAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType, Map<String, String> additionalHeaders) Deactivate an Authenticator Method Deactivates a Method for an Authenticator identified by `authenticatorId` and `methodType` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.AuthenticatorApi.getAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType) Retrieve an Authenticator Method Retrieves a Method identified by `methodType` of an Authenticator identified by `authenticatorId` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.AuthenticatorApi.getAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType, Map<String, String> additionalHeaders) Retrieve an Authenticator Method Retrieves a Method identified by `methodType` of an Authenticator identified by `authenticatorId` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.AuthenticatorApi.replaceAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase) Replace an Authenticator Method Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.AuthenticatorApi.replaceAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase, Map<String, String> additionalHeaders) Replace an Authenticator Method Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.Methods in com.okta.sdk.resource.api that return types with arguments of type AuthenticatorMethodBaseModifier and TypeMethodDescriptionAuthenticatorApi.listAuthenticatorMethods
(String authenticatorId) List all Methods of an Authenticator Lists all Methods of an Authenticator identified by `authenticatorId` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.AuthenticatorApi.listAuthenticatorMethods
(String authenticatorId, Map<String, String> additionalHeaders) List all Methods of an Authenticator Lists all Methods of an Authenticator identified by `authenticatorId` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.Methods in com.okta.sdk.resource.api with parameters of type AuthenticatorMethodBaseModifier and TypeMethodDescriptionAuthenticatorApi.replaceAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase) Replace an Authenticator Method Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature.AuthenticatorApi.replaceAuthenticatorMethod
(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase, Map<String, String> additionalHeaders) Replace an Authenticator Method Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId` > **Note:** <x-lifecycle class=\"ea\"></x-lifecycle> > The AAGUID Group object supports the Early Access (Self-Service) Allow List for FIDO2 (WebAuthn) Authenticators feature. -
Uses of AuthenticatorMethodBase in com.okta.sdk.resource.model
Subclasses of AuthenticatorMethodBase in com.okta.sdk.resource.modelModifier and TypeClassDescriptionclass
AuthenticatorMethodOtpclass
AuthenticatorMethodPushclass
AuthenticatorMethodSignedNonceclass
AuthenticatorMethodSimpleclass
AuthenticatorMethodTotpclass
AuthenticatorMethodWebAuthnclass
AuthenticatorMethodWithVerifiablePropertiesMethods in com.okta.sdk.resource.model that return AuthenticatorMethodBaseModifier and TypeMethodDescriptionAuthenticatorMethodBase.links
(LinksSelfAndLifecycle links) AuthenticatorMethodBase.status
(LifecycleStatus status) AuthenticatorMethodBase.type
(AuthenticatorMethodType type)