Changeset 7148
- Timestamp:
- 01/07/10 12:41:46 (11 years ago)
- Location:
- TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap/attribute-interface.ini
r7147 r7148 34 34 # This filter is a container for a binding to a SOAP based interface to the 35 35 # Attribute Authority 36 paste.filter_app_factory = ndg.saml.test.binding.soap.test_ soapattributeinterface:TestAttributeServiceMiddleware36 paste.filter_app_factory = ndg.saml.test.binding.soap.test_attributeservice:TestAttributeServiceMiddleware 37 37 queryInterfaceKeyName = attributeQueryInterface -
TI12-security/trunk/ndg_saml/ndg/saml/test/binding/soap/authz-decision-interface.ini
r7143 r7148 37 37 # This filter is a container for a binding to a SOAP based interface to the 38 38 # Attribute Authority 39 paste.filter_app_factory = ndg.saml.test.binding.soap.test_ soapauthzdecisioninterface:TestAuthorisationServiceMiddleware39 paste.filter_app_factory = ndg.saml.test.binding.soap.test_authzservice:TestAuthorisationServiceMiddleware 40 40 queryInterfaceKeyName = AUTHZ_DECISION_QUERY_FUNC 41 41
Note: See TracChangeset
for help on using the changeset viewer.