public interface AuthenticateUserEvent extends LifeCycleEvent
Modifier and Type | Method and Description |
---|---|
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.
|
getModelContext
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment
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 nameApptrieveException
- 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 valueApptrieveException
- if the variable is not defined in the model
or the variable is marked as read-only