|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ops4j.peaberry.util.Filters
public final class Filters
Methods for dealing with AttributeFilters.
| Method Summary | |
|---|---|
static AttributeFilter |
attributes(Map<String,?> sampleAttributes)
Create an AttributeFilter based on the given service attributes. |
static AttributeFilter |
ldap(String ldapFilter)
Create an AttributeFilter based on the given LDAP filter string. |
static AttributeFilter |
objectClass(Class<?>... interfaces)
Create an objectClass AttributeFilter from the given API. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AttributeFilter ldap(String ldapFilter)
AttributeFilter based on the given LDAP filter string.
ldapFilter - RFC-1960 LDAP filter
public static AttributeFilter objectClass(Class<?>... interfaces)
AttributeFilter from the given API.
interfaces - service API
public static AttributeFilter attributes(Map<String,?> sampleAttributes)
AttributeFilter based on the given service attributes.
sampleAttributes - sample attributes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||