org.openmdx.security.authentication1.cci2.AuthenticationContext Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/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.authentication1.cci2;
/**
* Class AuthenticationContext
*/
public interface AuthenticationContext
extends org.openmdx.base.cci2.BasicObject,
org.openmdx.security.realm1.cci2.AuthenticationContext{
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute completion
.
*
* The following mapping is applied as long enumerations are not supported
* - 0: Completion.ABORTED
*
- 1: Completion.COMMITED
*
* @return The possibly null value for attribute completion
.
*/
public java.lang.Short getCompletion(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute completion
.
*
* The following mapping is applied as long enumerations are not supported
* - 0: Completion.ABORTED
*
- 1: Completion.COMMITED
*
* @param completion The possibly null new value for attribute completion
.
*/
public void setCompletion(
java.lang.Short completion
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
/**
* Object Identity
*/
public interface Identity extends org.oasisopen.cci2.Identity {
/**
* Retrieve the Segment
's identity
* @return the parent object's identity
*/
public org.openmdx.base.cci2.Segment.Identity getSegment();
/**
* Tells whether the id
value is persistent or reassignable.
* @return PERSISTENT
or REASSIGNABLE
*/
public org.oasisopen.cci2.QualifierType getIdType();
/**
* The id
value
* @return the id
value
*/
public java.lang.String getId();
}
}