|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.apps.server.util.WcmISServerCredentials
WcmISServerCredentials maintains credentials required for access to IS server. It also contains the connection object used to continue communicating to the IS server.
Constructor Summary | |
WcmISServerCredentials(WcmISServer isServer,
java.lang.String token)
|
Method Summary | |
ISRAWrapper |
getISRAWrapper()
|
java.util.Map |
getUserExtraInformation()
|
java.lang.String |
getUserId()
|
java.lang.Exception |
getValidationException()
Get the validation Exception when the credentials are invalid. |
boolean |
hasDeploymentError()
Verify that this instance of WcmServerCredentials is valid. |
boolean |
isGuest()
|
boolean |
isMemberOf(java.lang.String group)
|
boolean |
isMemberOf(java.lang.String[] groups)
|
boolean |
isValid()
Verify that this instance of WcmServerCredentials is valid. |
void |
setUserId(java.lang.String userId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WcmISServerCredentials(WcmISServer isServer, java.lang.String token) throws java.lang.Exception
Method Detail |
public java.lang.String getUserId()
getUserId
in interface com.filenet.wcm.toolkit.server.base.WcmUserInformationInterface
public java.util.Map getUserExtraInformation()
getUserExtraInformation
in interface com.filenet.wcm.toolkit.server.base.WcmUserInformationInterface
public boolean isMemberOf(java.lang.String group)
isMemberOf
in interface com.filenet.wcm.toolkit.server.base.WcmUserInformationInterface
public boolean isMemberOf(java.lang.String[] groups)
isMemberOf
in interface com.filenet.wcm.toolkit.server.base.WcmUserInformationInterface
public boolean isGuest()
isGuest
in interface com.filenet.wcm.toolkit.server.base.WcmUserInformationInterface
public void setUserId(java.lang.String userId)
public ISRAWrapper getISRAWrapper()
public boolean hasDeploymentError()
public boolean isValid()
public java.lang.Exception getValidationException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |