diagram | |||||||||||||||
namespace | http://security.api.de.n2.tibco.com | ||||||||||||||
properties |
|
||||||||||||||
children | password | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="authenticateUser"> <xs:annotation> <xs:documentation>Request element for authenticateUser operation. This operation is deprecated and should no longer be used. It is only available for backward compatibility and may be removed in future releases.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="password" type="xs:base64Binary" minOccurs="0"> <xs:annotation> <xs:documentation>Password to be authenticated.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="login" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Login name to be authenticated.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="login" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Login name to be authenticated.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||
type | xs:base64Binary | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="password" type="xs:base64Binary" minOccurs="0"> <xs:annotation> <xs:documentation>Password to be authenticated.</xs:documentation> </xs:annotation> </xs:element> |