#include <shibsp/security/SecurityPolicy.h>
Collaboration diagram for shibsp::SecurityPolicy:
Public Member Functions | |
SecurityPolicy (const Application &application, const xmltooling::QName *role=NULL, bool validate=true) | |
Constructor for policy. | |
const Application & | getApplication () const |
Returns the Application associated with the policy. |
shibsp::SecurityPolicy::SecurityPolicy | ( | const Application & | application, | |
const xmltooling::QName * | role = NULL , |
|||
bool | validate = true | |||
) |
Constructor for policy.
application | an Application instance | |
role | identifies the role (generally IdP or SP) of the policy peer | |
validate | true iff XML parsing should be done with validation |
const Application& shibsp::SecurityPolicy::getApplication | ( | ) | const [inline] |