{@code Filter}s can be created by calling {@link ModuleContext#createFilter(String)}.
A {@code Filter} can be used numerous times to determine if the matchargument matches the filter string that was used to create the {@code Filter}.
Some examples of LDAP filters are:
"(cn=Babs Jensen)" "(!(cn=Tim Howes))" "(&(" + Constants.OBJECTCLASS + "=Person)(|(sn=Jensen)(cn=Babs J*)))" "(o=univ*of*mich*)"@author thomas.diesler@jboss.com @since 27-Sep-2013 @ThreadSafe
|
|