org.openmdx.security.realm1.cci
Class ValidationResultImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefStruct_1
      extended by org.openmdx.security.realm1.cci.ValidationResultImpl
All Implemented Interfaces:
Serializable, RefStruct, RefStruct_1_0, ValidationResult

public class ValidationResultImpl
extends RefStruct_1
implements ValidationResult

See Also:
Serialized Form

Constructor Summary
ValidationResultImpl(RefPackage_1_0 refPackage, List args)
           
ValidationResultImpl(RefPackage_1_0 refPackage, Object arg)
           
 
Method Summary
 String getChallenge()
          Retrieves the value for the optional structure field challenge.
 Short getCode()
          Retrieves the value for the optional structure field code.
 byte[] getState()
          Retrieves the value for the optional structure field state.
 boolean isAccepted()
          Retrieves the value for the structure field accepted.
 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

ValidationResultImpl

public ValidationResultImpl(RefPackage_1_0 refPackage,
                            List args)

ValidationResultImpl

public ValidationResultImpl(RefPackage_1_0 refPackage,
                            Object arg)
Method Detail

refQualifiedTypeName

public String refQualifiedTypeName()
Overrides:
refQualifiedTypeName in class RefStruct_1

isAccepted

public boolean isAccepted()
Description copied from interface: ValidationResult
Retrieves the value for the structure field accepted.

Specified by:
isAccepted in interface ValidationResult
Returns:
The non-null value for structure field accepted.

getChallenge

public String getChallenge()
Description copied from interface: ValidationResult
Retrieves the value for the optional structure field challenge.

Specified by:
getChallenge in interface ValidationResult
Returns:
The possibly null value for structure field challenge.

getCode

public Short getCode()
Description copied from interface: ValidationResult
Retrieves the value for the optional structure field code.

Specified by:
getCode in interface ValidationResult
Returns:
The possibly null value for structure field code.

getState

public byte[] getState()
Description copied from interface: ValidationResult
Retrieves the value for the optional structure field state.

Specified by:
getState in interface ValidationResult
Returns:
The possibly null value for structure field state.


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