KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > security > realm1 > cci > PrincipalClass


1 // ----------------------------------------------------------------------------
2
// ClassProxy/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:39:05 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.security.realm1.cci;
14
15 public interface PrincipalClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>Principal</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>Principal</code>.
22    */

23   public Principal createPrincipal(
24   );
25
26   /**
27    * Creates an instance of class <code>Principal</code> based on the
28    * specified Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>Principal</code>.
31    * @param object The Object instance this class is based on. Object must
32    * be instanceof RefObject, Object_1_0 or Path.
33    */

34   public Principal getPrincipal(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>Principal</code> based on all
42    * required attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>Principal</code>.
45    */

46   public Principal createPrincipal(
47       boolean disabled
48     , org.openmdx.security.realm1.cci.Subject subject
49   );
50 // ----------------------------------------------------------------------------
51
// ClassProxy/IntfInstanceExtenderRequiredAttributes
52
// ----------------------------------------------------------------------------
53
/**
54    * Creates an instance of class <code>Principal</code> based on the
55    * superclass <code>BasicObject</code> and all required attributes not
56    * included in this superclass.
57    * This is a factory operation used to create instance objects of class
58    * <code>Principal</code>.
59    */

60   public Principal extendBasicObject(
61       org.openmdx.base.cci.BasicObject _base
62     , boolean disabled
63     , org.openmdx.security.realm1.cci.Subject subject
64   );
65 // ----------------------------------------------------------------------------
66
// ClassProxy/IntfInstanceExtenderRequiredAttributes
67
// ----------------------------------------------------------------------------
68
/**
69    * Creates an instance of class <code>Principal</code> based on the
70    * superclass <code>ContextCapable</code> and all required attributes not
71    * included in this superclass.
72    * This is a factory operation used to create instance objects of class
73    * <code>Principal</code>.
74    */

75   public Principal extendContextCapable(
76       org.openmdx.base.cci.ContextCapable _base
77     , boolean disabled
78     , org.openmdx.security.realm1.cci.Subject subject
79   );
80 // ----------------------------------------------------------------------------
81
// ClassProxy/IntfInstanceExtenderRequiredAttributes
82
// ----------------------------------------------------------------------------
83
/**
84    * Creates an instance of class <code>Principal</code> based on the
85    * superclass <code>ExtentCapable</code> and all required attributes not
86    * included in this superclass.
87    * This is a factory operation used to create instance objects of class
88    * <code>Principal</code>.
89    */

90   public Principal extendExtentCapable(
91       org.openmdx.base.cci.ExtentCapable _base
92     , boolean disabled
93     , org.openmdx.security.realm1.cci.Subject subject
94   );
95 // ----------------------------------------------------------------------------
96
// ClassProxy/IntfInstanceExtenderRequiredAttributes
97
// ----------------------------------------------------------------------------
98
/**
99    * Creates an instance of class <code>Principal</code> based on the
100    * superclass <code>ViewCapable</code> and all required attributes not
101    * included in this superclass.
102    * This is a factory operation used to create instance objects of class
103    * <code>Principal</code>.
104    */

105   public Principal extendViewCapable(
106       org.openmdx.compatibility.view1.cci.ViewCapable _base
107     , boolean disabled
108     , org.openmdx.security.realm1.cci.Subject subject
109   );
110 // ----------------------------------------------------------------------------
111
// ClassProxy/IntfEnd.vm
112
// ----------------------------------------------------------------------------
113
}
114
Popular Tags