org.openmdx.security.realm1.jmi1
Interface ValidationResult

All Superinterfaces:
RefStruct, Serializable, ValidationResult

public interface ValidationResult
extends RefStruct, ValidationResult


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 javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

isAccepted

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

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

getChallenge

String getChallenge()
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

Short getCode()
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

byte[] getState()
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.