All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openmdx.security.realm1.jmi1.AuthenticationContext Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:30.764Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.jmi1;

/**
 * Abstract class AuthenticationContext
 */
public interface AuthenticationContext
  extends org.openmdx.security.realm1.cci2.AuthenticationContext,
    org.openmdx.base.accessor.jmi.cci.RefObject_1_0{

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference realm.
   * @return The non-null value for this reference.
   */
  public org.openmdx.security.realm1.jmi1.Realm getRealm(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference realm.
   * @param realm The new non-null value for this reference.
   */
  public void setRealm(
    org.openmdx.security.realm1.cci2.Realm realm
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference subject.
   * @return The – possibly null – value for this reference.
   */
  public org.openmdx.security.realm1.jmi1.Subject getSubject(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference subject.
   * @param subject The new – possibly null – value for this reference.
   */
  public void setSubject(
    org.openmdx.security.realm1.cci2.Subject subject
  );

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy