security
Class WebStartBean
java.lang.Object
   security.KeyStoreBean
security.KeyStoreBean
       security.WebStartBean
security.WebStartBean
- All Implemented Interfaces: 
- java.io.Serializable
- public class WebStartBean 
- extends KeyStoreBean- implements java.io.Serializable
Copyright DocJava, inc. User: lyon Date: Sep 3, 2004 Time: 9:12:18 AM
- See Also:
- Serialized Form
 
 
| Methods inherited from class security.KeyStoreBean | 
| fromXml, getAlias, getDefaultKeyStoreBean, getJarFileName, getKeyStoreFile, getKeyStorePassword, getVendor, isValid, restore, setAlias, setJarFileName, setKeyStoreFile, setKeyStorePassword, setVendor | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
WebStartBean
public WebStartBean()
getXml
public static WebStartBean getXml(java.lang.String xmlString)
- 
 
- 
 
toXml
public java.lang.String toXml()
- 
- Overrides:
- toXmlin class- KeyStoreBean
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- KeyStoreBean
 
- 
 
getCodeBase
public java.lang.String getCodeBase()
- 
 
- 
 
setCodeBase
public void setCodeBase(java.lang.String codeBase)
- 
 
- 
 
getIconUrl
public java.lang.String getIconUrl()
- 
 
- 
 
setIconUrl
public void setIconUrl(java.lang.String iconUrl)
- 
 
- 
 
getHostUrl
public java.lang.String getHostUrl()
- 
 
- 
 
setHostUrl
public void setHostUrl(java.lang.String hostUrl)
- 
 
- 
 
getRootDirectory
public java.lang.String getRootDirectory()
- 
 
- 
 
setRootDirectory
public void setRootDirectory(java.lang.String rootDirectory)
- 
 
- 
 
getClassName
public java.lang.String getClassName()
- 
 
- 
 
setClassName
public void setClassName(java.lang.String className)
- 
 
- 
 
getWebServer
public java.lang.String getWebServer()
- 
 
- 
 
setWebServer
public void setWebServer(java.lang.String webServer)
- 
 
- 
 
getWebServerUid
public java.lang.String getWebServerUid()
- 
 
- 
 
setWebServerUid
public void setWebServerUid(java.lang.String webServerUid)
- 
 
- 
 
save
public void save()
- 
- Overrides:
- savein class- KeyStoreBean
 
- 
 
getWsbFromPreferences
public static WebStartBean getWsbFromPreferences()
                                          throws java.security.NoSuchAlgorithmException,
                                                 java.io.IOException,
                                                 java.security.cert.CertificateException,
                                                 java.security.KeyStoreException
- 
 
- 
- Throws:
- java.security.NoSuchAlgorithmException
- java.io.IOException
- java.security.cert.CertificateException
- java.security.KeyStoreException
 
main
public static void main(java.lang.String[] args)
- 
 
- 
 
testWebStartBean
public static void testWebStartBean()
- 
 
- 
 
getDefaultWebStartBeanGUI
public static WebStartBean getDefaultWebStartBeanGUI()
- Get WebStartBean and use a GUI to prompt the USER.
 
- 
 
- 
- Returns:
- the defaul webstart bean from prefrences
 
getDefaultWebStartBean
public static WebStartBean getDefaultWebStartBean()
                                           throws java.security.NoSuchAlgorithmException,
                                                  java.io.IOException,
                                                  java.security.cert.CertificateException,
                                                  java.security.KeyStoreException
- 
 
- 
- Throws:
- java.security.NoSuchAlgorithmException
- java.io.IOException
- java.security.cert.CertificateException
- java.security.KeyStoreException
 
getRemoteSystemPassword
public java.lang.String getRemoteSystemPassword()
- 
 
- 
 
setRemoteSystemPassword
public void setRemoteSystemPassword(java.lang.String remoteSystemPassword)
- 
 
-