org.openmdx.security.realm1.cci2
Interface ValidationResult

All Known Subinterfaces:
ValidationResult

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

Method Detail

isAccepted

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

Returns:
The non-null value for structure field accepted.

getChallenge

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

Returns:
The possibly null value for structure field challenge.

getCode

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

Returns:
The possibly null value for structure field code.

getState

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

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.