2.2.4.3 credentialsType
The schema definition for the credentialsType data type is as follows:
-
<xs:complexType name="credentialsType"> <xs:sequence> <xs:element name="username" type="tns:max64kCharStringType" /> <xs:element name="password" type="tns:max64kCharStringType" /> <xs:element name="duration" type="xs:positiveInteger" /> <xs:element name="realm" type="tns:max64kCharStringType" minOccurs="0"/> </xs:sequence> </xs:complexType>
The credentialsType data type is a complex data type that contains the following elements.
Element |
Description |
---|---|
username |
The type of this element is max64kCharStringType, as defined in section 2.2.4.9. This element contains part of the security token sent by the server to the protocol client. |
password |
The type of this element is max64kCharStringType, as defined in section 2.2.4.9. This element contains part of the security token sent by the server to the protocol client. |
duration |
The type of this element is positiveInteger, as specified in [XMLSCHEMA2/2] section 3.3.25. This element contains a positive integer that specifies how long the token is valid for. |
realm |
The type of this element is max64kCharStringType, as defined in section 2.2.4.9. This optional element specifies which network segment the server belongs to. |