|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.wtc.gwt.genpasswd
This class is a utility function that takes a key, a password and the type of password and generates a line that can be used in the bdmconfig.xml configuration file. The password will have been encrypted with the key. Note that the key field must be the same key used with the PasswordKey property in the WTCService class. Hence, passwords for the remote or local domain is never stored in text, nor is the application password stored in text in the bdmconfig.xml file. The usage of this utility is
genpasswd key password {local|remote|application}
Constructor Summary | |
genpasswd()
|
Method Summary | |
static void |
main(String[] args)
The starting point for this utility. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public genpasswd()
Method Detail |
public static void main(String[] args) throws Exception
genpasswd key password {local|remote|application}
Exception
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |