WorksiteSecurityModel
The submodel to use for Worksite security. This parameter applies only to the AUTONOMY_SECURITY_V4_WORKSITE_MAPPED
security type.
By default, Answer Server uses a pessimistic security model, which means that it checks whether a user is denied before checking whether the user is allowed. Set WorksiteSecurityModel
to OPTIMISTIC
to use an optimistic security model instead, which checks whether the user is allowed first.
Type: | String |
Default: | PESSIMISTIC |
Required: | No |
Configuration Section: | MySecurityType
|
Example: | WorksiteSecurityModel=OPTIMISTIC
|
See Also: |