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