public class YExternalSession extends YSession
| Constructor and Description | 
|---|
| YExternalSession(YExternalClient client,
                long timeOutSeconds) | 
| Modifier and Type | Method and Description | 
|---|---|
| YExternalClient | getClient() | 
| java.lang.String | getName() | 
| java.lang.String | getPassword()Gets the client's password. | 
| void | setClient(YExternalClient client) | 
| void | setPassword(java.lang.String password)Updates (and persists) the password for an external client. | 
getHandle, getIntervalpublic YExternalSession(YExternalClient client, long timeOutSeconds)
public java.lang.String getName()
public java.lang.String getPassword()
getPassword in class YSessionpublic void setPassword(java.lang.String password)
                 throws YPersistenceException
setPassword in class YSessionpassword - the (hashed) password to set for the external client.YPersistenceException - if there's some problem persisting the change.public void setClient(YExternalClient client)
public YExternalClient getClient()
Copyright © 2004-2014 The YAWL Foundation.