KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openmdx > security > authentication1 > cci > SendPasscodeClass


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:38:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.security.authentication1.cci;
14
15 public interface SendPasscodeClass
16   extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0 {
17
18   /**
19    * Creates an instance of class <code>SendPasscode</code>.
20    * This is a factory operation used to create instance objects of class
21    * <code>SendPasscode</code>.
22    */

23   public SendPasscode createSendPasscode(
24   );
25
26   /**
27    * Creates an instance of class <code>SendPasscode</code> based on the
28    * specified Object instance.
29    * This is a factory operation used to create instance objects of class
30    * <code>SendPasscode</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 SendPasscode getSendPasscode(
35     Object JavaDoc object
36   );
37 // ----------------------------------------------------------------------------
38
// ClassProxy/IntfInstanceCreatorRequiredAttributes
39
// ----------------------------------------------------------------------------
40
/**
41    * Creates an instance of class <code>SendPasscode</code> based on all
42    * required attributes.
43    * This is a factory operation used to create instance objects of class
44    * <code>SendPasscode</code>.
45    */

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

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

79   public SendPasscode extendContextCapable(
80       org.openmdx.base.cci.ContextCapable _base
81     , String JavaDoc address
82     , short template
83     , boolean locked
84     , org.openmdx.security.realm1.cci.Subject subject
85   );
86 // ----------------------------------------------------------------------------
87
// ClassProxy/IntfInstanceExtenderRequiredAttributes
88
// ----------------------------------------------------------------------------
89
/**
90    * Creates an instance of class <code>SendPasscode</code> based on the
91    * superclass <code>ExtentCapable</code> and all required attributes not
92    * included in this superclass.
93    * This is a factory operation used to create instance objects of class
94    * <code>SendPasscode</code>.
95    */

96   public SendPasscode extendExtentCapable(
97       org.openmdx.base.cci.ExtentCapable _base
98     , String JavaDoc address
99     , short template
100     , boolean locked
101     , org.openmdx.security.realm1.cci.Subject subject
102   );
103 // ----------------------------------------------------------------------------
104
// ClassProxy/IntfInstanceExtenderRequiredAttributes
105
// ----------------------------------------------------------------------------
106
/**
107    * Creates an instance of class <code>SendPasscode</code> based on the
108    * superclass <code>ViewCapable</code> and all required attributes not
109    * included in this superclass.
110    * This is a factory operation used to create instance objects of class
111    * <code>SendPasscode</code>.
112    */

113   public SendPasscode extendViewCapable(
114       org.openmdx.compatibility.view1.cci.ViewCapable _base
115     , String JavaDoc address
116     , short template
117     , boolean locked
118     , org.openmdx.security.realm1.cci.Subject subject
119   );
120 // ----------------------------------------------------------------------------
121
// ClassProxy/IntfInstanceExtenderRequiredAttributes
122
// ----------------------------------------------------------------------------
123
/**
124    * Creates an instance of class <code>SendPasscode</code> based on the
125    * superclass <code>Credential</code> and all required attributes not
126    * included in this superclass.
127    * This is a factory operation used to create instance objects of class
128    * <code>SendPasscode</code>.
129    */

130   public SendPasscode extendCredential(
131       org.openmdx.security.authentication1.cci.Credential _base
132     , String JavaDoc address
133     , short template
134   );
135 // ----------------------------------------------------------------------------
136
// ClassProxy/IntfInstanceExtenderRequiredAttributes
137
// ----------------------------------------------------------------------------
138
/**
139    * Creates an instance of class <code>SendPasscode</code> based on the
140    * superclass <code>Passcode</code> and all required attributes not
141    * included in this superclass.
142    * This is a factory operation used to create instance objects of class
143    * <code>SendPasscode</code>.
144    */

145   public SendPasscode extendPasscode(
146       org.openmdx.security.authentication1.cci.Passcode _base
147     , String JavaDoc address
148     , short template
149   );
150 // ----------------------------------------------------------------------------
151
// ClassProxy/IntfInstanceExtenderRequiredAttributes
152
// ----------------------------------------------------------------------------
153
/**
154    * Creates an instance of class <code>SendPasscode</code> based on the
155    * superclass <code>Credential</code> and all required attributes not
156    * included in this superclass.
157    * This is a factory operation used to create instance objects of class
158    * <code>SendPasscode</code>.
159    */

160   public SendPasscode extendCredential(
161       org.openmdx.security.realm1.cci.Credential _base
162     , String JavaDoc address
163     , short template
164   );
165 // ----------------------------------------------------------------------------
166
// ClassProxy/IntfEnd.vm
167
// ----------------------------------------------------------------------------
168
}
169
Popular Tags