Interface PrismItemMatchingDefinition.Delegable<T>

All Superinterfaces:
PrismItemMatchingDefinition<T>
All Known Implementing Classes:
NativeShadowAttributeDefinitionImpl
Enclosing interface:
PrismItemMatchingDefinition<T>

public static interface PrismItemMatchingDefinition.Delegable<T> extends PrismItemMatchingDefinition<T>
  • Method Details

    • prismItemMatchingDefinition

      PrismItemMatchingDefinition<T> prismItemMatchingDefinition()
    • getMatchingRuleQName

      default QName getMatchingRuleQName()
      Description copied from interface: PrismItemMatchingDefinition
      Returns matching rule name. Matching rules are algorithms that specify how to compare, normalize and/or order the values. E.g. there are matching rules for case insensitive string comparison, for LDAP DNs, etc. TODO describe the semantics where special normalizations are to be used Use with care until this description is complete.
      Specified by:
      getMatchingRuleQName in interface PrismItemMatchingDefinition<T>
      Returns:
      matching rule name