Uses of Class
com.oracle.bmc.identitydomains.requests.CreateMyAuthenticationFactorValidatorRequest
-
Packages that use CreateMyAuthenticationFactorValidatorRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateMyAuthenticationFactorValidatorRequest in com.oracle.bmc.identitydomains
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMyAuthenticationFactorValidatorRequest Modifier and Type Method Description Future<CreateMyAuthenticationFactorValidatorResponse>
IdentityDomainsAsync. createMyAuthenticationFactorValidator(CreateMyAuthenticationFactorValidatorRequest request, AsyncHandler<CreateMyAuthenticationFactorValidatorRequest,CreateMyAuthenticationFactorValidatorResponse> handler)
Validate Self Service Enrollment using the Requested MFA FactorFuture<CreateMyAuthenticationFactorValidatorResponse>
IdentityDomainsAsyncClient. createMyAuthenticationFactorValidator(CreateMyAuthenticationFactorValidatorRequest request, AsyncHandler<CreateMyAuthenticationFactorValidatorRequest,CreateMyAuthenticationFactorValidatorResponse> handler)
-
Uses of CreateMyAuthenticationFactorValidatorRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateMyAuthenticationFactorValidatorRequest Modifier and Type Method Description CreateMyAuthenticationFactorValidatorRequest
CreateMyAuthenticationFactorValidatorRequest.Builder. build()
Build the instance of CreateMyAuthenticationFactorValidatorRequest as configured by this builderCreateMyAuthenticationFactorValidatorRequest
CreateMyAuthenticationFactorValidatorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMyAuthenticationFactorValidatorRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateMyAuthenticationFactorValidatorRequest Modifier and Type Method Description CreateMyAuthenticationFactorValidatorRequest.Builder
CreateMyAuthenticationFactorValidatorRequest.Builder. copy(CreateMyAuthenticationFactorValidatorRequest o)
Copy method to populate the builder with values from the given instance.
-