KickJava   Java API By Example, From Geeks To Geeks.

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


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:38:58 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.openmdx.security.authentication1.cci;
14
15 public interface authentication1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfStructCreator
21
// ----------------------------------------------------------------------------
22
public org.openmdx.security.authentication1.cci.CredentialResetParams createCredentialResetParams(
23       java.util.List JavaDoc resetValue
24     , byte[] value
25   );
26 // ----------------------------------------------------------------------------
27
// Package/IntfFilterCreator
28
// ----------------------------------------------------------------------------
29
public org.openmdx.security.authentication1.cci.CredentialResetParamsFilter createCredentialResetParamsFilter(
30   );
31
32   public org.openmdx.security.authentication1.cci.CredentialResetParamsFilter createCredentialResetParamsFilter(
33     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
34     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
35   );
36
37 // ----------------------------------------------------------------------------
38
// Package/IntfClassAccessor
39
// ----------------------------------------------------------------------------
40
public org.openmdx.security.authentication1.cci.PasswordClass getPasswordClass();
41
42 // ----------------------------------------------------------------------------
43
// Package/IntfFilterCreator
44
// ----------------------------------------------------------------------------
45
public org.openmdx.security.authentication1.cci.PasswordFilter createPasswordFilter(
46   );
47
48   public org.openmdx.security.authentication1.cci.PasswordFilter createPasswordFilter(
49     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
50     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
51   );
52
53 // ----------------------------------------------------------------------------
54
// Package/IntfClassAccessor
55
// ----------------------------------------------------------------------------
56
public org.openmdx.security.authentication1.cci.PasscodeClass getPasscodeClass();
57
58 // ----------------------------------------------------------------------------
59
// Package/IntfFilterCreator
60
// ----------------------------------------------------------------------------
61
public org.openmdx.security.authentication1.cci.PasscodeFilter createPasscodeFilter(
62   );
63
64   public org.openmdx.security.authentication1.cci.PasscodeFilter createPasscodeFilter(
65     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
66     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
67   );
68
69 // ----------------------------------------------------------------------------
70
// Package/IntfFilterCreator
71
// ----------------------------------------------------------------------------
72
public org.openmdx.security.authentication1.cci.CredentialFilter createCredentialFilter(
73   );
74
75   public org.openmdx.security.authentication1.cci.CredentialFilter createCredentialFilter(
76     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
77     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
78   );
79
80 // ----------------------------------------------------------------------------
81
// Package/IntfClassAccessor
82
// ----------------------------------------------------------------------------
83
public org.openmdx.security.authentication1.cci.SegmentClass getSegmentClass();
84
85 // ----------------------------------------------------------------------------
86
// Package/IntfFilterCreator
87
// ----------------------------------------------------------------------------
88
public org.openmdx.security.authentication1.cci.SegmentFilter createSegmentFilter(
89   );
90
91   public org.openmdx.security.authentication1.cci.SegmentFilter createSegmentFilter(
92     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
93     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
94   );
95
96 // ----------------------------------------------------------------------------
97
// Package/IntfClassAccessor
98
// ----------------------------------------------------------------------------
99
public org.openmdx.security.authentication1.cci.SendPasscodeClass getSendPasscodeClass();
100
101 // ----------------------------------------------------------------------------
102
// Package/IntfFilterCreator
103
// ----------------------------------------------------------------------------
104
public org.openmdx.security.authentication1.cci.SendPasscodeFilter createSendPasscodeFilter(
105   );
106
107   public org.openmdx.security.authentication1.cci.SendPasscodeFilter createSendPasscodeFilter(
108     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
109     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
110   );
111
112 // ----------------------------------------------------------------------------
113
// Package/IntfStructCreator
114
// ----------------------------------------------------------------------------
115
public org.openmdx.security.authentication1.cci.PasswordChangeParams createPasswordChangeParams(
116       byte[] oldPassword
117     , byte[] password
118   );
119 // ----------------------------------------------------------------------------
120
// Package/IntfFilterCreator
121
// ----------------------------------------------------------------------------
122
public org.openmdx.security.authentication1.cci.PasswordChangeParamsFilter createPasswordChangeParamsFilter(
123   );
124
125   public org.openmdx.security.authentication1.cci.PasswordChangeParamsFilter createPasswordChangeParamsFilter(
126     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
127     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
128   );
129
130 // ----------------------------------------------------------------------------
131
// Package/IntfFilterCreator
132
// ----------------------------------------------------------------------------
133
public org.openmdx.security.authentication1.cci.ChallengeResponseFilter createChallengeResponseFilter(
134   );
135
136   public org.openmdx.security.authentication1.cci.ChallengeResponseFilter createChallengeResponseFilter(
137     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
138     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
139   );
140
141 // ----------------------------------------------------------------------------
142
// Package/IntfEnd.vm
143
// ----------------------------------------------------------------------------
144
}
145
Popular Tags