Class OAuth2ClientCredentialUser.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public OAuth2ClientCredentialUser.Builder value​(String value)
        The user’s ID.

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

        Parameters:
        value - the value to set
        Returns:
        this builder
      • ocid

        public OAuth2ClientCredentialUser.Builder ocid​(String ocid)
        The user’s OCID.

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

        Parameters:
        ocid - the value to set
        Returns:
        this builder
      • ref

        public OAuth2ClientCredentialUser.Builder ref​(String ref)
        The URI that corresponds to the user linked to this credential.

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

        Parameters:
        ref - the value to set
        Returns:
        this builder
      • display

        public OAuth2ClientCredentialUser.Builder display​(String display)
        The user’s display name.

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

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

        public OAuth2ClientCredentialUser.Builder name​(String name)
        The username.

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

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