|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticateUserEvent
Authenticate user event information.
LifeCycleEventHandler.authenticateUser(com.wrq.vhi.script.api.AuthenticateUserEvent)
Method Summary | |
---|---|
java.lang.String |
getPassword()
Gets the password provided in the connection request. |
java.lang.String |
getUser()
Gets the username provided in the connection request. |
java.util.Set |
getVariableNames()
Gets the names of the model variables. |
java.lang.String |
getVariableValue(java.lang.String name)
Gets the value of a model variable. |
void |
setVariableValue(java.lang.String name,
java.lang.String value)
Changes the value of a model variable. |
Methods inherited from interface com.wrq.vhi.script.api.LifeCycleEvent |
---|
getModelContext |
Methods inherited from interface com.wrq.vhi.script.api.Event |
---|
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment |
Method Detail |
---|
java.lang.String getUser()
java.lang.String getPassword()
java.util.Set getVariableNames()
java.lang.String getVariableValue(java.lang.String name) throws ApptrieveException
name
- the variable name
ApptrieveException
- if the variable is not defined in the modelvoid setVariableValue(java.lang.String name, java.lang.String value) throws ApptrieveException
name
- the variable namevalue
- the variable value
ApptrieveException
- if the variable is not defined in the model
or the variable is marked as read-only
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |