Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is [available too].

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

역할 및 사용자 작업은 세 개의 proto 파일에 의해 설명됩니다.

  1. SecuriteService.proto는 객체 정의, 속성 및 메서드를 포함합니다.
  2. GlobalPermissioins.proto는 전역 액세스 매개변수의 속성을 포함합니다.
  3. ObjectsPermissioins.proto는 특정 객체에 대한 액세스 매개변수의 속성을 포함합니다.

SecuriteService.proto의 메서드:

  • message ListConfigRequest − 구성을 요청합니다.
  • message ChangeConfigRequest − 구성을 생성/편집/삭제합니다.
  • message ListGlobalPermissionsRequest − 전역 액세스 매개변수를 요청합니다.
  • message SetGlobalPermissionsRequest − 전역 액세스 매개변수를 설정합니다.
  • message ListObjectPermissionsRequest − 특정 객체에 대한 액세스 매개변수를 요청합니다.
  • message SetObjectPermissionsRequest − 특정 객체에 대한 액세스 매개변수를 설정합니다.

SecuriteService.proto의 속성:

Role 객체 (message Role):

속성설명
indexGUID
nameRole 이름
comment코멘트
timezone_id

역할 운영 시간대의 ID

동시 연결 제한 (message ConnectionRestrictions):

속성설명
web_count웹 애플리케이션 연결의 최대 수
mobile_count모바일 애플리케이션 연결의 최대 수

User 객체 (message User):

속성설명
indexGUID

login

name

사용자 이름

comment

코멘트

date_created생성 날짜
date_expires인증서 만료 날짜
enabled활성화 여부
ldap_server_idLDAP 서버 ID
ldap_domain_nameLDAP 서버 이름
ConnectionRestrictions restrictions ConnectionRestrictions 속성 세트 (위에서 언급)

사용자와 역할 연결 (message UserAssignment):

속성설명
user_id사용자 id
role_id역할 id

LDAP 객체 (message LDAPServer):

속성설명
indexGUID
server_name

서버 이름 또는 IP 주소

friendly_name이름
port포트
base_dn기본 DN
login사용자
password비밀번호
use_ssl보안 연결 사용 (SSL)
search_filter검색 필터
login_attribute로그인 속성
dn_attributeDN 속성

GlobalPermissioins.proto의 속성:

PTZ 제어 속성 (enum ETelemetryPriority):

속성설명
TELEMETRY_PRIORITY_UNSPECIFIEDPTZ 제어 우선순위가 지정되지 않음
TELEMETRY_PRIORITY_NO_ACCESS
접근 불가
TELEMETRY_PRIORITY_LOWEST최소 수준
TELEMETRY_PRIORITY_LOW낮은 수준
TELEMETRY_PRIORITY_NORMAL중간 수준
TELEMETRY_PRIORITY_HIGH높은 수준
TELEMETRY_PRIORITY_HIGHEST최대 수준

지도 접근 (enum EMapAccess):

설명
MAP_ACCESS_UNSPECIFIED지도 접근이 지정되지 않음
MAP_ACCESS_FORBID지도 접근이 금지됨
MAP_ACCESS_VIEW_ONLY지도만 볼 수 있음
MAP_ACCESS_VIEW_SCALE지도를 이동하고 크기를 조정할 수 있음
MAP_ACCESS_FULL모든 옵션 사용 가능

기능 접근 (enum EFeatureAccess):

