Class ScimQuerySelectionMode.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • scimQuery

        public ScimQuerySelectionMode.Builder scimQuery​(String scimQuery)
        The scimQuery query parameter accepts filter expressions that use the syntax described in Section 3.2.2.2 of the System for Cross-Domain Identity Management (SCIM) specification, which is available at RFC3339.

        In SCIM filtering expressions, text, date, and time values must be enclosed in quotation marks, with date and time values using ISO-8601 format. (Numeric and boolean values should not be quoted.)

        *Example:** query=(dbUserName eq "PAY_APP")

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