Class AppFormFillUrlMatch.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • formUrlMatchType

        public AppFormFillUrlMatch.Builder formUrlMatchType​(String formUrlMatchType)
        Indicates how to interpret the value of ‘formUrl’ when matching against a user-specified formUrl.

        The system currently supports only ‘Exact’, which indicates that the value of ‘formUrl’ should be treated as a literal value.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        formUrlMatchType - the value to set
        Returns:
        this builder
      • formUrl

        public AppFormFillUrlMatch.Builder formUrl​(String formUrl)
        An application formUrl that FormFill will match against any formUrl that a User enters in trying to access the target-service which this App represents.

        *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none

        Parameters:
        formUrl - the value to set
        Returns:
        this builder