Uses of Class
com.oracle.bmc.identitydomains.model.AppExtensionFormFillAppApp.FormCredMethod
-
Packages that use AppExtensionFormFillAppApp.FormCredMethod Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppExtensionFormFillAppApp.FormCredMethod in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppExtensionFormFillAppApp.FormCredMethod Modifier and Type Method Description static AppExtensionFormFillAppApp.FormCredMethodAppExtensionFormFillAppApp.FormCredMethod. create(String key)AppExtensionFormFillAppApp.FormCredMethodAppExtensionFormFillAppApp. getFormCredMethod()Indicates how FormFill obtains the username and password of the account that FormFill will use to sign into the target App.static AppExtensionFormFillAppApp.FormCredMethodAppExtensionFormFillAppApp.FormCredMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static AppExtensionFormFillAppApp.FormCredMethod[]AppExtensionFormFillAppApp.FormCredMethod. 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 AppExtensionFormFillAppApp.FormCredMethod Modifier and Type Method Description AppExtensionFormFillAppApp.BuilderAppExtensionFormFillAppApp.Builder. formCredMethod(AppExtensionFormFillAppApp.FormCredMethod formCredMethod)Indicates how FormFill obtains the username and password of the account that FormFill will use to sign into the target App.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AppExtensionFormFillAppApp.FormCredMethod Constructor Description AppExtensionFormFillAppApp(AppExtensionFormFillAppApp.FormType formType, String formCredentialSharingGroupID, Boolean revealPasswordOnForm, String userNameFormTemplate, String userNameFormExpression, AppExtensionFormFillAppApp.FormCredMethod formCredMethod, String configuration, Boolean syncFromTemplate, List<AppFormFillUrlMatch> formFillUrlMatch)Deprecated.
-