Public Member Functions | |
| void | setUp () |
| void | tearDown () |
| void | isAuthorized () |
| void | testNoPermNeededOut () |
| void | testNoPermNeededOutAuthIdentity () |
| void | testNoPermAck () |
| void | testNoPermResponse () |
| void | testForbidden () |
| void | testAuthIdentity () |
| void | testNoChallengeAuth () |
| void | testChallengeAuthSpiral () |
Static Public Attributes | |
| static EnforceAuthRules * | enforcer = dynamic_cast<EnforceAuthRules*>(getAuthPlugin("enforce")) |
| static SipDbTestContext | TestDbContext |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (EnforceAuthRulesTest) | |
| CPPUNIT_TEST (isAuthorized) | |
| CPPUNIT_TEST (testNoPermNeededOut) | |
| CPPUNIT_TEST (testNoPermNeededOutAuthIdentity) | |
| CPPUNIT_TEST (testNoPermAck) | |
| CPPUNIT_TEST (testNoPermResponse) | |
| CPPUNIT_TEST (testForbidden) | |
| CPPUNIT_TEST (testNoChallengeAuth) | |
| CPPUNIT_TEST (testChallengeAuthSpiral) | |
| CPPUNIT_TEST_SUITE_END () | |
| void | getPermissions (ResultSet &permissions, bool hunting, bool fishing) |
| void | addPermission (ResultSet &permissions, const char *permissionValue) |
| CPPUNIT_TEST_SUITE | ( | EnforceAuthRulesTest | ) | [private] |
| CPPUNIT_TEST | ( | isAuthorized | ) | [private] |
| CPPUNIT_TEST | ( | testNoPermNeededOut | ) | [private] |
| CPPUNIT_TEST | ( | testNoPermNeededOutAuthIdentity | ) | [private] |
| CPPUNIT_TEST | ( | testNoPermAck | ) | [private] |
| CPPUNIT_TEST | ( | testNoPermResponse | ) | [private] |
| CPPUNIT_TEST | ( | testForbidden | ) | [private] |
| CPPUNIT_TEST | ( | testNoChallengeAuth | ) | [private] |
| CPPUNIT_TEST | ( | testChallengeAuthSpiral | ) | [private] |
| CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
| void setUp | ( | ) | [inline] |
| void tearDown | ( | ) | [inline] |
| void isAuthorized | ( | ) | [inline] |
| void testNoPermNeededOut | ( | ) | [inline] |
| void testNoPermNeededOutAuthIdentity | ( | ) | [inline] |
| void testNoPermAck | ( | ) | [inline] |
| void testNoPermResponse | ( | ) | [inline] |
| void testForbidden | ( | ) | [inline] |
| void testAuthIdentity | ( | ) | [inline] |
| void testNoChallengeAuth | ( | ) | [inline] |
| void testChallengeAuthSpiral | ( | ) | [inline] |
| void getPermissions | ( | ResultSet & | permissions, | |
| bool | hunting, | |||
| bool | fishing | |||
| ) | [inline, private] |
| void addPermission | ( | ResultSet & | permissions, | |
| const char * | permissionValue | |||
| ) | [inline, private] |
EnforceAuthRules * enforcer = dynamic_cast<EnforceAuthRules*>(getAuthPlugin("enforce")) [static] |
SipDbTestContext TestDbContext [static] |