Interface MappingRuleFilter

All Superinterfaces:
TypedFilterableRequest.SearchRequestFilter
All Known Implementing Classes:
MappingRuleFilterImpl

public interface MappingRuleFilter extends TypedFilterableRequest.SearchRequestFilter
  • Method Details

    • mappingRuleId

      MappingRuleFilter mappingRuleId(String mappingRuleId)
      Filter mapping rules by the specified mapping rule id.
      Parameters:
      mappingRuleId - the id of the mapping rule
      Returns:
      the updated filter
    • claimName

      MappingRuleFilter claimName(String claimName)
      Filter mapping rules by the specified claim name.
      Parameters:
      claimName - the name of the claim
      Returns:
      the updated filter
    • claimValue

      MappingRuleFilter claimValue(String claimValue)
      Filter mapping rules by the specified claim value.
      Parameters:
      claimValue - the value of the claim
      Returns:
      the updated filter
    • name

      Filter mapping rules by the specified name.
      Parameters:
      name - the name of the mapping rule
      Returns:
      the updated filter