(计算机应用技术专业论文)基于对称rbac模型的配置委托权限管理研究.pdf_第1页
(计算机应用技术专业论文)基于对称rbac模型的配置委托权限管理研究.pdf_第2页
(计算机应用技术专业论文)基于对称rbac模型的配置委托权限管理研究.pdf_第3页
(计算机应用技术专业论文)基于对称rbac模型的配置委托权限管理研究.pdf_第4页
(计算机应用技术专业论文)基于对称rbac模型的配置委托权限管理研究.pdf_第5页
已阅读5页,还剩64页未读 继续免费阅读

(计算机应用技术专业论文)基于对称rbac模型的配置委托权限管理研究.pdf.pdf 免费下载

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

摘要 自从人类有了资产保护 就有了授权这个概念 守卫 门以及锁自古以来 就被用于限制私自访问贵重物品 在今天的信息技术环境中 授权关心的是用 户如何访问计算机系统的资源 通俗地说 就是谁能做什么事 授权无疑是今 天最根本和最普遍使用的安全机制 从商业的角度来看 授权有可能促进最佳 地分享和交流资源 但它也有可能阻碍用户 增加大量的行政费用 并导致重 要信息未经授权的披露 信任管理系统的授权 比传统的访问控制系统更加令人印象深刻 如基于 角色的访问控制 又如现在分布式系统的安全机制 采用了更先进的功能 如 委托 和政策 如职责的分离 信任管理系统包括三个主要组成部分 授权决 定 证书存储和检索 信任协商 在此论文中 授权决定被当做基于配置委托 架构的对称委托模型的关键而提出 这个架构已制定并组织了三个步骤或部 分 语义模型 设计和实旖 对称委托模型被分为多个池 如用户 组 函数和数据 这些池之间的关 系已经作为行为模型的一部分而被加入 其中的4 种基本关系如下 函数是拥 有者的数据信息 只要函数能访问资源或者网络中的任何一个节点有权使用函 数去访问信息或资源 这些函数被分配给角色 且角色只能管理函数以及其他 角色 角色也可以下放给组或另一个角色 这意味着其全部或部分权限可以委 托给角色或组 组是管理角色和用户的实体 管理角色意味着管理分配给角色 的权限和函数 管理用户意味着大多数用户应分配到一个组并且一个用户只能 用函数通过组访问一个角色 用户与角色的函数拥有相同的行为 用户根据谁 有权在网络中做一些具体的行为被分配到不同的组 只有这样 用户才可以访问作为组一部分或与组相关的信息或资源 事实 上 有可能允许的组合是 d xf f x r r x r r x qg x g 和g x u 以补全用 户和数据间的路径 论文提出的模型之所以被认为是对称的 是因为模型的一边的行为与另一 边是类似的 它能降低开发成本 致力于开发代码重用 并减少开发时间 模 型在委托过程中使用了基于组件的配置文件 这些组件是 时间消亡机制 约 束 委托状态 深度和私人密钥 这些组件使系统具有更大的灵活性 可扩展 性和简单的方式进行维修 基于配置文件和网络中两个节点间的路径使得撤销 进程非常的容易 组件中的时间到期机制使得能自动撤销许可 因为时间已经到点 需要协 商增加新的时间来延长访问 这就是为什么在配置文件中一直考虑用状态 因 为在最初的概念中 所有的委托都是暂时的 并且时间仅仅是因为组织或公司 的政策才定义的 组件中的深度对于获知关注的用户群中的用户或组的水平和 架构是非常重要的 深度的值可以表示实体是否能否产生新的委托给另外的组 或角色 还有助于了解一些具体分支中的级联委托 私人密钥与每条路径相 关 密钥使用3 d e s 加密算法 从存储信息的角度看 加密该文件有特殊的重 要性 每条路径上的密钥是为了让正确的用户能够看到j 下确的路径 下面便是 这个模型的轮廓 对于网络中的每个委托 这个模型需要使用一个配置文件登 记用于未来新委托和全部或部分撤销的所有事件的详细信息 三种类型的过程已被审议并设计了有效的后续算法 委托算法 全部撤销 算法和部分撤销算法 委托算法已经注意到 角色群和组群之间 在一个角色 内部或一个组内部 特定的委托 部分撤销的重点是在不触及其他地方的权限 前提下 从一特定用户撤销具体功能 并且这些改变能通过网络执行 全部撤 销移除所有实体请求的权限 甚至有可能删除实体本身 而其他的用户并没有 撤销过程的发生 在所有的情况下 系统的其他过程是透明的 在设计中 u m l 被用于表述用例图 用户i 订j 的关系 关于对称模型解释 的类图 和所有用于解释算法的实例的状态图 在设计的最后 类图用来展示 这个模型如何在一个实例系统中包含所有的组件 在模型的实际应用中 o r a c l e 9 i 用于存储信息 t o a d 8 6 用来管理整个 o r a c l e 坏境 操作系统使用的是r e dh a t u n i x 脚本语言和s q l 语言用于开发 和完成整个模型的实现 配置文件对于管理员方便管理系统的权限提供很好的帮助 它能让管理员 准确获知委托是怎样且何时发生 论文论述了如何展示在整个权限管理系统中 委托和撤销任意一个节点的方法 信任管理系统中基于对称的角色访问控制模型的委托是一个确保和控制系 统中用户访问的健壮的模型 这个模型提供对称属性以增强它的易构建性和降 低它的实现成本 配置文件代表了模型可审计性 可扩展性 可用性和可维护 性的关键 这个模型确保授权用户能在正确时间以最好的质量获取足够的信 息 关键字 安全 基于角色的访问控制 委托 撤销 配置 a b s t r a c t a u t h o r i z a t i o ni nt r u s tm a n a g e m e n ts y s t e m si sm o r ee x p r e s s i v et h a ni nt r a d i t i o n a l a c c e s sc o n t r o ls y s t e m ss u c ha sr o l eb a s e da c c e s sc o n t r o l r b a c s e c u r i t yi nm o d e m d i s t r i b u t e ds y s t e m su t i l i z e sm o r es o p h i s t i c a t e df e a t u r e s 1 i k ed e l e g a t i o n a n dp o l i c i e s a ss e p a r a t i o no fd u t y t r u s tm a n a g e m e n ts y s t e m s t m s s i np r a c t i c ec o m p r i s e t h r e em a j o rc o m p o n e n t s t h ea u t h o r i z a t i o nd e c i s i o n c e r t i f i c a t es t o r a g ea n dr e t r i e v a l a n dt r u s tn e g o t i a t i o n i nt h i sd o c u m e n ta u t h o r i z a t i o nd e c i s i o nh a sb e e nt a k e n 鹤t h e p r i n c i p a lt ob ea n a l y z e da n das y m m e t r i cm o d e lf o rd e l e g a t i o nb a s e do nap r o f i l e d e l e g a t i o ns t r u c t u r eh a sb e e np r o p o s e d t h es t r u c t u r eh a sb e e no r g a n i z e di np o o l sl i k eu s e r s g r o u p s r o l e s f u n c t i o n sa n dd a t a a n dt h er e l a t i o n si nr o l e g r o u p r o l e r o l e g r o u p g r o u pa n df i n a l l yt h ed e l e g a t i o na n d r e v o c a t i o na l g o r i t h mh a v eb e e nd e v e l o p e df o rc o m p l e t et h er o b u s tc o m p o n e n t s t h e s e a l g o r i t h m su s ev a r i a b l e sl i k et i m ee x p i r a t i o n c o n s t r a i n t s a n ds t a t eo ft h ed e l e g a t i o n d e p t ha n dp r i v a t ek e yg i v i n gt h es y s t e mm o r ef l e x i b i l i t y s c a l a b i l i t y a n de a s yw a y f o r m a i n t e n a n c e am a t h e m a t i c a lm o d e lh a sb e e np r o p o s e da sb a s e do ft h ep r o f i l ed e l e g a t i o nm o d e l a 1 1 v a r i a b l e sc o n s i d e ra 1 1t h ec a s e sw h e nm a n yu s e r sa c ta n dn e e dr i g h t so v e rm a n y p r i v i l e g e s a n yt i m e a n yp l a c e a n di na n yc i r c u m s t a n c e u m lh a sb e e na p p l i e df o r d e s i g nt h ea r c h i t e c t u r eo ft h em o d e lu s i n gt h eu s ec a s e c l a s sa n ds t a t ed i a g r a m s t h e i m p l e m e n t a t i o no ft h em o d e lh a sb e e no v e ro r a c l ed a t ab a s ea n du n i xo p e r a t i o n s y s t e m w h e nad e l e g a t i o no c c b i s i ti sr e g i s t e r e ds e t t i n gi t sv a r i a b l e si nt h ep r o f i l e v a l i d a t i n g t h en e wp a r a m e t e r so ft h ed e l e g a t i o na n da s s o c i a t i n gt h e m 懿an e wb r a n c ho ft h e d e l e g a t i o n t h ep r o f i l ei si m p o r t a n tt om a k eah e a l t h yr e v o c a t i o n a n dc a s c a d e d e l e g a t i o ni nt h et i m e r e v o c a t i o np r o c e s sr e q u e s t sl o a da l lp a r a m e t e r st h a tr e f e rt o t h ep a t ht ob er e v o k e d w h e nr e v o c a t i o no c c u i t w oc a s e sh a v eb e e na n a l y z e d a 1 1 p e r m i s s i o n sc o u l db er e m o v e d t o t a lr e v o c a t i o n o ro n l ys o m eo f t h ep e r m i s s i o nn e e d t ob er e v o k e d p a r t i a lr e v o c a t i o n t h ei m p l e m e n t a t i o no ft h em o d e lh a sb e e ns h o w e dt h a tt h em o d e li sr e a d yf o rb e a u d i t e dw i t h k e yi n d i c a t o r s l i k e f l e x i b i l i t y s c a l a b i l i t y a v a i l a b i l i t y a n de a s y m a i n t e n a n c ei nan e t w o r k i ti sf o rs u r et h a te v e r yu s e rc a l la c c e s so n l yt ot h e i n f o r m a t i o na u t h o r i z e dt h r o u g ht h ep e r m i s s i o n sa s s o c i a t e dt ot h e ma c c o r d i n gt ot h e p o l i c yi nt h eo r g a n i z a t i o n t h ep r o f i l ed e l e g a t i o nm a n a g e st h ed e l e g a t i o na n dr e v o c a t i o np a t h b e i n gp o s s i b l e d e l e g a t ea m o u n to ff u n c t i o n sa n du s e r st ot h er o l e sa n dg r o u p sr e s p e c t i v e l y t h e p r o f i l ei sap o w e r f u lt o o lf o rt h ea d m i n i s t r a t o rt ok n o we x a c t l yh o wa n dw h e na d e l e g a t i o nh a p p e n a n ds h o w st h ew a yt or e v o k ea n yn o d ea n yt i m ei nt h ew h o l e s y s t e m t h ep r o f i l ed e l e g a t i o nb a s e do nas y m m e t r i cr b a cm o d e li nat r u s tm a n a g e m e n t s y s t e mi sar o b u s tm o d e lf o re n s u r ea n dc o n t r o lt h ea c c e s so ft h eu s e r si nas y s t e m t h em o d e lo f f e r ss y m m e t r i cp r o p e r t i e sf o rr e d u c ee f f o r ti ni t sd e v e l o p m e n ta n d r e d u c ec o s to ni t si m p l e m e n t a t i o n p r o f i l er e p r e s e n t st h ek e yo ft h em o d e lf o ra u d i t i n g f o rs c a l a b i l i t y a v a i l a b i l i t ya n dm a i n t e n a n c e t h em o d e le n s u r et h a ta na u t h o r i z e du s e r r e c e i v et h ea d e q u a t ei n f o r m a t i o ni nt h ec o r r e c tt i m ew i t ht h eb e s tq u a l i t y k e y w o r d s s e c u r i t y r o l eb a s ea c c e s sc o n t r o l d e l e g a t i o n r e v o c a t i o n p r o f i l e l i s to ff i g u r e s f i g1 1a u t h o r i z a t i o nd e c i s i o nm o d e l f i g1 2c o r er b a c s t a t i ce l e m e n t f i g1 3u s e r r o l e p e r m i s s i o na n dr e l a t i o n s h i p s f i g2 1s y m m e t r i cr b a ca d m i n i s t r a t i v em o d e l f i g2 2e x a m p l ef o rs y m m e t r i cp r o f i l ed e l e g a t i o np a t h f i g2 3r e v o k et 2 f i g2 4a l g o r i t h md e l e g a t i o n f i g2 5a l g o r i t h mr e v o c a t i o n f i g2 6e x a m p l ef o rp a r t i a lr e v o c a t i o n f i g2 7p a r t i a lr e v o c a t i o na l g o r i t h m f i g3 1g e n e r a lm o d e lf o rs y m m e t r i cp r o f i l ea c c e s sc o n t r o l f i g3 2f u n c t i o n sa sb a s eo fd a t a f i g3 3u s ec a s ef o rf u n c t i o n u s e rr e l a t i o n s h i p f i g3 4u s e r f u n c t i o n sp o o lr e s u l t f i g3 5c l a s sd i a g r a mf o rt h es y m m e t r i cp r o f i l ea c c e s sc o n t r o l f i g3 6g r o u pt og r o u pd e l e g a t i o nc l a s s f i g3 7r o l et or o l ed e l e g a t i o n f i g3 8f u n c t i o nt or o l ea s s i g n m e n t f i g3 9p a r t i a lf u n c t i o nd e l e g a t i o nt oar o l e f i g3 1 0c r e a t i o no f n e wr o l ef o rp a r t i a ld e l e g a t i o no f f u n c t i o nu s i n gr o l e 2 r o l ec l a s s f i g3 11d e l e g a t i o na l g o r i t h ms t a t ed i a g r a m f i g3 1 2t o t a lr e v o c a t i o ns t a t ed i a g r a m f i g3 13p a r t i a lr e v o c a t i o na l g o r i t h ms t a t ed i a g r a m f i g3 1 4s y m m e t r i cp r o f i l ea c c e s sc o n t r o lc l a s sd i a g r a mi nat m s f i g4 1s y m m e t r i cp r o f i l ea c c e s sc o n t r o lp r o t o t y p ec o n f i g u r a t i o n g e n e r i ce x a m p l e f i g4 2u s e rp o o lc o n f i g u r a t i o n f i g4 3f u n c t i o np o o lc o n f i g u r a t i o n f i g4 4g r o u pp o o lt a b l ec o n f i g u r a t i o n f i g4 5r o l ep o o lt a b l ec o n f i g u r a t i o n f i g4 6f u n c t i o n 2 r o l ec o n f i g u r a t i o n f i g4 7u s e r 2 9 r o u pc o n f i g u r a t i o n f i g4 8r o l e 2 9 r o u pc o n f i g u r a t i o n f i g4 9u s e r so fg r o u p3h a sb e e nd e l e g a t e dn e wf u n c t i o n8 f i g4 10d e l e g a t i o no ff u n c t i o n8t ot h eu s a so fg r o u p3 f i g4 11p e r m i s s i o n so f r o l e3h a sb e e nd e l e g a t e dt og r o u p1 f i g4 1 2p a r to f t h ec o d eo f t h ea p p l i c a t i o nt h a ts h o wt h er e s u l t so f e x e c u t i o n f i g4 13r e s u l to ft h ed e l e g a t i o ne x e c u t i o n f i g4 1 4r e v o k et h ef u n c t i o n6f o rt h eu s e r1 e x a m p l ef o rp a r t i a lr e v o c a t i o n f i g4 1 5c o n f i g u r a t i o nb e f o r ee x e c u t er e v o c a t i o no f f u n c t i o n6o v e ru s e r1 f i g4 1 6c o n f i g u r a t i o n a f t e re x e c u t er e v o c a t i o no f f u n c t i o n6o v e ru s e r1 f i g4 1 7f i n a lc o n f i g u r a t i o na f t e rr e v o c a t i o no f f u n c t i o n6o v e ru s e r1 1 原创性声明 本人声明 所呈交的学位论文是本人在导师指导下进行的研究 工作及取得的研究成果 尽我所知 除了论文中特别加以标注和致 谢的地方外 论文中不包含其他人已经发表或撰写过的研究成果 也不包含为获得中南大学或其他单位的学位或证书而使用过的材 料 与我共同工作的同志对本研究所作的贡献均已在在论文中作了 明确的说明 作者签名 早蛰俨日期 等年5 月瑚 关于学位论文使用授权说明 本人了解中南大学有关保留 使用学位论文的规定 即 学校 有权保留学位论文 允许学位论文被查阅和借阅 学校可以公布学 位论文的全部或部分内容 可以采用复印 缩印或其它手段保存学 位论文 学校可根据国家或湖南省有关部门规定送交学位论文 作者签名 p 趣号产师签名 c h a p t e r ii n t r o d u c t i o n 1 1t r u s tm a n a g e m e n ts y s t e m s d i s t r i b u t e da p p l i c a t i o n st h a ts p a na d m i n i s t r a t i v ed o m a i n sh a v eb e c o m ec o n l n l o np l a c ei n t o d a y sc o m p u t i n ge n v i r o n m e n t e l e c t r o n i cc o l n n l e r c e h i g hp e r f o r m a n c es c i e n t i f i c c o m p u t i n g g r o u p w a r e a n dm u l t i m e d i aa p p l i c a t i o n sa l l r e q u i r e c o l l a b o r a t i o n sb e t w e e n d i s t i n c ts o c i a le n t i t i e s i ns u c hs y s t e m se a c ha d m i n i s t r a t i v ed o m a i n a l s oc a l l e das e c u r i t y d o m a i n c o n t r o l sa c c e s st oi t so w nr e s o u r c e sa n do p e r a t e s i n d e p e n d e n t l yo fo t h e r a d m i n i s t r a t i v ed o m a i n s t h ep r o b l e mo fh o wt ob e s ts p e c i f ya n di m p l e m e n ta c c e s sc o n t r o li n s u c ha l le n v i r o n m e n th a sb e e nat o p i co fc o n s i d e r a b l er e s e a r c h a tt h eh e a r to ft r u s tm a n a g e m e n ts y s t e m si st h ea u t h o r i z a t i o n p r o c e d u r e w h i c hd e t e r m i n e s w h e t h e rr e s o u r c ea c c e s ss h o u l db eg r a n t e do rn o tb a s e do nan u m b e ro fc o n d i t i o n s t h es e m a n t i c s o fa u t h o r i z a t i o np r o v i d em e a n i n gt ot h ef e a t u r e ss u p p o s e d b yt r u s tm a n a g e m e n ts y s t e m s f o rb o t h t h ep o l i c ym a k e ra n dt h er e s o u r c er e q u e s t e r w h i l ean u m b e ro ft e c h n i q u e sh a v eb e e np r o p o s e dt o c h a r a c t e r i z ea u t h o r i z a t i o ni nt r u s tm a n a g e m e n ts y s t e m s i th a sb e e na r g u e dt h a tt h em o s t p r o m i s i n ga r et h o s eb a s e do nr i g o r o u sf o r m a lf o u n d a t i o n s i nas e c u r i t ys e t t i n g e n t i t i e ss h o u l db e a b l et os p e c i f yp o l i c i e sp r e c i s e l y t oh a v ea na b s o l u t e l yc l e a ri d e ao ft h em e a n i n go ft h e i rp o l i c i e s a n dt oh a v ec o n f i d e n c et h a tt h e ya l ec o r r e c t l ye n f o r c e db ya u t h o r i z a t i o nm e c h a n i s m s f o r m a l l y w e l l f o u n d e dt r u s tm a n a g e m e n ts y s t e m sa c h i e v et h i s p r o v i d i n gas e t t i n gi nw h i c hr e l i a b i l i t yc a n b er i g o r o u s l ye s t a b l i s h e db ym a t h e m a t i c a lp r o o f 1 1 1a u t h o r i z a t i o nf r a m e w o r k s t h et r u s tm a n a g e m e n ts y s t e m sa r ep r i m a r i l yc o n c e m e dw i t ha u t h o r i z a t i o n a so p p o s e dt o a u t h e n t i c a t i o n t h el a t t e ra d d r e s s e sh o wt od e t e r m i n eo rv e r i f yt h ei d e n t i t yo fa c t o r so r m e s s a g es i g n e r si nad i s t r i b u t e dt r a n s a c t i o nw i t hah i g hd e g r e eo fc o n f i d e n c e a u t h o r i z a t i o n o nt h eo t h e rh a n d i sb a s e do nc a l c u l io fp r i n c i p a l sw h o s ei d e n t i t i e sa r et a k e nf o rg r a n t e d a l t h o u g ha n yr e a li m p l e m e n t a t i o no fa na u t h o r i z a t i o ns y s t e mw i l lr e l yo na u t h e n t i c a t i o nt o e s t a b l i s ht h e s e i d e n t i t i e s a n dk e y t o i d e n t i t y b i n d i n g sm a ye v e nh a v ea na b s t r a c t r e p r e s e n t a t i o ni nt h es y s t e m a u t h o r i z a t i o ng e n e r a l l yt r e a t sa u t h e n t i c a t i o na n dp u b l i ck e y i n f r a s t r u c t u r ea so r t h o g o n a l i s s u e s a u t h o r i z a t i o ni sm o r ep r o p e r l yc o n c e r n e dw i t hn o n t r i v i a l a c c e s sc o n t r o lp o l i c i e s h o wt os p e c i f yt h e m w h a tt h e ym e a n a n dh o w t oe n d o wt r u s t e d m a s t e rt h e s is c h a p t e rii n t r o d u c ti o n p r i n c i p a l sw i t ht h ec r e d e n t i a l sn e c e s s a r yt os a t i s f yt h e m a u t h o r i z a t i o ni nt r u s tm a n a g e m e n ts y s t e m si sm o r ee x p r e s s i v et h a ni nt r a d i t i o n a la c c e s s c o n t r o ls y s t e m ss u c ha sr o l eb a s e da c c e s sc o n t r o l r b a c i ns u c hs i m p l e rm o d e l s a c c e s si s b a s e dd i r e c t l yo ni d e n t i t i e so fp r i n c i p a l s b u ti nal a r g ed i s t r i b u t e de n v i r o n m e n ts u c ha st h e i n t e r a c t c r e a t i n gas i n g l el o c a ld a t a b a s eo fa l lp o t e n t i a lr e q u e s t e r si su n t e n a b l e w h e r et h e r e a r em u l t i p l ed o m a i n so fa d m i n i s t r a t i v ec o n t r o l n os i n g l ea u t h o r i z e rc a nb ee x p e c t e dt oh a v e d i r e c tk n o w l e d g eo fa l lu s e r so ft h es y s t e m f u r t h e r m o r e t h ei n t e r n e ti sah i g h l yd y n a m i ca n d v o l a t i l ee n v i r o n m e n t a n dn os i n g l ee n t i t yc a nb ee x p e c t e dt ok e e pp a c ew i t hc h a n g e si na n a u t h o r i t a t i v em a n n e r f i n a l l y b a s i n ga u t h o r i z a t i o np u r e l yo ni d e n t i t yi sn o tas u f f i c i e n t l y e x p r e s s i v eo rf l e x i b l ea p p r o a c h s i n c es e c u r i t yi nm o d e md i s t r i b u t e ds y s t e m su t i l i z e sm o r e s o p h i s t i c a t e df e a t u r e s e g d e l e g a t i o n a n dp o l i c i e s e g s e p a r a t i o no fd u t y t h e s ep r o b l e m s a r ea d d r e s s e db yt h eu s eo ft r u s tm a n a g e m e n ts y s t e m s a p p l i c a t i o n sl i k e 4 2 i p s e c d e s c r i b e a ne x t e n s i o nt ot h ei p s e ca r c h i t e c t u r et h a tu s e sk e y n o t et oc h e c ki fp a c k e tf i l t e r sp r o p o s e db y ar e m o t eh o s tc o m p l yw i t hal o c a lp o l i c yf o rt h ec r e a t i o no fs u c hf i l t e r s w e bp a g ec o n t e n t r a t i n g s i nar a t i n gs c h e m eac l i e n td e l e g a t e st h ea u t h o r i t yt or a t ew e bp a g e st oas u i t a b l e r a t i n g ss e r v e r t h es e r v e ri s s u e sc e r t i f i c a t e st h a tb i n daw e bp a g et oar a t i n g a n dm e d i c a l r e c o r d s s e v e r a lt r u s tm a n a g e m e n ts y s t e m sh a v eb e e na p p l i e dt om a i n t a i n i n gi n t e g r i t ya n d p r i v a c yi ne l e c t r o n i ch e a l t hr e c o r d s at o p i co fc o n s i d e r a b l ei m p o r t a n c ei nm o d e m h e a l t hc a r e s e c u r i t yi nt h i ss e t t i n gi n v o l v e sp o l i c i e ss p a n n i n gm a n yl o o s e l yc o u p l e dd o m a i n ss u c ha s c l i n i c s h o s p i t a l s l a b o r a t o r i e s a n de m e r g e n c ys e r v i c e s 1 1 2c o m p o n e n t s t r u s tm a n a g e m e n ts y s t e m s t m s s i np r a c t i c ec o m p r i s ean u m b e ro ff u n c t i o n sa n d s u b s y s t e m s w h i c hh a sb e e nd i v i d e di n t ot h r e em a j o rc o m p o n e n t s t h ea u t h o r i z a t i o nd e c i s i o n c e r t i f i c a t es t o r a g ea n dr e t r i e v a l a n dt r u s tn e g o t i a t i o n a u t h o r i z a t i o nd e c i s i o n sa r er e l e v a n tt o t h ee l e m e n t sa n ds e m a n t i c so ft h ea c c e s sc o n t r o ld e c i s i o ni t s e l f c e r t i f i c a t es t o r a g ea n d r e t r i e v a li sr e l e v a n tt ot h ep h y s i c a ll o c a t i o no fc e r t i f i c a t e st h a ta r et h el o w l e v e lr e p r e s e n t a t i o n o fa c c e s sc o n t r o le l e m e n t ss u c ha sc r e d e n t i a l sa n dp o l i c i e s t oc l a r i f yt h er e m a i n i n gp r e s e n t a t i o na n di d e n t i f yf u n d a m e n t a le l e m e n t so ft r u s tm a n a g e m e n t a u t h o r i z a t i o n sd e c i s i o n n o ww ep r o v i d eag l o s s a r yo fr e l e v a n tt e r m s m o r ed i s c u s s i o no f t h e s et e r m so c c u r st h r o

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论