#include <shibsp/attribute/filtering/FilteringContext.h>
Public Member Functions | |
virtual const Application & | getApplication () const =0 |
Gets the Application doing the filtering. | |
virtual const XMLCh * | getAuthnContextClassRef () const =0 |
Returns a URI containing an AuthnContextClassRef associated with the subject. | |
virtual const XMLCh * | getAuthnContextDeclRef () const =0 |
Returns a URI containing an AuthnContextDeclRef associated with the subject. | |
virtual const XMLCh * | getAttributeRequester () const =0 |
Gets the ID of the requester of the attributes, if known. | |
virtual const XMLCh * | getAttributeIssuer () const =0 |
Gets the ID of the issuer of the attributes, if known. | |
virtual const opensaml::saml2md::RoleDescriptor * | getAttributeRequesterMetadata () const =0 |
Gets the SAML metadata for the attribute requesting role, if available. | |
virtual const opensaml::saml2md::RoleDescriptor * | getAttributeIssuerMetadata () const =0 |
Gets the SAML metadata for the attribute issuing role, if available. | |
virtual const std::multimap< std::string, Attribute * > & | getAttributes () const =0 |
Returns the set of Attributes being filtered. |
|
Gets the Application doing the filtering.
|
|
Gets the ID of the issuer of the attributes, if known.
|
|
Gets the SAML metadata for the attribute issuing role, if available.
|
|
Gets the ID of the requester of the attributes, if known.
|
|
Gets the SAML metadata for the attribute requesting role, if available.
|
|
Returns the set of Attributes being filtered. No modifications should be performed, access is provided only for use by MatchFunctors based on the presence of Attribute data.
|
|
Returns a URI containing an AuthnContextClassRef associated with the subject. SAML 1.x AuthenticationMethods will be returned as class references.
|
|
Returns a URI containing an AuthnContextDeclRef associated with the subject.
|