⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 security.idl,v

📁 Perfession Linux Programming examples
💻 IDL,V
字号:
head	1.1;
access;
symbols;
locks
	cbbrowne:1.1; strict;
comment	@# @;


1.1
date	2000.06.09.12.32.50;	author cbbrowne;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@module SECURITY {
  exception NOTAUTHENTICATED {};// User could not be validated
  /* The Security Interface provides minimal protection, at present */
  /* typedef fixed<10,2> vl; */
  interface USERAUTH {
    void login (in string user, in string password, out string token) 
      raises (NOTAUTHENTICATED);
    void validate (in string user, in string capability)
      raises (NOTAUTHENTICATED);
  };
};
@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -