Class UserExtSecQuestions.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public UserExtSecQuestions.Builder value​(String value)
        The identifier of the question selected by the user when setting up a security question.

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

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

        public UserExtSecQuestions.Builder ref​(String ref)
        The URI of the corresponding Security Question resource.

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

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

        public UserExtSecQuestions.Builder answer​(String answer)
        The answer provided by a user for a security question.

        *SCIM++ Properties:** - idcsCsvAttributeName: Answer - idcsSearchable: false - idcsSensitive: hash - multiValued: false - mutability: writeOnly - required: true - returned: never - type: string - uniqueness: none - idcsPii: true

        Parameters:
        answer - the value to set
        Returns:
        this builder
      • hintText

        public UserExtSecQuestions.Builder hintText​(String hintText)
        The hint for an answer that’s given by user when setting up a security question.

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

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