org.openmdx.security.authentication1.cci
Interface CredentialResetParams

All Superinterfaces:
RefStruct, RefStruct_1_0, Serializable
All Known Implementing Classes:
CredentialResetParamsImpl

public interface CredentialResetParams
extends RefStruct_1_0


Method Summary
 boolean containsResetValue(byte[] value)
           
 List getResetValue()
           
 byte[] getResetValue(int index)
           
 byte[] getValue()
          Retrieves the value for the optional structure field value.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefStruct_1_0
refContainsValue, refDelegate, refGetValue
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getResetValue

List getResetValue()
Returns:
A list containing all elements for this structure field.
Throws:
JmiException - If the values cannot be retrieved for some reason.

containsResetValue

boolean containsResetValue(byte[] value)
Parameters:
value - An element whose presence in the list of all the values for this structure field is to be tested.
Returns:
true if the list of all the values for this structure field contains the specified element.
Throws:
JmiException - If the containment of the value cannot be checked for some reason.

getResetValue

byte[] getResetValue(int index)
Parameters:
index - The index of the element to return.
Returns:
The element at the specified position in the list of all values for this structure field.
Throws:
JmiException - If the value cannot be retrieved for some reason.

getValue

byte[] getValue()
Retrieves the value for the optional structure field value.

Returns:
The possibly null value for structure field value.
Throws:
JmiException - If the value cannot be retrieved for some reason.


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.