KickJava   Java API By Example, From Geeks To Geeks.

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


1 // ----------------------------------------------------------------------------
2
// StructureType/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 CredentialResetParams
16   extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0 {
17
18 // ----------------------------------------------------------------------------
19
// StructureType/IntfFieldGetList
20
// ----------------------------------------------------------------------------
21
/**
22    * @return A list containing all elements for this structure field.
23    * @exception JmiException If the values cannot be retrieved for some reason.
24    */

25   public java.util.List JavaDoc getResetValue(
26   );
27
28   /**
29    * @param value An element whose presence in the list of all the values for this structure field is to be tested.
30    * @return <code>true</code> if the list of all the values for this structure field contains the specified element.
31    * @exception JmiException If the containment of the value cannot be checked for some reason.
32    */

33   public boolean containsResetValue (
34     byte[] value
35   );
36
37   /**
38    * @param index The index of the element to return.
39    * @return The element at the specified position in the list of all values for this structure field.
40    * @exception JmiException If the value cannot be retrieved for some reason.
41    */

42   public byte[] getResetValue(
43     int index
44   );
45
46 // ----------------------------------------------------------------------------
47
// StructureType/IntfFieldGet0_1
48
// ----------------------------------------------------------------------------
49
/**
50    * Retrieves the value for the optional structure field <code>value</code>.
51    * @return The possibly null value for structure field <code>value</code>.
52    * @exception JmiException If the value cannot be retrieved for some reason.
53    */

54   public byte[] getValue(
55   );
56
57 // ----------------------------------------------------------------------------
58
// StructureType/IntfEnd
59
// ----------------------------------------------------------------------------
60
}
61
Popular Tags