org.openmdx.security.realm1.jmi1.RealmClass Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// ClassProxy/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.ClassMapper 2.17.7
// Generated at 2020-11-27T16:04:30.716Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.jmi1;
public interface RealmClass
extends javax.jmi.reflect.RefClass
{
/**
* Creates an instance of class Realm
.
* This is a factory operation used to create instance objects of class Realm
.
*/
public Realm createRealm(
);
/**
* Creates an instance of class Realm
based on the specified Object instance.
* This is a factory operation used to create instance objects of class Realm
.
* @param object The Object instance this class is based on.
*/
public Realm getRealm(
Object object
);
// ----------------------------------------------------------------------------
// ClassProxy/End.vm
// ----------------------------------------------------------------------------
}