opensaml-3.2.1
|
An entity matcher is a predicate that evaluates an entity against a set of matching rules. More...
#include <saml/saml2/metadata/EntityMatcher.h>
Public Member Functions | |
virtual bool | matches (const EntityDescriptor &entity) const =0 |
Applies the instance's matching rule(s) against an entity. More... | |
An entity matcher is a predicate that evaluates an entity against a set of matching rules.
|
pure virtual |
Applies the instance's matching rule(s) against an entity.
entity | the entity to evaluate |