RESTSecurityInvoker Properties |
The RESTSecurityInvoker type exposes the following members.
Name | Description | |
---|---|---|
AuthenticationType |
Gets the type of authentication which should be used to authenticate REST service. Default value is basic authentication ("basic" constant). Other option is forms authentication ("forms" constant).
| |
DocumentAccessReadOnly |
Indicates whether the access to the documents is read-only. If true, only GET reguests are allowed.
| |
IsSynchronous |
Always true - we need synchronous behaviour for authentication.
| |
IsTranslation |
Indicates whether the qeury is translation query.
| |
ObjectAccessReadOnly |
Indicates whether the access to the objects is read-only. If true, only GET reguests are allowed.
| |
RESTServiceEnabled |
Indicates whether the REST service is enabled (in settings).
| |
ServiceTypeEnabled |
Gets the type of the service which is enabled (0 = Everything, 1 = Only objects, 2 = Only documents).
|