org.openmdx.security.authentication1.cci2.AuthenticationContext Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:30.390Z
//
// 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();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy