|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.apps.server.util.WcmISServer
This class is a helper class to analyze a IS server name and manage caching of server credentials.
Constructor Summary | |
WcmISServer(java.lang.String sServerName,
com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore,
java.util.Locale locale)
Creates an instance of WcmISServer . |
Method Summary | |
WcmISServerCredentials |
getCredentials(java.util.Locale locale)
Returns a credential object. |
static java.lang.String |
getCurrentServerName(com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore)
|
java.lang.String |
getDomain()
Returns a String that represents the domain name. |
java.lang.String |
getOrganization()
Returns a String that represents the organization name. |
java.lang.String |
getServerJNDIName()
Returns a String that represents the JNDI name for the IS server. |
java.lang.String |
getServerName()
Returns a String that represents the server. |
void |
setCredentials(WcmISServerCredentials serverCredentials,
java.util.Locale locale)
Sets a credential object. |
static void |
setCurrentServerName(java.lang.String sServerName,
com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WcmISServer(java.lang.String sServerName, com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore, java.util.Locale locale) throws com.filenet.wcm.toolkit.util.WcmException
WcmISServer
.
Method Detail |
public static java.lang.String getCurrentServerName(com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore)
public static void setCurrentServerName(java.lang.String sServerName, com.filenet.wcm.toolkit.server.util.WcmDataStore dataStore) throws com.filenet.wcm.toolkit.util.WcmException
com.filenet.wcm.toolkit.util.WcmException
public java.lang.String getDomain()
String
that represents the domain name.
public java.lang.String getOrganization()
String
that represents the organization name.
public java.lang.String getServerName()
String
that represents the server.
public java.lang.String getServerJNDIName()
String
that represents the JNDI name for the IS server.
public WcmISServerCredentials getCredentials(java.util.Locale locale) throws com.filenet.wcm.toolkit.util.WcmException
com.filenet.wcm.toolkit.util.WcmException
public void setCredentials(WcmISServerCredentials serverCredentials, java.util.Locale locale) throws com.filenet.wcm.toolkit.util.WcmException
com.filenet.wcm.toolkit.util.WcmException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |