org.openmdx.security.authentication1.cci
Class CredentialResetParamsImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefStruct_1
      extended by org.openmdx.security.authentication1.cci.CredentialResetParamsImpl
All Implemented Interfaces:
Serializable, RefStruct, RefStruct_1_0, CredentialResetParams

public class CredentialResetParamsImpl
extends RefStruct_1
implements CredentialResetParams

See Also:
Serialized Form

Constructor Summary
CredentialResetParamsImpl(RefPackage_1_0 refPackage, List args)
           
CredentialResetParamsImpl(RefPackage_1_0 refPackage, Object arg)
           
 
Method Summary
 boolean containsResetValue(byte[] value)
           
 List getResetValue()
           
 byte[] getResetValue(int index)
           
 byte[] getValue()
          Retrieves the value for the optional structure field value.
 String refQualifiedTypeName()
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefStruct_1
equals, refContainsValue, refDelegate, refFieldNames, refGetValue, refGetValue, refGetValue, refTypeName, toPath
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

CredentialResetParamsImpl

public CredentialResetParamsImpl(RefPackage_1_0 refPackage,
                                 List args)

CredentialResetParamsImpl

public CredentialResetParamsImpl(RefPackage_1_0 refPackage,
                                 Object arg)
Method Detail

refQualifiedTypeName

public String refQualifiedTypeName()
Overrides:
refQualifiedTypeName in class RefStruct_1

getResetValue

public List getResetValue()
Specified by:
getResetValue in interface CredentialResetParams
Returns:
A list containing all elements for this structure field.

containsResetValue

public 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

public 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

public byte[] getValue()
Description copied from interface: CredentialResetParams
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.