LoginServiceModel

LoginServiceModel is the object model used by BPMLoginService operations to pass data in service requests and responses.

Attributes

Name Type Description
cookie String Cookie value
authenticated Boolean Whether the user is authenticated or not. This attribute is populated by the response from a BPMLoginService.login call. Clients should only read this value to check if the user is authenticated.
username String User's name
password String User's password
loginRedirect String URL to be redirected after successful authentication
logoutRedirect String User is redirected to this URL after logout. If not specified, the standard login page is displayed after logout.
doNotRedirect Boolean After BPMLoginService.login is called, the service typically redirects to the sample Workapp application or another application, as configured using the loginRedirect attribute. If the doNotRedirect attribute is set to true, the service will not do a redirection. This is typically used when the login component is embedded within the custom application where no redirection is required after login. Default = false
See the following topics for specific information on how each BPMLoginService operation uses the LoginServiceModel object model: