org.openmdx.security.realm1.cci
Interface RealmClass

All Superinterfaces:
RefBaseObject, RefClass, RefClass_1_0, RefFeatured
All Known Implementing Classes:
RealmClassImpl

public interface RealmClass
extends RefClass_1_0


Method Summary
 Realm createRealm()
          Creates an instance of class Realm.
 Realm createRealm(String name)
          Creates an instance of class Realm based on all required attributes.
 Realm extendBasicObject(BasicObject _base, String name)
          Creates an instance of class Realm based on the superclass BasicObject and all required attributes not included in this superclass.
 Realm extendContextCapable(ContextCapable _base, String name)
          Creates an instance of class Realm based on the superclass ContextCapable and all required attributes not included in this superclass.
 Realm extendExtentCapable(ExtentCapable _base, String name)
          Creates an instance of class Realm based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Realm extendViewCapable(ViewCapable _base, String name)
          Creates an instance of class Realm based on the superclass ViewCapable and all required attributes not included in this superclass.
 Realm getRealm(Object object)
          Creates an instance of class Realm based on the specified Object instance.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createRealm

Realm createRealm()
Creates an instance of class Realm. This is a factory operation used to create instance objects of class Realm.


getRealm

Realm getRealm(Object object)
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.

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createRealm

Realm createRealm(String name)
Creates an instance of class Realm based on all required attributes. This is a factory operation used to create instance objects of class Realm.


extendBasicObject

Realm extendBasicObject(BasicObject _base,
                        String name)
Creates an instance of class Realm based on the superclass BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Realm.


extendContextCapable

Realm extendContextCapable(ContextCapable _base,
                           String name)
Creates an instance of class Realm based on the superclass ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Realm.


extendExtentCapable

Realm extendExtentCapable(ExtentCapable _base,
                          String name)
Creates an instance of class Realm based on the superclass ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Realm.


extendViewCapable

Realm extendViewCapable(ViewCapable _base,
                        String name)
Creates an instance of class Realm based on the superclass ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Realm.



This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.