Annotation Type LongestPrefixMatch


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    public @interface LongestPrefixMatch
    The longest-prefix-match element is used in a query expression to find the profile that contains the longest attribute value that is a prefix of the specified value constant or query parameter.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String attributeName
      The name of the profile attribute to compare
      String collatorRef
      A reference to a collator, used to perform locale-sensitive comparisons on the profile attribute values
      String id  
      String parameter
      The name of a query parameter whose value should be compared
      String value
      A constant value to compare the profile attribute to
    • Element Detail

      • attributeName

        String attributeName
        The name of the profile attribute to compare
        Default:
        ""
      • value

        String value
        A constant value to compare the profile attribute to
        Default:
        ""
      • parameter

        String parameter
        The name of a query parameter whose value should be compared
        Default:
        ""
      • collatorRef

        String collatorRef
        A reference to a collator, used to perform locale-sensitive comparisons on the profile attribute values
        Default:
        ""