shibboleth-3.0.1
|
Context for attribute filtering operations. More...
#include <shibsp/attribute/filtering/FilteringContext.h>
Public Member Functions | |
virtual const Application & | getApplication () const =0 |
Gets the Application doing the filtering. More... | |
virtual const XMLCh * | getAuthnContextClassRef () const =0 |
Returns a URI containing an AuthnContextClassRef associated with the subject. More... | |
virtual const XMLCh * | getAuthnContextDeclRef () const =0 |
Returns a URI containing an AuthnContextDeclRef associated with the subject. More... | |
virtual const XMLCh * | getAttributeRequester () const =0 |
Gets the ID of the requester of the attributes, if known. More... | |
virtual const XMLCh * | getAttributeIssuer () const =0 |
Gets the ID of the issuer of the attributes, if known. More... | |
virtual const opensaml::saml2md::RoleDescriptor * | getAttributeRequesterMetadata () const =0 |
Gets the SAML metadata for the attribute requesting role, if available. More... | |
virtual const opensaml::saml2md::RoleDescriptor * | getAttributeIssuerMetadata () const =0 |
Gets the SAML metadata for the attribute issuing role, if available. More... | |
virtual const std::multimap < std::string, Attribute * > & | getAttributes () const =0 |
Returns the set of Attributes being filtered. More... | |
Context for attribute filtering operations.
|
pure virtual |
Gets the Application doing the filtering.
Implemented in shibsp::BasicFilteringContext.
|
pure virtual |
Gets the ID of the issuer of the attributes, if known.
Implemented in shibsp::BasicFilteringContext.
|
pure virtual |
Gets the SAML metadata for the attribute issuing role, if available.
Implemented in shibsp::BasicFilteringContext.
|
pure virtual |
Gets the ID of the requester of the attributes, if known.
Implemented in shibsp::BasicFilteringContext.
|
pure virtual |
Gets the SAML metadata for the attribute requesting role, if available.
Implemented in shibsp::BasicFilteringContext.
|
pure virtual |
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.
Implemented in shibsp::BasicFilteringContext.
|
pure virtual |
Returns a URI containing an AuthnContextClassRef associated with the subject.
SAML 1.x AuthenticationMethods will be returned as class references.
Implemented in shibsp::BasicFilteringContext.
|
pure virtual |
Returns a URI containing an AuthnContextDeclRef associated with the subject.
Implemented in shibsp::BasicFilteringContext.