Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this section, you can find functions and subroutines frequently used for the ‘Security’ feature. Please refer to the table below for applicable functions/subroutines.

...

(blue star)

...

All commands must be used with parentheses.

...

Type

...

Format

...

Description

...

Function

...

system.hasPermission()

...

Returns the user’s permission groups.

...

본 항목에서는 보안 기능에서 자주 쓰이는 함수(Function) 및 서브루틴(Subroutine)을 확인할 수 있습니다. 활용할 수 있는 함수 및 서브루틴은 다음 표를 참조하여 주시기 바랍니다.

(blue star)

모든 명령어는 반드시 괄호를 사용하여야 합니다.

종류

형식

설명

함수

n = system.hasPermission(“PermissionName”);

현재 로그인한 사용자에게 입력된 권한 부여 여부를 반환합니다. 값이 1이면 해당하는 권한이 있으며, 값이 0이면 해당 권한이 없습니다.

서브루틴

system.login(“UserID”,”Password”)

Logs on with the provided user information.

Subroutine

;

입력된 사용자 정보를 기반으로 로그인을 시도합니다.

서브루틴

Not yet implemented

Brings up the User Log On window사용자 로그온 창을 엽니다.

Subroutine서브루틴

system.logout()Logs out the current user;

현재 접속 중인 사용자를 로그아웃 시킵니다.

  • Functions for Security