def user_gateway_authorized_uri():
     '''
     The authenticated user base access root URI.
     '''
     return root_uri_resources() % 'Security/Login/%s/Gateway'
Пример #2
0
 def gateway_uri_anonymous():
     '''
     The anonymous gateway URI.
     '''
     return root_uri_resources() % 'Gateway'
Пример #3
0
 def user_gateway_authorized_uri():
     '''
     The authenticated user base access root URI.
     '''
     return root_uri_resources() % 'Security/Login/%s/Gateway'
 def gateway_captcha_uri():
     '''
     The captcha URI.
     '''
     return root_uri_resources() % '/Gateway/Captcha'
Пример #5
0
 def gateway_captcha_uri():
     '''
     The captcha URI.
     '''
     return root_uri_resources() % '/Gateway/Captcha'
Пример #6
0
 def gateway_uri_anonymous():
     '''
     The anonymous gateway URI.
     '''
     return root_uri_resources() % 'Gateway'