org.openmdx.security.authentication1.cci
Interface PasswordClass

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

public interface PasswordClass
extends RefClass_1_0


Method Summary
 Password createPassword()
          Creates an instance of class Password.
 Password createPassword(boolean locked, Subject subject)
          Creates an instance of class Password based on all required attributes.
 Password extendBasicObject(BasicObject _base, boolean locked, Subject subject)
          Creates an instance of class Password based on the superclass BasicObject and all required attributes not included in this superclass.
 Password extendContextCapable(ContextCapable _base, boolean locked, Subject subject)
          Creates an instance of class Password based on the superclass ContextCapable and all required attributes not included in this superclass.
 Password extendExtentCapable(ExtentCapable _base, boolean locked, Subject subject)
          Creates an instance of class Password based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Password extendViewCapable(ViewCapable _base, boolean locked, Subject subject)
          Creates an instance of class Password based on the superclass ViewCapable and all required attributes not included in this superclass.
 Password getPassword(Object object)
          Creates an instance of class Password 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

createPassword

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


getPassword

Password getPassword(Object object)
Creates an instance of class Password based on the specified Object instance. This is a factory operation used to create instance objects of class Password.

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

createPassword

Password createPassword(boolean locked,
                        Subject subject)
Creates an instance of class Password based on all required attributes. This is a factory operation used to create instance objects of class Password.


extendBasicObject

Password extendBasicObject(BasicObject _base,
                           boolean locked,
                           Subject subject)
Creates an instance of class Password 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 Password.


extendContextCapable

Password extendContextCapable(ContextCapable _base,
                              boolean locked,
                              Subject subject)
Creates an instance of class Password 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 Password.


extendExtentCapable

Password extendExtentCapable(ExtentCapable _base,
                             boolean locked,
                             Subject subject)
Creates an instance of class Password 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 Password.


extendViewCapable

Password extendViewCapable(ViewCapable _base,
                           boolean locked,
                           Subject subject)
Creates an instance of class Password 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 Password.



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