Changeset 7822
- Timestamp:
- 17/01/11 16:26:46 (10 years ago)
- Location:
- TI12-security/trunk/NDGSecurity/python
- Files:
-
- 15 added
- 86 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/NDGSecurity/python/Tests/esg_integration/test_attributeserviceclient.cfg
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/Tests/esg_integration/test_attributeserviceclient.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/Tests/oauth2/__init__.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/Tests/oauth2/sign_request.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/Tests/pyopenssl/test_ssl.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/Tests/query_arg_test/test_query_arg.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/Makefile
- Property svn:keywords set to Id
r7817 r7822 88 88 @-echo Removing unneeded XRD entries ... 89 89 sed -r -e /'<Service priority=\"(1|19|30|20)\">'/,/'<XRD>'/d \ 90 -e s/'<XRD>'/'%%\{ extraXrdEntries}\n <XRD>'/ \90 -e s/'<XRD>'/'%%\{serveryadisExtraXrdEntries}\n <XRD>'/ \ 91 91 ${SERVICE_OP_SERVER_YADIS_TMPL_FILEPATH_TMP} > \ 92 92 ${SERVICE_OP_SERVER_YADIS_TMPL_FILEPATH} 93 93 rm -f ${SERVICE_OP_SERVER_YADIS_TMPL_FILEPATH_TMP} 94 94 sed -r -e /'<Service priority=\"(1|19|30|20)\">'/,/'<XRD>'/d \ 95 -e s/'<XRD>'/'%%\{ extraXrdEntries}\n <XRD>'/ \95 -e s/'<XRD>'/'%%\{yadisExtraXrdEntries}\n <XRD>'/ \ 96 96 ${SERVICE_OP_YADIS_TMPL_FILEPATH_TMP} > \ 97 97 ${SERVICE_OP_YADIS_TMPL_FILEPATH} … … 239 239 @-echo Making substitutions for Yadis templates ... 240 240 sed -r -e /'<Service priority=\"(1|19|30|20)\">'/,/'<XRD>'/d \ 241 -e s/'<XRD>'/'%%\{ extraXrdEntries}\n <XRD>'/ \241 -e s/'<XRD>'/'%%\{serveryadisExtraXrdEntries}\n <XRD>'/ \ 242 242 ${OP_SERVER_YADIS_TMPL_FILEPATH_TMP} > \ 243 243 ${OP_SERVER_YADIS_TMPL_FILEPATH} 244 244 rm -f ${OP_SERVER_YADIS_TMPL_FILEPATH_TMP} 245 245 sed -r -e /'<Service priority=\"(1|19|30|20)\">'/,/'<XRD>'/d \ 246 -e s/'<XRD>'/'%%\{ extraXrdEntries}\n <XRD>'/ \246 -e s/'<XRD>'/'%%\{yadisExtraXrdEntries}\n <XRD>'/ \ 247 247 ${OP_YADIS_TMPL_FILEPATH_TMP} > \ 248 248 ${OP_YADIS_TMPL_FILEPATH} -
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/attributeservice/attribute-service.ini_tmpl
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/attributeservice/pki/ca/d573507a.0
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/attributeservice/pki/localhost.crt
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/attributeservice/pki/localhost.key
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/attributeservice/user.db
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/authorisationservice/authorisation-service.ini_tmpl
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/authorisationservice/pip-mapping.txt
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/authorisationservice/pki/ca/d573507a.0
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/authorisationservice/pki/localhost.crt
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/authorisationservice/pki/localhost.key
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/authorisationservice/policy.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/openidprovider/templates/serveryadis.xml_tmpl
r7817 r7822 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> 3 %%{ extraXrdEntries}3 %%{serveryadisExtraXrdEntries} 4 4 <XRD> 5 5 <Service priority="0"> -
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/openidprovider/templates/yadis.xml_tmpl
r7817 r7822 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> 3 %%{ extraXrdEntries}3 %%{yadisExtraXrdEntries} 4 4 <XRD> 5 5 <Service priority="0"> -
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/services/openidprovider/templates/serveryadis.xml_tmpl
r7786 r7822 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> 3 %%{ extraXrdEntries}3 %%{serveryadisExtraXrdEntries} 4 4 <XRD> 5 5 <Service priority="0"> -
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/services/openidprovider/templates/yadis.xml_tmpl
r7790 r7822 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> 3 %%{ extraXrdEntries}3 %%{yadisExtraXrdEntries} 4 4 <XRD> 5 5 <Service priority="0"> -
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/paster_templates/template.py
r7817 r7822 36 36 delimiter = "%%" 37 37 38 _MYPROXY_SERVER_LOCALID_XRD_ENTRY_TMPL = """<XRD> 38 39 """@var _MYPROXY_SERVER_LOCALID_XRD_ENTRY_TMPL: Yadis XRDS entry for a MyProxy 40 server endpoint. This entry also include a localID $user_url which the OpenID 41 Provider application code will fill out at runtime. 42 @type _MYPROXY_SERVER_LOCALID_XRD_ENTRY_TMPL: ndg.security.server.paster_templates.template.DoublePercentTemplate 43 """ 44 _MYPROXY_SERVER_LOCALID_XRD_ENTRY_TMPL = DoublePercentTemplate("""<XRD> 39 45 <Service priority="10"> 40 46 <Type>urn:esg:security:myproxy-service</Type> … … 43 49 </Service> 44 50 </XRD> 51 """) 52 53 """@var _ATTRIBUTE_SERVICE_LOCALID_XRD_ENTRY_TMPL: Yadis XRDS entry for an 54 Attribute Service endpoint. This entry also include a localID $user_url which 55 the OpenID Provider application code will fill out at runtime. 56 @type _ATTRIBUTE_SERVICE_LOCALID_XRD_ENTRY_TMPL: ndg.security.server.paster_templates.template.DoublePercentTemplate 45 57 """ 46 47 _ATTRIBUTE_SERVICE_LOCALID_XRD_ENTRY_TMPL = """<XRD> 58 _ATTRIBUTE_SERVICE_LOCALID_XRD_ENTRY_TMPL = DoublePercentTemplate("""<XRD> 48 59 <Service priority="20"> 49 60 <Type>urn:esg:security:attribute-service</Type> … … 53 64 </Service> 54 65 </XRD> 66 """) 67 68 """@var _MYPROXY_SERVER_NONLOCALID_XRD_ENTRY_TMPL: Yadis XRDS entry for a 69 MyProxy server endpoint. No localID entry is included as this template is for 70 use with the serveryadis.xml_tmpl which applies to requests where the specific 71 identity is not provided. 72 @type _MYPROXY_SERVER_NONLOCALID_XRD_ENTRY_TMPL: ndg.security.server.paster_templates.template.DoublePercentTemplate 55 73 """ 56 57 _MYPROXY_SERVER_NONLOCALID_XRD_ENTRY_TMPL = """<XRD> 74 _MYPROXY_SERVER_NONLOCALID_XRD_ENTRY_TMPL = DoublePercentTemplate("""<XRD> 58 75 <Service priority="10"> 59 76 <Type>urn:esg:security:myproxy-service</Type> … … 61 78 </Service> 62 79 </XRD> 80 """) 81 82 """@var _ATTRIBUTE_SERVICE_NONLOCALID_XRD_ENTRY_TMPL: Yadis XRDS entry for an 83 Attribute Service endpoint. No localID entry is included as this template is 84 for use with the serveryadis.xml_tmpl which applies to requests where the 85 specific identity is not provided. 86 @type _ATTRIBUTE_SERVICE_NONLOCALID_XRD_ENTRY_TMPL: ndg.security.server.paster_templates.template.DoublePercentTemplate 63 87 """ 64 65 _ATTRIBUTE_SERVICE_NONLOCALID_XRD_ENTRY_TMPL = """<XRD> 88 _ATTRIBUTE_SERVICE_NONLOCALID_XRD_ENTRY_TMPL = DoublePercentTemplate("""<XRD> 66 89 <Service priority="20"> 67 90 <Type>urn:esg:security:attribute-service</Type> … … 69 92 </Service> 70 93 </XRD> 71 """ 94 """) 72 95 73 96 … … 193 216 def pre(self, command, output_dir, vars): 194 217 '''Extend to enable substitutions for OpenID Provider Yadis templates''' 195 vars['extraXrdEntries'] = '' 218 219 vars['yadisExtraXrdEntries'] = '' 220 vars['serveryadisExtraXrdEntries'] = '' 196 221 197 222 attributeServiceURI = vars['baseURI'] + vars[ 198 223 'attributeServiceMountPoint'].lstrip('/') 199 224 225 # Attribute Service entry added if flag was set 200 226 if vars['includeAttributeServiceInYadis']: 201 attributeServiceEntryTmpl = DoublePercentTemplate( 202 self.__class__.ATTRIBUTE_SERVICE_XRD_ENTRY_TMPL) 203 vars['extraXrdEntries'] += attributeServiceEntryTmpl.substitute( 204 attributeServiceURI=attributeServiceURI) 227 # yadis.xml_tmpl entry 228 vars['yadisExtraXrdEntries' 229 ] += _ATTRIBUTE_SERVICE_LOCALID_XRD_ENTRY_TMPL.substitute( 230 attributeServiceURI=attributeServiceURI) 231 232 # serveryadis.xml_tmpl entry 233 vars['serveryadisExtraXrdEntries' 234 ] += _ATTRIBUTE_SERVICE_NONLOCALID_XRD_ENTRY_TMPL.substitute( 235 attributeServiceURI=attributeServiceURI) 205 236 206 237 del vars['includeAttributeServiceInYadis'] 238 239 # MyProxy Server entry added if an endpoint was specified 207 240 if vars['myproxyServerURI']: 208 myProxyServerEntryTmpl = DoublePercentTemplate( 209 self.__class__.MYPROXY_SERVER_XRD_ENTRY_TMPL) 210 vars['extraXrdEntries'] += myProxyServerEntryTmpl.substitute( 211 myproxyServerURI=vars['myproxyServerURI']) 212 241 # yadis.xml_tmpl entry 242 vars['yadisExtraXrdEntries' 243 ] += _MYPROXY_SERVER_LOCALID_XRD_ENTRY_TMPL.substitute( 244 myproxyServerURI=vars['myproxyServerURI']) 245 246 vars['serveryadisExtraXrdEntries' 247 ] += _MYPROXY_SERVER_NONLOCALID_XRD_ENTRY_TMPL.substitute( 248 myproxyServerURI=vars['myproxyServerURI']) 213 249 del vars['myproxyServerURI'] 250 214 251 super(ServicesTemplate, self).pre(command, output_dir, vars) 215 252 … … 359 396 vars['serveryadisExtraXrdEntries'] = '' 360 397 398 # Attribute Service entry added if an endpoint was specified 361 399 if vars['attributeServiceURI']: 362 attributeServiceEntryTmpl = DoublePercentTemplate( 363 self.__class__.MYPROXY_SERVER_LOCALID_XRD_ENTRY_TMPL) 364 vars['extraXrdEntries'] += attributeServiceEntryTmpl.substitute( 365 attributeServiceURI=vars['attributeServiceURI']) 400 # yadis.xml_tmpl entry 401 vars['yadisExtraXrdEntries' 402 ] += _ATTRIBUTE_SERVICE_LOCALID_XRD_ENTRY_TMPL.substitute( 403 attributeServiceURI=vars['attributeServiceURI']) 404 405 # serveryadis.xml_tmpl entry 406 vars['serveryadisExtraXrdEntries' 407 ] += _ATTRIBUTE_SERVICE_NONLOCALID_XRD_ENTRY_TMPL.substitute( 408 attributeServiceURI=vars['attributeServiceURI']) 366 409 367 410 del vars['attributeServiceURI'] 411 368 412 if vars['myproxyServerURI']: 369 myProxyServerEntryTmpl = DoublePercentTemplate( 370 self.__class__.MYPROXY_SERVER_XRD_ENTRY_TMPL) 371 vars['extraXrdEntries'] += myProxyServerEntryTmpl.substitute( 372 myproxyServerURI=vars['myproxyServerURI']) 373 374 del vars['myproxyServerURI'] 413 # yadis.xml_tmpl entry 414 vars['yadisExtraXrdEntries' 415 ] += _MYPROXY_SERVER_LOCALID_XRD_ENTRY_TMPL.substitute( 416 myproxyServerURI=vars['myproxyServerURI']) 417 418 vars['serveryadisExtraXrdEntries' 419 ] += _MYPROXY_SERVER_NONLOCALID_XRD_ENTRY_TMPL.substitute( 420 myproxyServerURI=vars['myproxyServerURI']) 421 422 del vars['myproxyServerURI'] 423 375 424 super(OpenIDProviderTemplate, self).pre(command, output_dir, vars) 376 425 -
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/authz/pep.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/client_proxy/__init__.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/client_proxy/middleware.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/openid/provider/renderinginterface/genshi/templates/serveryadis.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/wsgi/openid/provider/renderinginterface/genshi/templates/yadis.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/xacml/esgf_ext.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/xacml/pip/__init__.py
- Property svn:keywords set to Id
r7298 r7822 6 6 __license__ = "BSD - see LICENSE file in top-level directory" 7 7 __contact__ = "Philip.Kershaw@stfc.ac.uk" 8 __revision__ = '$Id :$'8 __revision__ = '$Id$' -
TI12-security/trunk/NDGSecurity/python/ndg_security_server/ndg/security/server/xacml/pip/saml_pip.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/authorisationservice/authorisation-service.ini
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/authorisationservice/pip-mapping.txt
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/authorisationservice/pki/ca/d573507a.0
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/authorisationservice/pki/localhost.crt
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/authorisationservice/pki/localhost.key
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/authorisationservice/policy.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/pki/ca/d573507a.0
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/pki/localhost-cert.der
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/config/pki/localhost-key.der
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/openidprovider/templates/__init__.py
- Property svn:keywords set to Id
r7507 r7822 8 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __revision__ = '$Id : __init__.py 7077 2010-06-24 15:38:19Z pjkersha$'10 __revision__ = '$Id$' -
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/openidprovider/templates/base.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/openidprovider/templates/decide.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/openidprovider/templates/error.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/openidprovider/templates/identity.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/openidprovider/templates/login.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/openidprovider/templates/main.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/openidprovider/templates/serveryadis.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/openidprovider/templates/yadis.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/pip-mapping.txt
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/full_system/policy.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/attributeexchange.csv
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/openidrelyingparty.ini
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/openidrelyingparty.py
- Property svn:keywords set to Id
r7796 r7822 10 10 __license__ = "BSD - See top-level directory for LICENSE file" 11 11 __contact__ = "Philip.Kershaw@stfc.ac.uk" 12 __revision__ = "$Id : securedapp.py 7077 2010-06-24 15:38:19Z pjkersha$"12 __revision__ = "$Id$" 13 13 from os import path 14 14 import optparse -
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/js/toggleDiv.js
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/CEDA_RightButton60.png
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/NERC_Logo.gif
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/NERC_Logo_Swindon.gif
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/badc logo_sm.jpg
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/badc_logo4ndg.jpg
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/default.css
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/icons/help.png
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/ndg_logo_circle.gif
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/neodc_logo4ndg.jpg
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/openid-inputicon.gif
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/public/layout/stfc-circle-sm.gif
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/templates/__init__.py
- Property svn:keywords set to Id
r7756 r7822 8 8 __license__ = "BSD - see LICENSE file in top-level directory" 9 9 __contact__ = "Philip.Kershaw@stfc.ac.uk" 10 __revision__ = '$Id : __init__.py 7077 2010-06-24 15:38:19Z pjkersha$'10 __revision__ = '$Id$' -
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/templates/base.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/templates/decide.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/templates/error.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/templates/identity.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/templates/login.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/templates/main.html
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/templates/serveryadis.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/integration/openidprovider/templates/yadis.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/authz/xacml/__init__.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/authz/xacml/pip-mapping.txt
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/authz/xacml/saml_ctx_handler.cfg
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/authz/xacml/saml_pip.cfg
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/authz/xacml/test_saml_ctx_handler.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/authz/xacml/test_saml_pip.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/paster_templates/__init__.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/paster_templates/test_paster_templates.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/wsgi/authz/request-filter.xml
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/wsgi/client_proxy/__init__.py
- Property svn:keywords set to Id
-
TI12-security/trunk/NDGSecurity/python/ndg_security_test/ndg/security/test/unit/wsgi/client_proxy/test_client_proxy.py
- Property svn:keywords set to Id
Note: See TracChangeset
for help on using the changeset viewer.