Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Query Webjects > Validate-User
  
Validate-User
The Validate-User webject returns a status group if the supplied username and credentials are valid and can be used to access the Windchill system. Otherwise, an exception is thrown.
Syntax
<ie:webject name="Validate-User" type="OBJ">
<ie:param name="AUTHORIZATION"
data="$(@SERVER[]authorization[0])"/>
<ie:param name="CONNECTION_ATTEMPTS" data="attempts"/>
<ie:param name="CONNECTION_ATTEMPT_INTERVAL" data="interval"/>
<ie:param name="DBUSER" data="username"/>
<ie:param name="GROUP_OUT" data="group_out"/>
<ie:param name="INSTANCE" data="appl_name"/>
<ie:param name="PASSWD" data="password"/>
</ie:webject>
Parameters
Required
Interdependent
Optional
INSTANCE
AUTHORIZATION
CONNECTION_ATTEMPTS
DBUSER
CONNECTION_ATTEMPT_INTERVAL
PASSWD
GROUP_OUT
* 
If a parameter is listed in the table but is not defined below, then it has a common parameter definition. For descriptions of those parameters, see Common Webject Parameters section in Adapter Webjects Overview.
GROUP_OUT
The name of the output group containing the results. The default value is Status. This parameter is optional.