org.openmdx.security.authentication1.jmi1
Interface CredentialResetParams

All Superinterfaces:
CredentialResetParams, RefStruct, Serializable

public interface CredentialResetParams
extends RefStruct, CredentialResetParams


Method Summary
 boolean containsResetValue(byte[] value)
           
 List<byte[]> getResetValue()
           
 byte[] getResetValue(int index)
           
 byte[] getValue()
          Retrieves the value for the optional structure field value.
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getResetValue

List<byte[]> getResetValue()
Specified by:
getResetValue in interface CredentialResetParams
Returns:
A list containing all elements for this structure field.

containsResetValue

boolean containsResetValue(byte[] value)
Specified by:
containsResetValue in interface CredentialResetParams
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.

getResetValue

byte[] getResetValue(int index)
Specified by:
getResetValue in interface CredentialResetParams
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.

getValue

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

Specified by:
getValue in interface CredentialResetParams
Returns:
The possibly null value for structure field value.


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