Cisco Systems CB21AG, PI21AG manual 4-11, xscomplexType name=PasswordFromProfile xssimpleContent

Models: CB21AG PI21AG

1 170
Download 170 pages 950 b
Page 95
Image 95
<xs:complexType name="PasswordFromProfile"> <xs:simpleContent>

Chapter 4 Performing Administrative Tasks

The EAP-FAST XML Schema

<xs:complexType name="PasswordFromProfile"> <xs:simpleContent>

<xs:extension base="xs:string">

<xs:attribute name="encryptContent" type="xs:boolean" use="optional" default="true"> <xs:annotation>

<xs:documentation>this is defaulted to 'true' as an indication to the post-process tool that it should encrypt this element.</xs:documentation>

</xs:annotation>

</xs:attribute>

</xs:extension>

</xs:simpleContent>

</xs:complexType>

<xs:complexType name="PasswordSource"> <xs:choice>

<xs:element name="passwordFromLogon" type="Empty"/> <xs:element name="passwordFromUser" type="Empty"/>

<xs:element name="passwordFromProfile" type="PasswordFromProfile"/> </xs:choice>

</xs:complexType>

<xs:complexType name="TokenSource"> <xs:choice>

<xs:element name="passwordFromOtherToken" type="Empty"> <xs:annotation>

<xs:documentation>this will result in a prompt to user to obtain identity and otp from token</xs:documentation>

</xs:annotation>

</xs:element>

</xs:choice>

</xs:complexType>

<xs:complexType name="CertificateSource"> <xs:choice>

<xs:element name="certificateFromUser" type="Empty"> <xs:annotation>

<xs:documentation>

Cisco Aironet 802.11a/b/g Wireless LAN Client Adapters (CB21AG and PI21AG) Installation and Configuration Guide for Windows Vista

 

OL-16534-01

4-11

 

 

 

Page 95
Image 95
Cisco Systems CB21AG, PI21AG manual 4-11, xscomplexType name=PasswordFromProfile xssimpleContent