|
1C-Bitrix 25.700.0
|
Открытые члены | |
| setApplicationId ($appId) | |
| setAuthKeys ($keys) | |
| setAuthData ($authData) | |
| setAuthType ($authType) | |
| Открытые члены унаследованные от CRestServer | |
| __construct ($params, $toLowerMethod=true) | |
| process () | |
| getTransport () | |
| getAuth () | |
| getAuthData () | |
| getAuthScope () | |
| getQuery () | |
| getAuthType () | |
| getAppId () | |
| getClientId () | |
| getPasswordId () | |
| getMethod () | |
| setStatus ($status) | |
| setSecurityState ($state=null) | |
| getScope () | |
| getScopeList () | |
| getServiceDescription () | |
| getTokenCheckSignature ($method, $queryString) | |
| getApplicationSignature () | |
| requestConfirmation ($userList, $message) | |
| sendHeaders () | |
| sendHeadersAdditional () | |
| output ($data) | |
| finalize () | |
Защищенные члены | |
| checkAuth () | |
| Защищенные члены унаследованные от CRestServer | |
| isTokenCheck () | |
| processTokenCheckCall () | |
| processCall () | |
| canUseConnectors () | |
| getMethodOptions () | |
| appendDebugInfo (array $data) | |
Защищенные данные | |
| $authKeys = array() | |
| Защищенные данные унаследованные от CRestServer | |
| $class = '' | |
| $method = '' | |
| $transport = '' | |
| $scope = '' | |
| $query = array() | |
| $timeStart = 0 | |
| $timeProcessStart = 0 | |
| $timeProcessFinish = 0 | |
| $usage = null | |
| $auth = array() | |
| $authData = array() | |
| $authScope = null | |
| $clientId = '' | |
| $passwordId = '' | |
| $error = '' | |
| $resultStatus = null | |
| $securityMethodState = null | |
| $securityClientState = null | |
| $arServiceDesc = array() | |
| $tokenCheck = false | |
| $authType = null | |
Дополнительные унаследованные члены | |
| Открытые статические члены унаследованные от CRestServer | |
| static | instance () |
| static | transportSupported ($transport) |
| Поля данных унаследованные от CRestServer | |
| const | STATUS_OK = "200 OK" |
| const | STATUS_CREATED = "201 Created" |
| const | STATUS_WRONG_REQUEST = "400 Bad Request" |
| const | STATUS_UNAUTHORIZED = "401 Unauthorized" |
| const | STATUS_PAYMENT_REQUIRED = "402 Payment Required" |
| const | STATUS_FORBIDDEN = "403 Forbidden" |
| const | STATUS_NOT_FOUND = "404 Not Found" |
| const | STATUS_TO_MANY_REQUESTS = "429 Too Many Requests" |
| const | STATUS_INTERNAL = "500 Internal Server Error" |
| Статические защищенные данные унаследованные от CRestServer | |
| static | $instance = null |
|
protected |
Переопределяет метод предка CRestServer.