Uses of Class
com.oracle.bmc.identitydomains.model.AppFormFillUrlMatch
-
Packages that use AppFormFillUrlMatch Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppFormFillUrlMatch in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppFormFillUrlMatch Modifier and Type Method Description AppFormFillUrlMatch
AppFormFillUrlMatch.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppFormFillUrlMatch Modifier and Type Method Description List<AppFormFillUrlMatch>
AppExtensionFormFillAppApp. getFormFillUrlMatch()
A list of application-formURLs that FormFill should match against any formUrl that the user-specifies when signing in to the target service.List<AppFormFillUrlMatch>
AppExtensionFormFillAppTemplateAppTemplate. getFormFillUrlMatch()
A list of application-formURLs that FormFill should match against any formUrl that the user-specifies when signing in to the target service.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppFormFillUrlMatch Modifier and Type Method Description AppFormFillUrlMatch.Builder
AppFormFillUrlMatch.Builder. copy(AppFormFillUrlMatch model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppFormFillUrlMatch Modifier and Type Method Description AppExtensionFormFillAppApp.Builder
AppExtensionFormFillAppApp.Builder. formFillUrlMatch(List<AppFormFillUrlMatch> formFillUrlMatch)
A list of application-formURLs that FormFill should match against any formUrl that the user-specifies when signing in to the target service.AppExtensionFormFillAppTemplateAppTemplate.Builder
AppExtensionFormFillAppTemplateAppTemplate.Builder. formFillUrlMatch(List<AppFormFillUrlMatch> formFillUrlMatch)
A list of application-formURLs that FormFill should match against any formUrl that the user-specifies when signing in to the target service.Constructor parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppFormFillUrlMatch 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.AppExtensionFormFillAppTemplateAppTemplate(AppExtensionFormFillAppTemplateAppTemplate.FormType formType, String formCredentialSharingGroupID, Boolean revealPasswordOnForm, String userNameFormTemplate, String userNameFormExpression, AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod formCredMethod, String configuration, Boolean syncFromTemplate, List<AppFormFillUrlMatch> formFillUrlMatch)
Deprecated.
-