KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// Package/ImplBegin
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 class realm1PackageImpl
16   extends org.openmdx.base.accessor.jmi.spi.RefPackage_1
17   implements realm1Package {
18
19   public realm1PackageImpl(
20     javax.jmi.reflect.RefPackage outermostPackage,
21     javax.jmi.reflect.RefPackage immediatePackage
22   ) {
23     super(outermostPackage, immediatePackage);
24   }
25
26 // ----------------------------------------------------------------------------
27
// Package/ImplClassAccessor
28
// ----------------------------------------------------------------------------
29
public org.openmdx.security.realm1.cci.RoleClass getRoleClass(
30   ) {
31     return (org.openmdx.security.realm1.cci.RoleClass)refClass(
32       "org:openmdx:security:realm1:Role"
33     );
34   }
35
36 // ----------------------------------------------------------------------------
37
// Package/ImplFilterCreator
38
// ----------------------------------------------------------------------------
39
public org.openmdx.security.realm1.cci.RoleFilter createRoleFilter(
40   ) {
41     return (org.openmdx.security.realm1.cci.RoleFilter)this.refCreateFilter(
42       "org:openmdx:security:realm1:Role",
43       null,
44       null
45     );
46   }
47
48   public org.openmdx.security.realm1.cci.RoleFilter createRoleFilter(
49     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
50     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
51   ) {
52     return (org.openmdx.security.realm1.cci.RoleFilter)this.refCreateFilter(
53       "org:openmdx:security:realm1:Role",
54       filterProperties,
55       attributeSpecifiers
56     );
57   }
58
59 // ----------------------------------------------------------------------------
60
// Package/ImplFilterCreator
61
// ----------------------------------------------------------------------------
62
public org.openmdx.security.realm1.cci.CredentialFilter createCredentialFilter(
63   ) {
64     return (org.openmdx.security.realm1.cci.CredentialFilter)this.refCreateFilter(
65       "org:openmdx:security:realm1:Credential",
66       null,
67       null
68     );
69   }
70
71   public org.openmdx.security.realm1.cci.CredentialFilter createCredentialFilter(
72     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
73     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
74   ) {
75     return (org.openmdx.security.realm1.cci.CredentialFilter)this.refCreateFilter(
76       "org:openmdx:security:realm1:Credential",
77       filterProperties,
78       attributeSpecifiers
79     );
80   }
81
82 // ----------------------------------------------------------------------------
83
// Package/ImplFilterCreator
84
// ----------------------------------------------------------------------------
85
public org.openmdx.security.realm1.cci.SubjectFilter createSubjectFilter(
86   ) {
87     return (org.openmdx.security.realm1.cci.SubjectFilter)this.refCreateFilter(
88       "org:openmdx:security:realm1:Subject",
89       null,
90       null
91     );
92   }
93
94   public org.openmdx.security.realm1.cci.SubjectFilter createSubjectFilter(
95     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
96     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
97   ) {
98     return (org.openmdx.security.realm1.cci.SubjectFilter)this.refCreateFilter(
99       "org:openmdx:security:realm1:Subject",
100       filterProperties,
101       attributeSpecifiers
102     );
103   }
104
105 // ----------------------------------------------------------------------------
106
// Package/ImplClassAccessor
107
// ----------------------------------------------------------------------------
108
public org.openmdx.security.realm1.cci.SegmentClass getSegmentClass(
109   ) {
110     return (org.openmdx.security.realm1.cci.SegmentClass)refClass(
111       "org:openmdx:security:realm1:Segment"
112     );
113   }
114
115 // ----------------------------------------------------------------------------
116
// Package/ImplFilterCreator
117
// ----------------------------------------------------------------------------
118
public org.openmdx.security.realm1.cci.SegmentFilter createSegmentFilter(
119   ) {
120     return (org.openmdx.security.realm1.cci.SegmentFilter)this.refCreateFilter(
121       "org:openmdx:security:realm1:Segment",
122       null,
123       null
124     );
125   }
126
127   public org.openmdx.security.realm1.cci.SegmentFilter createSegmentFilter(
128     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
129     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
130   ) {
131     return (org.openmdx.security.realm1.cci.SegmentFilter)this.refCreateFilter(
132       "org:openmdx:security:realm1:Segment",
133       filterProperties,
134       attributeSpecifiers
135     );
136   }
137
138 // ----------------------------------------------------------------------------
139
// Package/ImplFilterCreator
140
// ----------------------------------------------------------------------------
141
public org.openmdx.security.realm1.cci.PolicyFilter createPolicyFilter(
142   ) {
143     return (org.openmdx.security.realm1.cci.PolicyFilter)this.refCreateFilter(
144       "org:openmdx:security:realm1:Policy",
145       null,
146       null
147     );
148   }
149
150   public org.openmdx.security.realm1.cci.PolicyFilter createPolicyFilter(
151     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
152     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
153   ) {
154     return (org.openmdx.security.realm1.cci.PolicyFilter)this.refCreateFilter(
155       "org:openmdx:security:realm1:Policy",
156       filterProperties,
157       attributeSpecifiers
158     );
159   }
160
161 // ----------------------------------------------------------------------------
162
// Package/ImplClassAccessor
163
// ----------------------------------------------------------------------------
164
public org.openmdx.security.realm1.cci.GroupClass getGroupClass(
165   ) {
166     return (org.openmdx.security.realm1.cci.GroupClass)refClass(
167       "org:openmdx:security:realm1:Group"
168     );
169   }
170
171 // ----------------------------------------------------------------------------
172
// Package/ImplFilterCreator
173
// ----------------------------------------------------------------------------
174
public org.openmdx.security.realm1.cci.GroupFilter createGroupFilter(
175   ) {
176     return (org.openmdx.security.realm1.cci.GroupFilter)this.refCreateFilter(
177       "org:openmdx:security:realm1:Group",
178       null,
179       null
180     );
181   }
182
183   public org.openmdx.security.realm1.cci.GroupFilter createGroupFilter(
184     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
185     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
186   ) {
187     return (org.openmdx.security.realm1.cci.GroupFilter)this.refCreateFilter(
188       "org:openmdx:security:realm1:Group",
189       filterProperties,
190       attributeSpecifiers
191     );
192   }
193
194 // ----------------------------------------------------------------------------
195
// Package/ImplClassAccessor
196
// ----------------------------------------------------------------------------
197
public org.openmdx.security.realm1.cci.PrincipalClass getPrincipalClass(
198   ) {
199     return (org.openmdx.security.realm1.cci.PrincipalClass)refClass(
200       "org:openmdx:security:realm1:Principal"
201     );
202   }
203
204 // ----------------------------------------------------------------------------
205
// Package/ImplFilterCreator
206
// ----------------------------------------------------------------------------
207
public org.openmdx.security.realm1.cci.PrincipalFilter createPrincipalFilter(
208   ) {
209     return (org.openmdx.security.realm1.cci.PrincipalFilter)this.refCreateFilter(
210       "org:openmdx:security:realm1:Principal",
211       null,
212       null
213     );
214   }
215
216   public org.openmdx.security.realm1.cci.PrincipalFilter createPrincipalFilter(
217     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
218     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
219   ) {
220     return (org.openmdx.security.realm1.cci.PrincipalFilter)this.refCreateFilter(
221       "org:openmdx:security:realm1:Principal",
222       filterProperties,
223       attributeSpecifiers
224     );
225   }
226
227 // ----------------------------------------------------------------------------
228
// Package/ImplClassAccessor
229
// ----------------------------------------------------------------------------
230
public org.openmdx.security.realm1.cci.PermissionClass getPermissionClass(
231   ) {
232     return (org.openmdx.security.realm1.cci.PermissionClass)refClass(
233       "org:openmdx:security:realm1:Permission"
234     );
235   }
236
237 // ----------------------------------------------------------------------------
238
// Package/ImplFilterCreator
239
// ----------------------------------------------------------------------------
240
public org.openmdx.security.realm1.cci.PermissionFilter createPermissionFilter(
241   ) {
242     return (org.openmdx.security.realm1.cci.PermissionFilter)this.refCreateFilter(
243       "org:openmdx:security:realm1:Permission",
244       null,
245       null
246     );
247   }
248
249   public org.openmdx.security.realm1.cci.PermissionFilter createPermissionFilter(
250     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
251     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
252   ) {
253     return (org.openmdx.security.realm1.cci.PermissionFilter)this.refCreateFilter(
254       "org:openmdx:security:realm1:Permission",
255       filterProperties,
256       attributeSpecifiers
257     );
258   }
259
260 // ----------------------------------------------------------------------------
261
// Package/ImplFilterCreator
262
// ----------------------------------------------------------------------------
263
public org.openmdx.security.realm1.cci.PrivilegeFilter createPrivilegeFilter(
264   ) {
265     return (org.openmdx.security.realm1.cci.PrivilegeFilter)this.refCreateFilter(
266       "org:openmdx:security:realm1:Privilege",
267       null,
268       null
269     );
270   }
271
272   public org.openmdx.security.realm1.cci.PrivilegeFilter createPrivilegeFilter(
273     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
274     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
275   ) {
276     return (org.openmdx.security.realm1.cci.PrivilegeFilter)this.refCreateFilter(
277       "org:openmdx:security:realm1:Privilege",
278       filterProperties,
279       attributeSpecifiers
280     );
281   }
282
283 // ----------------------------------------------------------------------------
284
// Package/ImplStructCreator
285
// ----------------------------------------------------------------------------
286
public org.openmdx.security.realm1.cci.ValidationResult createValidationResult(
287       boolean accepted
288     , String JavaDoc challenge
289     , Short JavaDoc code
290     , byte[] state
291   ) {
292     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
293     args.add(new Boolean JavaDoc(accepted));
294     args.add(challenge);
295     args.add(code);
296     args.add(state);
297     return (org.openmdx.security.realm1.cci.ValidationResult)this.refCreateStruct(
298       "org:openmdx:security:realm1:ValidationResult",
299       args
300     );
301   }
302 // ----------------------------------------------------------------------------
303
// Package/ImplFilterCreator
304
// ----------------------------------------------------------------------------
305
public org.openmdx.security.realm1.cci.ValidationResultFilter createValidationResultFilter(
306   ) {
307     return (org.openmdx.security.realm1.cci.ValidationResultFilter)this.refCreateFilter(
308       "org:openmdx:security:realm1:ValidationResult",
309       null,
310       null
311     );
312   }
313
314   public org.openmdx.security.realm1.cci.ValidationResultFilter createValidationResultFilter(
315     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
316     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
317   ) {
318     return (org.openmdx.security.realm1.cci.ValidationResultFilter)this.refCreateFilter(
319       "org:openmdx:security:realm1:ValidationResult",
320       filterProperties,
321       attributeSpecifiers
322     );
323   }
324
325 // ----------------------------------------------------------------------------
326
// Package/ImplClassAccessor
327
// ----------------------------------------------------------------------------
328
public org.openmdx.security.realm1.cci.RealmClass getRealmClass(
329   ) {
330     return (org.openmdx.security.realm1.cci.RealmClass)refClass(
331       "org:openmdx:security:realm1:Realm"
332     );
333   }
334
335 // ----------------------------------------------------------------------------
336
// Package/ImplFilterCreator
337
// ----------------------------------------------------------------------------
338
public org.openmdx.security.realm1.cci.RealmFilter createRealmFilter(
339   ) {
340     return (org.openmdx.security.realm1.cci.RealmFilter)this.refCreateFilter(
341       "org:openmdx:security:realm1:Realm",
342       null,
343       null
344     );
345   }
346
347   public org.openmdx.security.realm1.cci.RealmFilter createRealmFilter(
348     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
349     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
350   ) {
351     return (org.openmdx.security.realm1.cci.RealmFilter)this.refCreateFilter(
352       "org:openmdx:security:realm1:Realm",
353       filterProperties,
354       attributeSpecifiers
355     );
356   }
357
358 // ----------------------------------------------------------------------------
359
// Package/ImplStructCreator
360
// ----------------------------------------------------------------------------
361
public org.openmdx.security.realm1.cci.CredentialValidateParams createCredentialValidateParams(
362       byte[] state
363     , byte[] value
364   ) {
365     java.util.List JavaDoc args = new java.util.ArrayList JavaDoc();
366     args.add(state);
367     args.add(value);
368     return (org.openmdx.security.realm1.cci.CredentialValidateParams)this.refCreateStruct(
369       "org:openmdx:security:realm1:CredentialValidateParams",
370       args
371     );
372   }
373 // ----------------------------------------------------------------------------
374
// Package/ImplFilterCreator
375
// ----------------------------------------------------------------------------
376
public org.openmdx.security.realm1.cci.CredentialValidateParamsFilter createCredentialValidateParamsFilter(
377   ) {
378     return (org.openmdx.security.realm1.cci.CredentialValidateParamsFilter)this.refCreateFilter(
379       "org:openmdx:security:realm1:CredentialValidateParams",
380       null,
381       null
382     );
383   }
384
385   public org.openmdx.security.realm1.cci.CredentialValidateParamsFilter createCredentialValidateParamsFilter(
386     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
387     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
388   ) {
389     return (org.openmdx.security.realm1.cci.CredentialValidateParamsFilter)this.refCreateFilter(
390       "org:openmdx:security:realm1:CredentialValidateParams",
391       filterProperties,
392       attributeSpecifiers
393     );
394   }
395
396 // ----------------------------------------------------------------------------
397
// Package/ImplEnd
398
// ----------------------------------------------------------------------------
399

400   public String JavaDoc refMofId(
401   ) {
402     return "org:openmdx:security:realm1:realm1";
403   }
404
405 }
406
Popular Tags