opensaml-3.2.1
|
Allows override of rules for comparing saml2:Issuer information. More...
#include <saml/binding/SecurityPolicy.h>
Public Member Functions | |
virtual bool | issuerMatches (const saml2::Issuer *issuer1, const saml2::Issuer *issuer2) const |
Returns true iff the two operands "match". More... | |
virtual bool | issuerMatches (const saml2::Issuer *issuer1, const XMLCh *issuer2) const |
Returns true iff the two operands "match". More... | |
Allows override of rules for comparing saml2:Issuer information.
|
virtual |
Returns true iff the two operands "match".
Applications can override this method to support non-standard issuer matching for complex policies.
The default implementation does a basic comparison of the XML content, treating an unsupplied Format as an "entityID".
issuer1 | the first Issuer to match |
issuer2 | the second Issuer to match |
|
virtual |
Returns true iff the two operands "match".
Applications can override this method to support non-standard issuer matching for complex policies.
The default implementation does a basic comparison of the XML content, treating an unsupplied Format as an "entityID".
issuer1 | the first Issuer to match |
issuer2 | the second Issuer to match |