Carrier level checking
2017-02-27 11:08:39 0 举报
abc
作者其他创作
大纲/内容
yes
return true(means reject with a bad request code with description of identity required in the signup request)
no
no null
follow the \"Signup Rule Design\" work flow to check if block the request
return false(means allow anonymous signup)
find the rule values(\"allowedIdentityType\" field) matches the specified identity type
retrieve the specified carrier signup rules from entity CarrierSignupRule in cache/DB
retrieve Identity value from the request
start
carrier level checking flag is enabled in config file
matches
End
identity is null
0 条评论
下一页