Class ExtensionUserCredentialsUser.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • dbCredentials

        public ExtensionUserCredentialsUser.Builder dbCredentials​(List<UserExtDbCredentials> dbCredentials)
        A list of database credentials corresponding to user.

        *Added In:** 2102181953

        *SCIM++ Properties:** - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

        Parameters:
        dbCredentials - the value to set
        Returns:
        this builder
      • customerSecretKeys

        public ExtensionUserCredentialsUser.Builder customerSecretKeys​(List<UserExtCustomerSecretKeys> customerSecretKeys)
        A list of customer secret keys corresponding to user.

        *Added In:** 2102181953

        *SCIM++ Properties:** - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

        Parameters:
        customerSecretKeys - the value to set
        Returns:
        this builder
      • authTokens

        public ExtensionUserCredentialsUser.Builder authTokens​(List<UserExtAuthTokens> authTokens)
        A list of Auth tokens corresponding to user.

        *Added In:** 2012271618

        *SCIM++ Properties:** - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

        Parameters:
        authTokens - the value to set
        Returns:
        this builder
      • smtpCredentials

        public ExtensionUserCredentialsUser.Builder smtpCredentials​(List<UserExtSmtpCredentials> smtpCredentials)
        A list of SMTP credentials corresponding to user.

        *Added In:** 2012271618

        *SCIM++ Properties:** - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

        Parameters:
        smtpCredentials - the value to set
        Returns:
        this builder
      • apiKeys

        public ExtensionUserCredentialsUser.Builder apiKeys​(List<UserExtApiKeys> apiKeys)
        A list of API keys corresponding to user.

        *Added In:** 2012271618

        *SCIM++ Properties:** - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

        Parameters:
        apiKeys - the value to set
        Returns:
        this builder
      • oAuth2ClientCredentials

        public ExtensionUserCredentialsUser.Builder oAuth2ClientCredentials​(List<UserExtOAuth2ClientCredentials> oAuth2ClientCredentials)
        A list of OAuth2 client credentials corresponding to a user.

        *Added In:** 2012271618

        *SCIM++ Properties:** - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

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