1 package org.openmdx.security.authorization1.cci; 14 15 public interface PrivilegeClass 16 extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 { 17 18 23 public Privilege createPrivilege( 24 ); 25 26 34 public Privilege getPrivilege( 35 Object object 36 ); 37 46 public Privilege createPrivilege( 47 String name 48 ); 49 59 public Privilege extendBasicObject( 60 org.openmdx.base.cci.BasicObject _base 61 , String name 62 ); 63 73 public Privilege extendContextCapable( 74 org.openmdx.base.cci.ContextCapable _base 75 , String name 76 ); 77 87 public Privilege extendExtentCapable( 88 org.openmdx.base.cci.ExtentCapable _base 89 , String name 90 ); 91 101 public Privilege extendViewCapable( 102 org.openmdx.compatibility.view1.cci.ViewCapable _base 103 , String name 104 ); 105 } 109 | Popular Tags |