Class AppRoleApp.Builder

  • Enclosing class:
    AppRoleApp

    public static class AppRoleApp.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public AppRoleApp.Builder value​(String value)
        App identifier

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

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

        public AppRoleApp.Builder ref​(String ref)
        App URI

        *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
      • display

        public AppRoleApp.Builder display​(String display)
        App display name

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

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

        public AppRoleApp.Builder name​(String name)
        Application name

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

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

        public AppRoleApp.Builder serviceInstanceIdentifier​(String serviceInstanceIdentifier)
        The serviceInstanceIdentifier of the App that defines this AppRole.

        This value will match the opcServiceInstanceGUID of any service-instance that the App represents.

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

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