|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.ebusiness.security.KeyBootstrap
Used as a startup class to bootstrap public and private keys. Checks a property in the commerce.properties file to determine if the application wants to be encryption enabled. The property is is.encryption.enabled=true/false
Constructor Summary | |
KeyBootstrap()
Constructor comment. |
Method Summary | |
boolean |
bindKeys()
This does most of the work in the class. |
long |
schedule(long t)
Callback from WLS to renew the scheduled callback. |
void |
setServices(weblogic.common.T3ServicesDef services)
setServices method comment. |
java.lang.String |
startup(java.lang.String name,
java.util.Hashtable props)
Implements T3StartupDef gets called by the container as part of startup |
void |
trigger(weblogic.time.common.Schedulable sched)
Timed callback from WLS used to maintain a reference to the KeyFactory to prevent its garbage collection. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public KeyBootstrap()
Method Detail |
public void setServices(weblogic.common.T3ServicesDef services)
public java.lang.String startup(java.lang.String name, java.util.Hashtable props) throws java.lang.Exception
public boolean bindKeys() throws java.lang.Exception
public void trigger(weblogic.time.common.Schedulable sched)
sched
- (not used)public long schedule(long t)
t
- the current time.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |