Interface RulesConfigurationType.Builder

    • Method Detail

      • rules

        RulesConfigurationType.Builder rules​(Collection<MappingRule> rules)

        An array of rules. You can specify up to 25 rules per identity provider.

        Rules are evaluated in order. The first one to match specifies the role.

        Parameters:
        rules - An array of rules. You can specify up to 25 rules per identity provider.

        Rules are evaluated in order. The first one to match specifies the role.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rules

        RulesConfigurationType.Builder rules​(MappingRule... rules)

        An array of rules. You can specify up to 25 rules per identity provider.

        Rules are evaluated in order. The first one to match specifies the role.

        Parameters:
        rules - An array of rules. You can specify up to 25 rules per identity provider.

        Rules are evaluated in order. The first one to match specifies the role.

        Returns:
        Returns a reference to this object so that method calls can be chained together.