Skip to content

Commit ea1844b

Browse files
committed
trailing whitespace
1 parent 03d9c92 commit ea1844b

File tree

52 files changed

+55168
-55168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+55168
-55168
lines changed

example/sp-repoze/who.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ remote_user_key = REMOTE_USER
2929
plugins =
3030
saml2auth
3131
auth_tkt
32-
32+
3333
[authenticators]
3434
# plugin_name;classifier_name.. or just plugin_name (good for any)
3535
plugins = saml2auth

src/saml2/data/schemas/envelope.xsd

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
<!-- Schema for the SOAP/1.1 envelope
44
5-
Portions © 2001 DevelopMentor.
6-
© 2001 W3C (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved.
7-
5+
Portions © 2001 DevelopMentor.
6+
© 2001 W3C (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved.
7+
88
This document is governed by the W3C Software License [1] as described in the FAQ [2].
99
[1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
10-
[2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
10+
[2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
1111
By obtaining, using and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions:
1212
1313
Permission to use, copy, modify, and distribute this software and its documentation, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the software and documentation or portions thereof, including modifications, that you make:
1414
15-
1. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
15+
1. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
1616
17-
2. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: "Copyright © 2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/"
17+
2. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, a short notice of the following form (hypertext is preferred, text is permitted) should be used within the body of any redistributed or derivative code: "Copyright © 2001 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/"
1818
19-
3. Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)
19+
3. Notice of any changes or modifications to the W3C files, including the date changes were made. (We recommend you provide URIs to the location from which the code is derived.)
2020
2121
Original W3C files; http://www.w3.org/2001/06/soap-envelope
22-
Changes made:
22+
Changes made:
2323
- reverted namespace to http://schemas.xmlsoap.org/soap/envelope/
2424
- reverted mustUnderstand to only allow 0 and 1 as lexical values
2525
- made encodingStyle a global attribute 20020825
@@ -36,7 +36,7 @@ The name and trademarks of copyright holders may NOT be used in advertising or p
3636
xmlns:tns="http://schemas.xmlsoap.org/soap/envelope/"
3737
targetNamespace="http://schemas.xmlsoap.org/soap/envelope/" >
3838

39-
39+
4040
<!-- Envelope, header and body -->
4141
<xs:element name="Envelope" type="tns:Envelope" />
4242
<xs:complexType name="Envelope" >
@@ -55,7 +55,7 @@ The name and trademarks of copyright holders may NOT be used in advertising or p
5555
</xs:sequence>
5656
<xs:anyAttribute namespace="##other" processContents="lax" />
5757
</xs:complexType>
58-
58+
5959
<xs:element name="Body" type="tns:Body" />
6060
<xs:complexType name="Body" >
6161
<xs:sequence>
@@ -70,9 +70,9 @@ The name and trademarks of copyright holders may NOT be used in advertising or p
7070
</xs:anyAttribute>
7171
</xs:complexType>
7272

73-
73+
7474
<!-- Global Attributes. The following attributes are intended to be usable via qualified attribute names on any complex type referencing them. -->
75-
<xs:attribute name="mustUnderstand" >
75+
<xs:attribute name="mustUnderstand" >
7676
<xs:simpleType>
7777
<xs:restriction base='xs:boolean'>
7878
<xs:pattern value='0|1' />
@@ -106,15 +106,15 @@ The name and trademarks of copyright holders may NOT be used in advertising or p
106106
<xs:element name="faultcode" type="xs:QName" />
107107
<xs:element name="faultstring" type="xs:string" />
108108
<xs:element name="faultactor" type="xs:anyURI" minOccurs="0" />
109-
<xs:element name="detail" type="tns:detail" minOccurs="0" />
109+
<xs:element name="detail" type="tns:detail" minOccurs="0" />
110110
</xs:sequence>
111111
</xs:complexType>
112112

113113
<xs:complexType name="detail">
114114
<xs:sequence>
115115
<xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="lax" />
116116
</xs:sequence>
117-
<xs:anyAttribute namespace="##any" processContents="lax" />
117+
<xs:anyAttribute namespace="##any" processContents="lax" />
118118
</xs:complexType>
119119

120120
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-2.0.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<xs:schema
2+
<xs:schema
33
targetNamespace="urn:oasis:names:tc:SAML:2.0:ac"
44
xmlns:xs="http://www.w3.org/2001/XMLSchema"
55
xmlns="urn:oasis:names:tc:SAML:2.0:ac"
@@ -12,7 +12,7 @@
1212
Location: http://docs.oasis-open.org/security/saml/v2.0/
1313
Revision history:
1414
V2.0 (March, 2005):
15-
New core authentication context schema for SAML V2.0.
15+
New core authentication context schema for SAML V2.0.
1616
This is just an include of all types from the schema
1717
referred to in the include statement below.
1818
</xs:documentation>

src/saml2/data/schemas/saml-schema-authn-context-auth-telephony-2.0.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<xs:schema targetNamespace="urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony"
4-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
4+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
55
xmlns="urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony"
66
finalDefault="extension"
77
blockDefault="substitution"
@@ -10,13 +10,13 @@
1010
<xs:redefine schemaLocation="saml-schema-authn-context-types-2.0.xsd">
1111

1212
<xs:annotation>
13-
<xs:documentation>
13+
<xs:documentation>
1414
Class identifier: urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony
1515
Document identifier: saml-schema-authn-context-auth-telephony-2.0
1616
Location: http://docs.oasis-open.org/security/saml/v2.0/
1717
Revision history:
1818
V2.0 (March, 2005):
19-
New authentication context class schema for SAML V2.0.
19+
New authentication context class schema for SAML V2.0.
2020
</xs:documentation>
2121
</xs:annotation>
2222

src/saml2/data/schemas/saml-schema-authn-context-ip-2.0.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<xs:schema
44
targetNamespace="urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocol"
5-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
5+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
66
xmlns="urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocol"
77
finalDefault="extension"
88
blockDefault="substitution"
@@ -11,13 +11,13 @@
1111
<xs:redefine schemaLocation="saml-schema-authn-context-types-2.0.xsd">
1212

1313
<xs:annotation>
14-
<xs:documentation>
14+
<xs:documentation>
1515
Class identifier: urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocol
1616
Document identifier: saml-schema-authn-context-ip-2.0
1717
Location: http://docs.oasis-open.org/security/saml/v2.0/
1818
Revision history:
1919
V2.0 (March, 2005):
20-
New authentication context class schema for SAML V2.0.
20+
New authentication context class schema for SAML V2.0.
2121
</xs:documentation>
2222
</xs:annotation>
2323

src/saml2/data/schemas/saml-schema-authn-context-ippword-2.0.xsd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<xs:schema targetNamespace="urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"
4-
xmlns:ac="urn:oasis:names:tc:SAML:2.0:ac"
5-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
4+
xmlns:ac="urn:oasis:names:tc:SAML:2.0:ac"
5+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
66
xmlns="urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword"
77
finalDefault="extension"
88
blockDefault="substitution"
@@ -11,13 +11,13 @@
1111
<xs:redefine schemaLocation="saml-schema-authn-context-types-2.0.xsd">
1212

1313
<xs:annotation>
14-
<xs:documentation>
14+
<xs:documentation>
1515
Class identifier: urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword
1616
Document identifier: saml-schema-authn-context-ippword-2.0
1717
Location: http://docs.oasis-open.org/security/saml/v2.0/
1818
Revision history:
1919
V2.0 (March, 2005):
20-
New authentication context class schema for SAML V2.0.
20+
New authentication context class schema for SAML V2.0.
2121
</xs:documentation>
2222
</xs:annotation>
2323

@@ -61,7 +61,7 @@
6161
</xs:restriction>
6262
</xs:complexContent>
6363
</xs:complexType>
64-
64+
6565
</xs:redefine>
6666

6767
</xs:schema>

src/saml2/data/schemas/saml-schema-authn-context-kerberos-2.0.xsd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<xs:schema targetNamespace="urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos"
4-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
4+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
55
xmlns="urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos"
66
finalDefault="extension"
77
blockDefault="substitution"
@@ -10,13 +10,13 @@
1010
<xs:redefine schemaLocation="saml-schema-authn-context-types-2.0.xsd">
1111

1212
<xs:annotation>
13-
<xs:documentation>
13+
<xs:documentation>
1414
Class identifier: urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos
1515
Document identifier: saml-schema-authn-context-kerberos-2.0
1616
Location: http://docs.oasis-open.org/security/saml/v2.0/
1717
Revision history:
1818
V2.0 (March, 2005):
19-
New authentication context class schema for SAML V2.0.
19+
New authentication context class schema for SAML V2.0.
2020
</xs:documentation>
2121
</xs:annotation>
2222

@@ -47,8 +47,8 @@
4747
</xs:sequence>
4848
</xs:restriction>
4949
</xs:complexContent>
50-
</xs:complexType>
51-
50+
</xs:complexType>
51+
5252
<xs:complexType name="PrincipalAuthenticationMechanismType">
5353
<xs:complexContent>
5454
<xs:restriction base="PrincipalAuthenticationMechanismType">
@@ -59,7 +59,7 @@
5959
</xs:restriction>
6060
</xs:complexContent>
6161
</xs:complexType>
62-
62+
6363
<xs:complexType name="AuthenticatorBaseType">
6464
<xs:complexContent>
6565
<xs:restriction base="AuthenticatorBaseType">

src/saml2/data/schemas/saml-schema-authn-context-mobileonefactor-reg-2.0.xsd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<xs:schema targetNamespace="urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorContract"
4-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
4+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
55
xmlns="urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorContract"
66
finalDefault="extension"
77
blockDefault="substitution"
@@ -10,13 +10,13 @@
1010
<xs:redefine schemaLocation="saml-schema-authn-context-types-2.0.xsd">
1111

1212
<xs:annotation>
13-
<xs:documentation>
13+
<xs:documentation>
1414
Class identifier: urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorContract
1515
Document identifier: saml-schema-authn-context-mobileonefactor-reg-2.0
1616
Location: http://docs.oasis-open.org/security/saml/v2.0/
1717
Revision history:
1818
V2.0 (March, 2005):
19-
New authentication context class schema for SAML V2.0.
19+
New authentication context class schema for SAML V2.0.
2020
</xs:documentation>
2121
</xs:annotation>
2222

@@ -47,8 +47,8 @@
4747
</xs:sequence>
4848
</xs:restriction>
4949
</xs:complexContent>
50-
</xs:complexType>
51-
50+
</xs:complexType>
51+
5252
<xs:complexType name="AuthenticatorBaseType">
5353
<xs:complexContent>
5454
<xs:restriction base="AuthenticatorBaseType">
@@ -147,7 +147,7 @@
147147
</xs:restriction>
148148
</xs:complexContent>
149149
</xs:complexType>
150-
150+
151151
<xs:complexType name="SecurityAuditType">
152152
<xs:complexContent>
153153
<xs:restriction base="SecurityAuditType">
@@ -158,7 +158,7 @@
158158
</xs:restriction>
159159
</xs:complexContent>
160160
</xs:complexType>
161-
161+
162162
<xs:complexType name="IdentificationType">
163163
<xs:complexContent>
164164
<xs:restriction base="IdentificationType">

src/saml2/data/schemas/saml-schema-authn-context-mobileonefactor-unreg-2.0.xsd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<xs:schema targetNamespace="urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorUnregistered"
4-
xmlns:xs="http://www.w3.org/2001/XMLSchema"
4+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
55
xmlns="urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorUnregistered"
66
finalDefault="extension"
77
blockDefault="substitution"
@@ -10,13 +10,13 @@
1010
<xs:redefine schemaLocation="saml-schema-authn-context-types-2.0.xsd">
1111

1212
<xs:annotation>
13-
<xs:documentation>
13+
<xs:documentation>
1414
Class identifier: urn:oasis:names:tc:SAML:2.0:ac:classes:MobileOneFactorUnregistered
1515
Document identifier: saml-schema-authn-context-mobileonefactor-unreg-2.0
1616
Location: http://docs.oasis-open.org/security/saml/v2.0/
1717
Revision history:
1818
V2.0 (March, 2005):
19-
New authentication context class schema for SAML V2.0.
19+
New authentication context class schema for SAML V2.0.
2020
</xs:documentation>
2121
</xs:annotation>
2222

@@ -47,8 +47,8 @@
4747
</xs:sequence>
4848
</xs:restriction>
4949
</xs:complexContent>
50-
</xs:complexType>
51-
50+
</xs:complexType>
51+
5252
<xs:complexType name="AuthenticatorBaseType">
5353
<xs:complexContent>
5454
<xs:restriction base="AuthenticatorBaseType">
@@ -147,7 +147,7 @@
147147
</xs:restriction>
148148
</xs:complexContent>
149149
</xs:complexType>
150-
150+
151151
<xs:complexType name="SecurityAuditType">
152152
<xs:complexContent>
153153
<xs:restriction base="SecurityAuditType">
@@ -158,7 +158,7 @@
158158
</xs:restriction>
159159
</xs:complexContent>
160160
</xs:complexType>
161-
161+
162162
<xs:complexType name="IdentificationType">
163163
<xs:complexContent>
164164
<xs:restriction base="IdentificationType">

0 commit comments

Comments
 (0)