@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class AppExtensionFormFillAppTemplateAppTemplate extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
This extension provides attributes for Form-Fill facet of AppTemplate
Note: Objects should always be created or deserialized using the AppExtensionFormFillAppTemplateAppTemplate.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the AppExtensionFormFillAppTemplateAppTemplate.Builder
, which maintain a
set of all explicitly set fields called AppExtensionFormFillAppTemplateAppTemplate.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
AppExtensionFormFillAppTemplateAppTemplate.Builder |
static class |
AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod
Indicates how FormFill obtains the username and password of the account that FormFill will
use to sign into the target App.
|
static class |
AppExtensionFormFillAppTemplateAppTemplate.FormType
Type of the FormFill application like WebApplication, MainFrameApplication,
WindowsApplication.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
AppExtensionFormFillAppTemplateAppTemplate(AppExtensionFormFillAppTemplateAppTemplate.FormType formType,
String formCredentialSharingGroupID,
Boolean revealPasswordOnForm,
String userNameFormTemplate,
String userNameFormExpression,
AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod formCredMethod,
String configuration,
Boolean syncFromTemplate,
List<AppFormFillUrlMatch> formFillUrlMatch)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AppExtensionFormFillAppTemplateAppTemplate.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getConfiguration()
FormFill Application Configuration CLOB which has to be maintained in Form-Fill APP for
legacy code to do Form-Fill injection
|
String |
getFormCredentialSharingGroupID()
Credential Sharing Group to which this form-fill application belongs.
|
AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod |
getFormCredMethod()
Indicates how FormFill obtains the username and password of the account that FormFill will
use to sign into the target App.
|
List<AppFormFillUrlMatch> |
getFormFillUrlMatch()
A list of application-formURLs that FormFill should match against any formUrl that the
user-specifies when signing in to the target service.
|
AppExtensionFormFillAppTemplateAppTemplate.FormType |
getFormType()
Type of the FormFill application like WebApplication, MainFrameApplication,
WindowsApplication.
|
Boolean |
getRevealPasswordOnForm()
If true, indicates that system is allowed to show the password in plain-text for this account
after re-authentication.
|
Boolean |
getSyncFromTemplate()
If true, indicates that each of the Form-Fill-related attributes that can be inherited from
the template actually will be inherited from the template.
|
String |
getUserNameFormExpression()
Indicates the custom expression, which can combine concat and substring operations with
literals and with any attribute of the Oracle Identity Cloud Service User
|
String |
getUserNameFormTemplate()
Format for generating a username.
|
int |
hashCode() |
AppExtensionFormFillAppTemplateAppTemplate.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"formType","formCredentialSharingGroupID","revealPasswordOnForm","userNameFormTemplate","userNameFormExpression","formCredMethod","configuration","syncFromTemplate","formFillUrlMatch"}) public AppExtensionFormFillAppTemplateAppTemplate(AppExtensionFormFillAppTemplateAppTemplate.FormType formType, String formCredentialSharingGroupID, Boolean revealPasswordOnForm, String userNameFormTemplate, String userNameFormExpression, AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod formCredMethod, String configuration, Boolean syncFromTemplate, List<AppFormFillUrlMatch> formFillUrlMatch)
public static AppExtensionFormFillAppTemplateAppTemplate.Builder builder()
Create a new builder.
public AppExtensionFormFillAppTemplateAppTemplate.Builder toBuilder()
public AppExtensionFormFillAppTemplateAppTemplate.FormType getFormType()
Type of the FormFill application like WebApplication, MainFrameApplication, WindowsApplication. Initially, we will support only WebApplication.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public String getFormCredentialSharingGroupID()
Credential Sharing Group to which this form-fill application belongs.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public Boolean getRevealPasswordOnForm()
If true, indicates that system is allowed to show the password in plain-text for this account after re-authentication.
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
public String getUserNameFormTemplate()
Format for generating a username. This value can be Username or Email Address; any other value will be treated as a custom expression. A custom expression may combine ‘concat’ and ‘substring’ operations with literals and with any attribute of the Oracle Identity Cloud Service user.
*SCIM++ Properties:** - caseExact: false - idcsPii: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public String getUserNameFormExpression()
Indicates the custom expression, which can combine concat and substring operations with literals and with any attribute of the Oracle Identity Cloud Service User
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public AppExtensionFormFillAppTemplateAppTemplate.FormCredMethod getFormCredMethod()
Indicates how FormFill obtains the username and password of the account that FormFill will use to sign into the target App.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public String getConfiguration()
FormFill Application Configuration CLOB which has to be maintained in Form-Fill APP for legacy code to do Form-Fill injection
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
public Boolean getSyncFromTemplate()
If true, indicates that each of the Form-Fill-related attributes that can be inherited from the template actually will be inherited from the template. If false, indicates that the AppTemplate disabled inheritance for these Form-Fill-related attributes.
*Added In:** 17.4.2
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
public List<AppFormFillUrlMatch> getFormFillUrlMatch()
A list of application-formURLs that FormFill should match against any formUrl that the user-specifies when signing in to the target service. Each item in the list also indicates how FormFill should interpret that formUrl.
*SCIM++ Properties:** - idcsCompositeKey: [formUrl] - multiValued: true - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.