element authenticateUserResponse
diagram de_security_diagrams/de_security_p3.png
namespace http://security.api.de.n2.tibco.com
properties
content complex
children failure
attributes
Name  Type  Use  Default  Fixed  Annotation
user-guid  xs:string  optional      
documentation
Unique ID providing the security context for a successfully authenticated user.

If authentication fails, the user-guid is not set.
name  xs:string  optional      
documentation
The name by which the authenticated user is known (the login name).
display-name  xs:string  optional      
documentation
The name of the authenticated user, as it can be displayed.
domain  xs:string  optional      
documentation
The domain in which the user was authenticated.
annotation
documentation
Response element for authenticateUser operation.
source <xs:element name="authenticateUserResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for authenticateUser operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="failure" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Message indicating a possible reason why authentication failed.

This is only returned if authentication fails.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="user-guid" type="xs:string" use="optional">
     
<xs:annotation>
       
<xs:documentation>Unique ID providing the security context for a successfully authenticated user.

If authentication fails, the user-guid is not set.
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="name" type="xs:string" use="optional">
     
<xs:annotation>
       
<xs:documentation>The name by which the authenticated user is known (the login name).</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="display-name" type="xs:string" use="optional">
     
<xs:annotation>
       
<xs:documentation>The name of the authenticated user, as it can be displayed.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="domain" type="xs:string" use="optional">
     
<xs:annotation>
       
<xs:documentation>The domain in which the user was authenticated.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute authenticateUserResponse/@user-guid
type xs:string
properties
use optional
annotation
documentation
Unique ID providing the security context for a successfully authenticated user.

If authentication fails, the user-guid is not set.
source <xs:attribute name="user-guid" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Unique ID providing the security context for a successfully authenticated user.

If authentication fails, the user-guid is not set.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute authenticateUserResponse/@name
type xs:string
properties
use optional
annotation
documentation
The name by which the authenticated user is known (the login name).
source <xs:attribute name="name" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The name by which the authenticated user is known (the login name).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute authenticateUserResponse/@display-name
type xs:string
properties
use optional
annotation
documentation
The name of the authenticated user, as it can be displayed.
source <xs:attribute name="display-name" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The name of the authenticated user, as it can be displayed.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute authenticateUserResponse/@domain
type xs:string
properties
use optional
annotation
documentation
The domain in which the user was authenticated.
source <xs:attribute name="domain" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The domain in which the user was authenticated.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element authenticateUserResponse/failure
diagram de_security_diagrams/de_security_p4.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Message indicating a possible reason why authentication failed.

This is only returned if authentication fails.
source <xs:element name="failure" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Message indicating a possible reason why authentication failed.

This is only returned if authentication fails.
</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy