org.openmdx.security.realm1.cci
Interface ValidationResult

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

public interface ValidationResult
extends RefStruct_1_0


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

isAccepted

boolean isAccepted()
Retrieves the value for the structure field accepted.

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

getChallenge

String getChallenge()
Retrieves the value for the optional structure field challenge.

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

getCode

Short getCode()
Retrieves the value for the optional structure field code.

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

getState

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

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


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