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