Class AppGroupAssertionAttributes.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public AppGroupAssertionAttributes.Builder name​(String name)
        The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion

        *Deprecated Since: 18.2.2**

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

        Parameters:
        name - the value to set
        Returns:
        this builder
      • format

        public AppGroupAssertionAttributes.Builder format​(String format)
        Indicates the format of the assertion attribute.

        *Deprecated Since: 18.2.2**

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

        Parameters:
        format - the value to set
        Returns:
        this builder
      • condition

        public AppGroupAssertionAttributes.Builder condition​(String condition)
        Indicates the filter types that are supported for the Group assertion attributes.

        *Deprecated Since: 18.2.2**

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

        Parameters:
        condition - the value to set
        Returns:
        this builder
      • groupName

        public AppGroupAssertionAttributes.Builder groupName​(String groupName)
        Indicates the group name that are supported for the group assertion attributes.

        *Deprecated Since: 18.2.2**

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

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