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'