|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.lanl.SSLTools.AbstractService
|
+--gov.lanl.SSLTools.CredentialService
Defines the interface a standard ORB service requiring only a valid keystore with the user's credentials; tests the alias and password for the user's private key.

| Constructor Summary | |
CredentialService()
Default constructor, sets up keywords... |
|
| Method Summary | |
org.omg.CORBA.Object |
enableInsecureForObject(org.omg.CORBA.Object inObj)
Enables insecure server connection for this client object |
void |
init(java.lang.String[] inArgs,
java.util.Properties inProps)
Initialize the Service |
| Methods inherited from class gov.lanl.SSLTools.AbstractService |
finalize, getApplet, getClientData, getClientData, getKeystore, getOptKeyDefault, getOptKeysAndValues, getORB, getReqKeysAndValues, getSecurityLevel, getTargetData, getTargetData, printKeysAndValues, printOptKeysAndValues, printReqKeysAndValues, setApplet, setOptKeysAndValues, setORB, setQuotedId, setQuotedId2Me, setReqKeysAndValues, setSecurityLevel |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CredentialService()
| Method Detail |
public void init(java.lang.String[] inArgs,
java.util.Properties inProps)
throws org.omg.CORBA.UserException
org.omg.CORBA.UserExceptioninArgs - are the command line arguments for -D ORB... usually,
these are in the system propertiesinProps - are the properties to use, may be nullpublic org.omg.CORBA.Object enableInsecureForObject(org.omg.CORBA.Object inObj)
inObj - is the object whose properties need modifying
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||