속성설명
FEATURE_ACCESS_FORBID_ALLAll features are forbidden
FEATURE_ACCESS_DEVICES_SETUPDevice settings (see 하드웨어 구성)
FEATURE_ACCESS_ARCHIVES_SETUPAcrhive settings (see 아카이브 설정)
FEATURE_ACCESS_DETECTORS_SETUPDetection settings (see 검출 도구 설정)
FEATURE_ACCESS_USERS_RIGHTS_SETUPUser permission settings (see 사용자 권한 설정)
FEATURE_ACCESS_CHANGING_LAYOUTSEditing layouts (see 레이아웃 설정)
FEATURE_ACCESS_EXPORTExporting snapshots and video recordings (see 프레임 및 비디오 내보내기)
FEATURE_ACCESS_LAYOUTS_TABAccess to Layouts tab (see 레이아웃 관리)
FEATURE_ACCESS_SETTINGS_SETUPOptions settings (see 시스템 환경설정)
FEATURE_ACCESS_MINMAX_BUTTON_ALLOWEDMinimizing the Client to the system tray (see Axxon One 소프트웨어 패키지의 인터페이스)
FEATURE_ACCESS_SYSTEM_JOURNALViewing the system log (see 시스템 로그)
FEATURE_ACCESS_DOMAIN_MANAGING_OPSManaging an Axxon domain (see Axxon Domain operations)
FEATURE_ACCESS_ADD_CAMERA_TO_LAYOUT_IN_MONITORINGAdding a camera to a layout in live video mode (see Adding cameras to cells)
FEATURE_ACCESS_SEARCHArchive search (see 아카이브 검색 모드 영상 감시)
FEATURE_ACCESS_EDIT_PTZ_PRESETSAdding and editing presets for PTZ cameras (see Control Using the Presets List)
FEATURE_ACCESS_PROGRAMMING_SETUPProgramming setup (see 매크로 설정)
FEATURE_ACCESS_WEB_UI_LOGINAccess to the Web server (see 웹 클라이언트에서 Axxon One 작업)
FEATURE_ACCESS_COMMENTUser comments for recorded video (see 운영자 코멘트)
FEATURE_ACCESS_ALLOW_BUTTON_MENU_CAMERAContext menu of a video camera in a viewing tile (see 타일 ​​컨텍스트 메뉴 보기)
FEATURE_ACCESS_ALLOW_SHOW_TITLESDisplaying captions (see POS 단말기에서 타이틀 보기)
FEATURE_ACCESS_SHOW_ERROR_MESSAGESShow error messages (see 이벤트 제어)

Alarms Management (enum EAlertAccess):

PropertyDescription
ALERT_ACCESS_UNSPECIFIEDThe alarms access is not specified
ALERT_ACCESS_FORBIDUsers have no access to alarm videos
ALERT_ACCESS_VIEW_ONLYUsers can view alarm videos but they can't evaluate alarms
ALERT_ACCESS_FULLUsers can view alarm videos and evaluate alarms

Unlimited access to all features (enum EUnrestrictedAccess):

PropertyDescription
UNRESTRICTED_ACCESS_UNSPECIFIEDUnlimited access is not specified
UNRESTRICTED_ACCESS_NOUnlimited access is forbidden
UNRESTRICTED_ACCESS_YESUnlimited access to all features

Properties in ObjectsPermissioins.proto:

The video camera access (enum ECameraAccess):

PropertyDescription
CAMERA_ACCESS_UNSPECIFIEDThe video camera access is not specified
CAMERA_ACCESS_FORBIDYou cannot access the device.
CAMERA_ACCESS_MONITORING_ON_PROTECTIONYou can view video from the camera only when the camera is armed.
CAMERA_ACCESS_MONITORINGYou can live video from the camera. Other functions and device configuration are not available.
CAMERA_ACCESS_ARCHIVEYou can view live and recorded video from the camera. You cannot arm/disarm/configure the camera.
CAMERA_ACCESS_MONITORING_ARCHIVE_MANAGEAll functions available. You cannot configure the device.
CAMERA_ACCESS_FULLAll functions and settings available.

The microphone access (enum EMicrophoneAccess):

PropertyDescription
MICROPHONE_ACCESS_UNSPECIFIEDThe microphone access is not specified
MICROPHONE_ACCESS_FORBIDThe user is unable to listen to live sound from the video camera. The user is unable to listen to sound recordings from the archive
MICROPHONE_ACCESS_MONITORINGThe user is able to listen to live sound from the video camera (the microphone must be turned on). The user is unable to listen to sound recordings from the archive
MICROPHONE_ACCESS_FULLAll functions are accessible

The PTZ access (enum ETelemetryAccess):

PropertyDescription
TELEMETRY_ACCESS_UNSPECIFIEDThe PTZ access is not specified
TELEMETRY_ACCESS_FORBIDThe user cannot control pan/tilt/zoom
TELEMETRY_ACCESS_CONTROLThe user can control pan/tilt/zoom

The archive access (enum EArchiveAccess):

PropertyDescription
ARCHIVE_ACCESS_UNSPECIFIEDThe archive access is not specified
ARCHIVE_ACCESS_FORBIDAccess is not provided to this archive
ARCHIVE_ACCESS_FULLArchive is available for all functions

The video walls access (EVideowallAccess):

PropertyDescription
VIDEOWALL_ACCESS_UNSPECIFIEDThe video walls access is not specified
VIDEOWALL_ACCESS_FORBIDThe access is forbidden
VIDEOWALL_ACCESS_FULLThe access is granted
  • No labels