org.openmdx.security.authentication1.cci2
Interface CredentialResetParams

All Known Subinterfaces:
CredentialResetParams

public interface 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.
 

Method Detail

getResetValue

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

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.

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.

getValue

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

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.