Class AttributePredicates

java.lang.Object
com.atlassian.crowd.attribute.AttributePredicates

public class AttributePredicates extends Object
  • Field Details

    • SYNCING_ATTRIBUTE

      public static final Predicate<String> SYNCING_ATTRIBUTE
      Return true if the given attribute is a syncing attribute, ie. if the key starts with "synch."
    • SYNCHRONISABLE_ATTRIBUTE_ENTRY_PREDICATE

      public static final Predicate<Map.Entry<String,Set<String>>> SYNCHRONISABLE_ATTRIBUTE_ENTRY_PREDICATE
      Return true if the given entry represents a syncing attribute.