org.nees.data.util.bootstrap
Class AuthenticIdentityInitObject

java.lang.Object
  extended byorg.nees.data.util.bootstrap.AuthenticIdentityInitObject
All Implemented Interfaces:
InitializationObjectInterface
Direct Known Subclasses:
FileLocationManagerInitObject, MySqlNFMSBackendIO, NFMSInitObject, NMDSAdapterInitObject

public abstract class AuthenticIdentityInitObject
extends java.lang.Object
implements InitializationObjectInterface

Author:
Jeff Gaynor

Constructor Summary
AuthenticIdentityInitObject()
          Creates a new instance of AuthenticIdentityInitObject
 
Method Summary
 AuthenticIdentity getAuthenticIdentity()
           
 void setAuthenticIdentity(AuthenticIdentity id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticIdentityInitObject

public AuthenticIdentityInitObject()
Creates a new instance of AuthenticIdentityInitObject

Method Detail

setAuthenticIdentity

public void setAuthenticIdentity(AuthenticIdentity id)

getAuthenticIdentity

public AuthenticIdentity getAuthenticIdentity()