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'
 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'