org.openmdx.security.realm1.cci
Class PrincipalClassImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefClass_1
      extended by org.openmdx.security.realm1.cci.PrincipalClassImpl
All Implemented Interfaces:
Serializable, RefBaseObject, RefClass, RefFeatured, RefClass_1_0, PrincipalClass

public class PrincipalClassImpl
extends RefClass_1
implements PrincipalClass

See Also:
Serialized Form

Constructor Summary
PrincipalClassImpl(RefPackage_1_0 refPackage)
           
 
Method Summary
 Principal createPrincipal()
          Creates an instance of class Principal.
 Principal createPrincipal(boolean disabled, String name, Subject subject)
          Creates an instance of class Principal based on all required attributes.
 Principal extendBasicObject(BasicObject _base, boolean disabled, String name, Subject subject)
          Creates an instance of class Principal based on the superclass BasicObject and all required attributes not included in this superclass.
 Principal extendContextCapable(ContextCapable _base, boolean disabled, String name, Subject subject)
          Creates an instance of class Principal based on the superclass ContextCapable and all required attributes not included in this superclass.
 Principal extendExtentCapable(ExtentCapable _base, boolean disabled, String name, Subject subject)
          Creates an instance of class Principal based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Principal extendViewCapable(ViewCapable _base, boolean disabled, String name, Subject subject)
          Creates an instance of class Principal based on the superclass ViewCapable and all required attributes not included in this superclass.
 Principal getPrincipal(Object object)
          Creates an instance of class Principal based on the specified Object instance.
 String refMofId()
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefClass_1
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum, refGetValue, refGetValue, refGetValue, refGetValue, refImmediatePackage, refInvokeOperation, refInvokeOperation, refMetaObject, refOutermostPackage, refSetValue, refSetValue, refSetValue, refVerifyConstraints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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, refOutermostPackage, refVerifyConstraints
 

Constructor Detail

PrincipalClassImpl

public PrincipalClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

public String refMofId()
Specified by:
refMofId in interface RefBaseObject
Overrides:
refMofId in class RefClass_1

getPrincipal

public Principal getPrincipal(Object object)
Description copied from interface: PrincipalClass
Creates an instance of class Principal based on the specified Object instance. This is a factory operation used to create instance objects of class Principal.

Specified by:
getPrincipal in interface PrincipalClass
Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createPrincipal

public Principal createPrincipal()
Description copied from interface: PrincipalClass
Creates an instance of class Principal. This is a factory operation used to create instance objects of class Principal.

Specified by:
createPrincipal in interface PrincipalClass

createPrincipal

public Principal createPrincipal(boolean disabled,
                                 String name,
                                 Subject subject)
Description copied from interface: PrincipalClass
Creates an instance of class Principal based on all required attributes. This is a factory operation used to create instance objects of class Principal.

Specified by:
createPrincipal in interface PrincipalClass

extendBasicObject

public Principal extendBasicObject(BasicObject _base,
                                   boolean disabled,
                                   String name,
                                   Subject subject)
Description copied from interface: PrincipalClass
Creates an instance of class Principal 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 Principal.

Specified by:
extendBasicObject in interface PrincipalClass

extendContextCapable

public Principal extendContextCapable(ContextCapable _base,
                                      boolean disabled,
                                      String name,
                                      Subject subject)
Description copied from interface: PrincipalClass
Creates an instance of class Principal 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 Principal.

Specified by:
extendContextCapable in interface PrincipalClass

extendExtentCapable

public Principal extendExtentCapable(ExtentCapable _base,
                                     boolean disabled,
                                     String name,
                                     Subject subject)
Description copied from interface: PrincipalClass
Creates an instance of class Principal 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 Principal.

Specified by:
extendExtentCapable in interface PrincipalClass

extendViewCapable

public Principal extendViewCapable(ViewCapable _base,
                                   boolean disabled,
                                   String name,
                                   Subject subject)
Description copied from interface: PrincipalClass
Creates an instance of class Principal 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 Principal.

Specified by:
extendViewCapable in interface PrincipalClass


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