Uses of Class
com.oracle.bmc.identitydomains.model.MyAuthenticationFactorInitiator.Type
-
Packages that use MyAuthenticationFactorInitiator.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyAuthenticationFactorInitiator.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyAuthenticationFactorInitiator.Type Modifier and Type Method Description static MyAuthenticationFactorInitiator.TypeMyAuthenticationFactorInitiator.Type. create(String key)MyAuthenticationFactorInitiator.TypeMyAuthenticationFactorInitiator. getType()Authentication flow type either SAML / OIDCstatic MyAuthenticationFactorInitiator.TypeMyAuthenticationFactorInitiator.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MyAuthenticationFactorInitiator.Type[]MyAuthenticationFactorInitiator.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 MyAuthenticationFactorInitiator.Type Modifier and Type Method Description MyAuthenticationFactorInitiator.BuilderMyAuthenticationFactorInitiator.Builder. type(MyAuthenticationFactorInitiator.Type type)Authentication flow type either SAML / OIDCConstructors in com.oracle.bmc.identitydomains.model with parameters of type MyAuthenticationFactorInitiator.Type Constructor Description MyAuthenticationFactorInitiator(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, MyAuthenticationFactorInitiator.AuthFactor authFactor, String deviceId, MyAuthenticationFactorInitiator.Type type, String requestId, String userName, MyAuthenticationFactorInitiator.Scenario scenario, MyAuthenticationFactorInitiatorThirdPartyFactor thirdPartyFactor, MyAuthenticationFactorInitiator.PreferenceType preferenceType, List<MyAuthenticationFactorInitiatorAdditionalAttributes> additionalAttributes, Boolean isAccRecEnabled)Deprecated.
-