Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorValidator.Type
-
Packages that use MyAuthenticationFactorValidator.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthenticationFactorValidator.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorValidator.Type Modifier and Type Method Description static MyAuthenticationFactorValidator.Type
MyAuthenticationFactorValidator.Type. create(String key)
MyAuthenticationFactorValidator.Type
MyAuthenticationFactorValidator. getType()
type indicating whether the flow is OIDC, SAML etc.,static MyAuthenticationFactorValidator.Type
MyAuthenticationFactorValidator.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyAuthenticationFactorValidator.Type[]
MyAuthenticationFactorValidator.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorValidator.Type Modifier and Type Method Description MyAuthenticationFactorValidator.Builder
MyAuthenticationFactorValidator.Builder. type(MyAuthenticationFactorValidator.Type type)
type indicating whether the flow is OIDC, SAML etc.,
-