def user_gateway_authorized_uri():
     '''
     The authenticated user base access root URI.
     '''
     return root_uri_resources() % 'Security/Login/%s/Gateway'
Esempio n. 2
0
 def gateway_uri_anonymous():
     '''
     The anonymous gateway URI.
     '''
     return root_uri_resources() % 'Gateway'
Esempio n. 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'
Esempio n. 5
0
 def gateway_captcha_uri():
     '''
     The captcha URI.
     '''
     return root_uri_resources() % '/Gateway/Captcha'
Esempio n. 6
0
 def gateway_uri_anonymous():
     '''
     The anonymous gateway URI.
     '''
     return root_uri_resources() % 'Gateway'