ch.ethz.iks.slp.impl.filter
Interface Filter

Package class diagram package Filter

public interface Filter

a generic LDAP filter.

Author:
Jan S. Rellermeyer, ETH Zurich

Method Summary
 boolean match(Dictionary values)
          try to match a Dictionary of attributes.
 String toString()
          get a String representation of the filter.
 

Method Detail

match

boolean match(Dictionary values)
try to match a Dictionary of attributes.

Parameters:
values - a Dictionary of attributes.
Returns:
true if the filter evaluated to true;

toString

String toString()
get a String representation of the filter.

Overrides:
toString in class Object
Returns:
the String representation.


Copyright © 2014 universAAL Consortium. All Rights Reserved.