Uses of Interface
org.apache.syncope.core.logic.scim.SCIMFilterVisitor
-
Packages that use SCIMFilterVisitor Package Description org.apache.syncope.core.logic.scim -
-
Uses of SCIMFilterVisitor in org.apache.syncope.core.logic.scim
Classes in org.apache.syncope.core.logic.scim that implement SCIMFilterVisitor Modifier and Type Class Description classSCIMFilterBaseVisitor<T>This class provides an empty implementation ofSCIMFilterVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.classSearchCondVisitorVisits SCIM filter expression and producesSearchCond.
-