kaos.cougaar.clik.util
Class SAFESecurityComponent

java.lang.Object
  extended by GenericStateModelAdapter
      extended by kaos.cougaar.clik.util.SecurityComponent
          extended by kaos.cougaar.clik.util.SAFESecurityComponent

public final class SAFESecurityComponent
extends SecurityComponent

SAFESecurityComponent loads the KAoS Guard It should be passed two parameters: the name of the domain manager agent to communicate with and the name of the domain to register with.


Field Summary
protected  BindingSite bindingSite
           
protected  java.lang.Object guard
           
 
Fields inherited from class kaos.cougaar.clik.util.SecurityComponent
PROP_PREFIX, SMC_PROP
 
Constructor Summary
SAFESecurityComponent()
           
 
Method Summary
 java.lang.Object getState()
           
 void load()
           
 void setBindingSite(BindingSite bs)
           
 void setParameter(java.lang.Object o)
           
 void setState(java.lang.Object loadState)
           
 void unload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

guard

protected java.lang.Object guard

bindingSite

protected BindingSite bindingSite
Constructor Detail

SAFESecurityComponent

public SAFESecurityComponent()
Method Detail

setParameter

public void setParameter(java.lang.Object o)

setBindingSite

public void setBindingSite(BindingSite bs)

load

public void load()

setState

public void setState(java.lang.Object loadState)

getState

public java.lang.Object getState()

unload

public void unload()