org.openmdx.security.realm1.cci2.ValidationResult Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:02 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.cci2;
public interface ValidationResult
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field accepted
.
* @return The non-null value for structure field accepted
.
*/
public boolean isAccepted(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field challenge
.
* @return The possibly null value for structure field challenge
.
*/
public java.lang.String getChallenge(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field code
.
* @return The possibly null value for structure field code
.
*/
public java.lang.Short getCode(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field state
.
* @return The possibly null value for structure field state
.
*/
public byte[] getState(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
accepted
, challenge
, code
, state
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}