#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. |
virtual bool opensaml::saml2md::EntityMatcher::matches | ( | const EntityDescriptor & | entity | ) | const [pure virtual] |
Applies the instance's matching rule(s) against an entity.
entity | the entity to evaluate |