Package com.atlassian.crowd.attribute
Class AttributePredicates
java.lang.Object
com.atlassian.crowd.attribute.AttributePredicates
-
Field Summary
Modifier and TypeFieldDescriptionReturn true if the given entry represents a syncing attribute.Return true if the given attribute is a syncing attribute, ie. -
Method Summary
-
Field Details
-
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_PREDICATEReturn true if the given entry represents a syncing attribute.
-