org.opencrx.security.realm1.cci
Interface PrincipalClass

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

public interface PrincipalClass
extends RefClass_1_0


Method Summary
 Principal createPrincipal()
          Creates an instance of class Principal.
 Principal createPrincipal(Date lastLoginAt, boolean disabled, String name, Subject subject)
          Creates an instance of class Principal based on all required attributes.
 Principal extendBasicObject(BasicObject _base, Date lastLoginAt, 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, Date lastLoginAt, 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, Date lastLoginAt, 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 extendPrincipal(Principal _base, Date lastLoginAt)
          Creates an instance of class Principal based on the superclass Principal and all required attributes not included in this superclass.
 Principal extendViewCapable(ViewCapable _base, Date lastLoginAt, 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.
 
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

createPrincipal

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


getPrincipal

Principal getPrincipal(Object object)
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.

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

createPrincipal

Principal createPrincipal(Date lastLoginAt,
                          boolean disabled,
                          String name,
                          Subject subject)
Creates an instance of class Principal based on all required attributes. This is a factory operation used to create instance objects of class Principal.


extendBasicObject

Principal extendBasicObject(BasicObject _base,
                            Date lastLoginAt,
                            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. This is a factory operation used to create instance objects of class Principal.


extendContextCapable

Principal extendContextCapable(ContextCapable _base,
                               Date lastLoginAt,
                               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. This is a factory operation used to create instance objects of class Principal.


extendExtentCapable

Principal extendExtentCapable(ExtentCapable _base,
                              Date lastLoginAt,
                              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. This is a factory operation used to create instance objects of class Principal.


extendViewCapable

Principal extendViewCapable(ViewCapable _base,
                            Date lastLoginAt,
                            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. This is a factory operation used to create instance objects of class Principal.


extendPrincipal

Principal extendPrincipal(Principal _base,
                          Date lastLoginAt)
Creates an instance of class Principal based on the superclass Principal and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Principal.



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