org.openmdx.security.realm1.cci2.ValidationResult Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.StructureMapper 2.17.7
// Generated at 2020-11-27T16:04:30.449Z
//
// 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
// ----------------------------------------------------------------------------
}