Static Private Member Functions | |
| static internal Map.Account | GetContextAccount (CoreHandler Handler, PageContext page_context, RequestContext request_context) |
| Helper for identifying read-access account when handler supports Anonymous Browsing DO NOT use this method for retrieving an account for update, delete, or create actions. 1) Use the authenticated account first 2) Use the request_context's account user, if available 3) Use the product user if Anonymous Browsing is enabled. | |
| static internal void | RenderDataPolicy (PageContext page_context, RequestContext request_context, Map.Account account, Map.Data data) |
| static internal void | RenderGroupPolicy (PageContext page_context, RequestContext request_context, Map.Account account, Map.BaseGroup group) |
| static internal void | RenderPolicy (RequestContext request_context, String statement, bool read, bool write, bool change, bool delete) |
| static internal Map.Account Core.Tools.AccountManager.WebHandler.SecurityHandlerUtil.GetContextAccount | ( | CoreHandler | Handler, | |
| PageContext | page_context, | |||
| RequestContext | request_context | |||
| ) | [static, private] |
Helper for identifying read-access account when handler supports Anonymous Browsing DO NOT use this method for retrieving an account for update, delete, or create actions. 1) Use the authenticated account first 2) Use the request_context's account user, if available 3) Use the product user if Anonymous Browsing is enabled.
| page_context | ||
| request_context |
| static internal void Core.Tools.AccountManager.WebHandler.SecurityHandlerUtil.RenderDataPolicy | ( | PageContext | page_context, | |
| RequestContext | request_context, | |||
| Map.Account | account, | |||
| Map.Data | data | |||
| ) | [static, private] |
| static internal void Core.Tools.AccountManager.WebHandler.SecurityHandlerUtil.RenderGroupPolicy | ( | PageContext | page_context, | |
| RequestContext | request_context, | |||
| Map.Account | account, | |||
| Map.BaseGroup | group | |||
| ) | [static, private] |
| static internal void Core.Tools.AccountManager.WebHandler.SecurityHandlerUtil.RenderPolicy | ( | RequestContext | request_context, | |
| String | statement, | |||
| bool | read, | |||
| bool | write, | |||
| bool | change, | |||
| bool | delete | |||
| ) | [static, private] |