org.openmdx.security.authentication1.cci
Class AuthenticationContextClassImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefClass_1
      extended by org.openmdx.security.authentication1.cci.AuthenticationContextClassImpl
All Implemented Interfaces:
Serializable, RefBaseObject, RefClass, RefFeatured, RefClass_1_0, RefClass_1_1, AuthenticationContextClass

public class AuthenticationContextClassImpl
extends RefClass_1
implements AuthenticationContextClass

See Also:
Serialized Form

Constructor Summary
AuthenticationContextClassImpl(RefPackage_1_0 refPackage)
           
 
Method Summary
 AuthenticationContext createAuthenticationContext()
          Creates an instance of class AuthenticationContext.
 AuthenticationContext createAuthenticationContext(Realm realm)
          Creates an instance of class AuthenticationContext based on all required attributes.
 AuthenticationContext extendBasicObject(BasicObject _base, Realm realm)
          Creates an instance of class AuthenticationContext based on the superclass BasicObject and all required attributes not included in this superclass.
 AuthenticationContext extendContextCapable(ContextCapable _base, Realm realm)
          Creates an instance of class AuthenticationContext based on the superclass ContextCapable and all required attributes not included in this superclass.
 AuthenticationContext extendExtentCapable(ExtentCapable _base, Realm realm)
          Creates an instance of class AuthenticationContext based on the superclass ExtentCapable and all required attributes not included in this superclass.
 AuthenticationContext extendViewCapable(ViewCapable _base, Realm realm)
          Creates an instance of class AuthenticationContext based on the superclass ViewCapable and all required attributes not included in this superclass.
 AuthenticationContext getAuthenticationContext(Object object)
          Creates an instance of class AuthenticationContext based on the specified Object instance.
 String refMofId()
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefClass_1
refAllOfClass, refAllOfType, refCreateInstance, refCreateInstance, refCreateStruct, refCreateStruct, refFeaturesHavingNoImpl, 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

AuthenticationContextClassImpl

public AuthenticationContextClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

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

getAuthenticationContext

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

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

createAuthenticationContext

public AuthenticationContext createAuthenticationContext()
Description copied from interface: AuthenticationContextClass
Creates an instance of class AuthenticationContext. This is a factory operation used to create instance objects of class AuthenticationContext.

Specified by:
createAuthenticationContext in interface AuthenticationContextClass

createAuthenticationContext

public AuthenticationContext createAuthenticationContext(Realm realm)
Description copied from interface: AuthenticationContextClass
Creates an instance of class AuthenticationContext based on all required attributes. This is a factory operation used to create instance objects of class AuthenticationContext.

Specified by:
createAuthenticationContext in interface AuthenticationContextClass

extendBasicObject

public AuthenticationContext extendBasicObject(BasicObject _base,
                                               Realm realm)
Description copied from interface: AuthenticationContextClass
Creates an instance of class AuthenticationContext 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 AuthenticationContext.

Specified by:
extendBasicObject in interface AuthenticationContextClass

extendContextCapable

public AuthenticationContext extendContextCapable(ContextCapable _base,
                                                  Realm realm)
Description copied from interface: AuthenticationContextClass
Creates an instance of class AuthenticationContext 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 AuthenticationContext.

Specified by:
extendContextCapable in interface AuthenticationContextClass

extendExtentCapable

public AuthenticationContext extendExtentCapable(ExtentCapable _base,
                                                 Realm realm)
Description copied from interface: AuthenticationContextClass
Creates an instance of class AuthenticationContext 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 AuthenticationContext.

Specified by:
extendExtentCapable in interface AuthenticationContextClass

extendViewCapable

public AuthenticationContext extendViewCapable(ViewCapable _base,
                                               Realm realm)
Description copied from interface: AuthenticationContextClass
Creates an instance of class AuthenticationContext 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 AuthenticationContext.

Specified by:
extendViewCapable in interface AuthenticationContextClass


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