Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
AppFormFillUrlMatch |
AppFormFillUrlMatch.Builder.build() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
AppFormFillUrlMatch.Builder |
AppFormFillUrlMatch.Builder.copy(AppFormFillUrlMatch model) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.