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

org.openmdx.security.realm1.jmi1.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:03 CET 2020
//
// 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