org.nees.data.util.bootstrap
Class AuthenticIdentityBootstrapper

java.lang.Object
  extended byorg.nees.data.util.bootstrap.Bootstrapper
      extended byorg.nees.data.util.bootstrap.AuthenticIdentityBootstrapper
All Implemented Interfaces:
InitializationObjectInterface
Direct Known Subclasses:
NFMSBootstrapper

public class AuthenticIdentityBootstrapper
extends Bootstrapper

For use where all the initialization objects require authentic identities.

Author:
USER

Field Summary
 
Fields inherited from class org.nees.data.util.bootstrap.Bootstrapper
CLASS_SUFFIX, ICI_OBJECT_INDEX, INIT_OBJECT_INDEX, INIT_OBJECT_SUFFIX
 
Constructor Summary
AuthenticIdentityBootstrapper(AuthenticIdentity id)
          Creates a new instance of AuthenticIdentityBootstrapper
 
Method Summary
protected  java.lang.Object[][] createInitObjects(java.util.Vector objectKeyList)
          This creates the init objects for the given list that is returned by createNewInstance()
protected  AuthenticIdentity getAuthenticIdentity()
           
 
Methods inherited from class org.nees.data.util.bootstrap.Bootstrapper
bootstrap, bootstrap, checkClassInterfaces, createNewInstances, getClassForInterface, getInitObject, getInstanceTable, getLogger, getNewInstance, getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticIdentityBootstrapper

public AuthenticIdentityBootstrapper(AuthenticIdentity id)
                              throws InstantiationContractException
Creates a new instance of AuthenticIdentityBootstrapper

Method Detail

getAuthenticIdentity

protected AuthenticIdentity getAuthenticIdentity()

createInitObjects

protected java.lang.Object[][] createInitObjects(java.util.Vector objectKeyList)
                                          throws InstantiationContractException
Description copied from class: Bootstrapper
This creates the init objects for the given list that is returned by createNewInstance()

Overrides:
createInitObjects in class Bootstrapper
Throws:
InstantiationContractException