KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// Package/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 realm1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfClassAccessor
21
// ----------------------------------------------------------------------------
22
public org.openmdx.security.realm1.cci.RoleClass getRoleClass();
23
24 // ----------------------------------------------------------------------------
25
// Package/IntfFilterCreator
26
// ----------------------------------------------------------------------------
27
public org.openmdx.security.realm1.cci.RoleFilter createRoleFilter(
28   );
29
30   public org.openmdx.security.realm1.cci.RoleFilter createRoleFilter(
31     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
32     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
33   );
34
35 // ----------------------------------------------------------------------------
36
// Package/IntfFilterCreator
37
// ----------------------------------------------------------------------------
38
public org.openmdx.security.realm1.cci.CredentialFilter createCredentialFilter(
39   );
40
41   public org.openmdx.security.realm1.cci.CredentialFilter createCredentialFilter(
42     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
43     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
44   );
45
46 // ----------------------------------------------------------------------------
47
// Package/IntfFilterCreator
48
// ----------------------------------------------------------------------------
49
public org.openmdx.security.realm1.cci.SubjectFilter createSubjectFilter(
50   );
51
52   public org.openmdx.security.realm1.cci.SubjectFilter createSubjectFilter(
53     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
54     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
55   );
56
57 // ----------------------------------------------------------------------------
58
// Package/IntfClassAccessor
59
// ----------------------------------------------------------------------------
60
public org.openmdx.security.realm1.cci.SegmentClass getSegmentClass();
61
62 // ----------------------------------------------------------------------------
63
// Package/IntfFilterCreator
64
// ----------------------------------------------------------------------------
65
public org.openmdx.security.realm1.cci.SegmentFilter createSegmentFilter(
66   );
67
68   public org.openmdx.security.realm1.cci.SegmentFilter createSegmentFilter(
69     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
70     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
71   );
72
73 // ----------------------------------------------------------------------------
74
// Package/IntfFilterCreator
75
// ----------------------------------------------------------------------------
76
public org.openmdx.security.realm1.cci.PolicyFilter createPolicyFilter(
77   );
78
79   public org.openmdx.security.realm1.cci.PolicyFilter createPolicyFilter(
80     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
81     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
82   );
83
84 // ----------------------------------------------------------------------------
85
// Package/IntfClassAccessor
86
// ----------------------------------------------------------------------------
87
public org.openmdx.security.realm1.cci.GroupClass getGroupClass();
88
89 // ----------------------------------------------------------------------------
90
// Package/IntfFilterCreator
91
// ----------------------------------------------------------------------------
92
public org.openmdx.security.realm1.cci.GroupFilter createGroupFilter(
93   );
94
95   public org.openmdx.security.realm1.cci.GroupFilter createGroupFilter(
96     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
97     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
98   );
99
100 // ----------------------------------------------------------------------------
101
// Package/IntfClassAccessor
102
// ----------------------------------------------------------------------------
103
public org.openmdx.security.realm1.cci.PrincipalClass getPrincipalClass();
104
105 // ----------------------------------------------------------------------------
106
// Package/IntfFilterCreator
107
// ----------------------------------------------------------------------------
108
public org.openmdx.security.realm1.cci.PrincipalFilter createPrincipalFilter(
109   );
110
111   public org.openmdx.security.realm1.cci.PrincipalFilter createPrincipalFilter(
112     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
113     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
114   );
115
116 // ----------------------------------------------------------------------------
117
// Package/IntfClassAccessor
118
// ----------------------------------------------------------------------------
119
public org.openmdx.security.realm1.cci.PermissionClass getPermissionClass();
120
121 // ----------------------------------------------------------------------------
122
// Package/IntfFilterCreator
123
// ----------------------------------------------------------------------------
124
public org.openmdx.security.realm1.cci.PermissionFilter createPermissionFilter(
125   );
126
127   public org.openmdx.security.realm1.cci.PermissionFilter createPermissionFilter(
128     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
129     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
130   );
131
132 // ----------------------------------------------------------------------------
133
// Package/IntfFilterCreator
134
// ----------------------------------------------------------------------------
135
public org.openmdx.security.realm1.cci.PrivilegeFilter createPrivilegeFilter(
136   );
137
138   public org.openmdx.security.realm1.cci.PrivilegeFilter createPrivilegeFilter(
139     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
140     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
141   );
142
143 // ----------------------------------------------------------------------------
144
// Package/IntfStructCreator
145
// ----------------------------------------------------------------------------
146
public org.openmdx.security.realm1.cci.ValidationResult createValidationResult(
147       boolean accepted
148     , String JavaDoc challenge
149     , Short JavaDoc code
150     , byte[] state
151   );
152 // ----------------------------------------------------------------------------
153
// Package/IntfFilterCreator
154
// ----------------------------------------------------------------------------
155
public org.openmdx.security.realm1.cci.ValidationResultFilter createValidationResultFilter(
156   );
157
158   public org.openmdx.security.realm1.cci.ValidationResultFilter createValidationResultFilter(
159     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
160     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
161   );
162
163 // ----------------------------------------------------------------------------
164
// Package/IntfClassAccessor
165
// ----------------------------------------------------------------------------
166
public org.openmdx.security.realm1.cci.RealmClass getRealmClass();
167
168 // ----------------------------------------------------------------------------
169
// Package/IntfFilterCreator
170
// ----------------------------------------------------------------------------
171
public org.openmdx.security.realm1.cci.RealmFilter createRealmFilter(
172   );
173
174   public org.openmdx.security.realm1.cci.RealmFilter createRealmFilter(
175     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
176     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
177   );
178
179 // ----------------------------------------------------------------------------
180
// Package/IntfStructCreator
181
// ----------------------------------------------------------------------------
182
public org.openmdx.security.realm1.cci.CredentialValidateParams createCredentialValidateParams(
183       byte[] state
184     , byte[] value
185   );
186 // ----------------------------------------------------------------------------
187
// Package/IntfFilterCreator
188
// ----------------------------------------------------------------------------
189
public org.openmdx.security.realm1.cci.CredentialValidateParamsFilter createCredentialValidateParamsFilter(
190   );
191
192   public org.openmdx.security.realm1.cci.CredentialValidateParamsFilter createCredentialValidateParamsFilter(
193     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
194     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
195   );
196
197 // ----------------------------------------------------------------------------
198
// Package/IntfEnd.vm
199
// ----------------------------------------------------------------------------
200
}
201
Popular Tags