Uses of Class
org.openapitools.client.model.AuthenticatorMethodBase
Packages that use AuthenticatorMethodBase
-
Uses of AuthenticatorMethodBase in org.openapitools.client.api
Methods in org.openapitools.client.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`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`AuthenticatorApi.deactivateAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType) Deactivate an Authenticator Method Deactivates a Method for an Authenticator identified by `authenticatorId` and `methodType`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`AuthenticatorApi.getAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType) Retrieve a Method Retrieves a Method identified by `methodType` of an Authenticator identified by `authenticatorId`AuthenticatorApi.getAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, Map<String, String> additionalHeaders) Retrieve a Method Retrieves a Method identified by `methodType` of an Authenticator identified by `authenticatorId`AuthenticatorApi.replaceAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase) Replace a Method Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId`AuthenticatorApi.replaceAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase, Map<String, String> additionalHeaders) Replace a Method Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId`Methods in org.openapitools.client.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`AuthenticatorApi.listAuthenticatorMethods(String authenticatorId, Map<String, String> additionalHeaders) List all Methods of an Authenticator Lists all Methods of an Authenticator identified by `authenticatorId`Methods in org.openapitools.client.api with parameters of type AuthenticatorMethodBaseModifier and TypeMethodDescriptionAuthenticatorApi.replaceAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase) Replace a Method Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId`AuthenticatorApi.replaceAuthenticatorMethod(String authenticatorId, AuthenticatorMethodType methodType, AuthenticatorMethodBase authenticatorMethodBase, Map<String, String> additionalHeaders) Replace a Method Replaces a Method of `methodType` for an Authenticator identified by `authenticatorId` -
Uses of AuthenticatorMethodBase in org.openapitools.client.model
Subclasses of AuthenticatorMethodBase in org.openapitools.client.modelModifier and TypeClassDescriptionclassAuthenticatorMethodOtpclassAuthenticatorMethodPushclassAuthenticatorMethodSignedNonceclassAuthenticatorMethodSimpleclassAuthenticatorMethodTotpclassAuthenticatorMethodWebAuthnclassAuthenticatorMethodWithVerifiablePropertiesMethods in org.openapitools.client.model that return AuthenticatorMethodBaseModifier and TypeMethodDescriptionAuthenticatorMethodBase.links(LinksSelfAndLifecycle links) AuthenticatorMethodBase.status(LifecycleStatus status) AuthenticatorMethodBase.type(AuthenticatorMethodType type)