Class AppUserAssertionAttributes.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public AppUserAssertionAttributes.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
      • userStoreAttributeName

        public AppUserAssertionAttributes.Builder userStoreAttributeName​(String userStoreAttributeName)
        This attribute specifies which user attribute should be used to create the value of the SAML assertion attribute.

        The userstore attribute can be constructed by using attributes from the Oracle Identity Cloud Service Core Users schema.
        Note: Attributes from extensions to the Core User schema are not supported in v1.0.

        *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:
        userStoreAttributeName - the value to set
        Returns:
        this builder
      • format

        public AppUserAssertionAttributes.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