<attributeGroup name="CredentialUseGroup">
<attribute name="TLS" type="string" use="optional"/>
<attribute name="Signing" type="string" use="optional"/>
+ <attribute name="signRequest" type="boolean" use="optional" default="false"/>
<attribute name="signatureAlg" type="anyURI" use="optional"/>
<attribute name="digestAlg" type="anyURI" use="optional"/>
- <attribute name="signRequest" type="boolean" use="optional" default="false"/>
<attribute name="signedResponse" type="boolean" use="optional" default="false"/>
<attribute name="signedAssertions" type="boolean" use="optional" default="false"/>
+ <attribute name="authType" use="optional">
+ <simpleType>
+ <restriction base="string">
+ <enumeration value="basic"/>
+ <enumeration value="digest"/>
+ <enumeration value="ntlm"/>
+ <enumeration value="gss"/>
+ </restriction>
+ </simpleType>
+ </attribute>
+ <attribute name="authUsername" use="optional"/>
+ <attribute name="authPassword" use="optional"/>
</attributeGroup>
<element name="CredentialUse">