[java-identity-provider] branch main updated: Detabify, update annotation.

Scott Cantor cantor.2 at osu.edu
Tue Oct 20 17:43:12 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=af928ad17b9b45a8fafabca475c79fbd9ac20435

The following commit(s) were added to refs/heads/main by this push:
       new  af928ad17 Detabify, update annotation.
af928ad17 is described below

commit af928ad17b9b45a8fafabca475c79fbd9ac20435
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 20 13:43:09 2020 -0400

    Detabify, update annotation.
---
 .../schema/shibboleth-attribute-resolver.xsd       | 32 +++++++++++-----------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd b/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
index ebfdc7784..ae84ee70b 100644
--- a/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
+++ b/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <schema xmlns="http://www.w3.org/2001/XMLSchema"
-	xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
-	xmlns:sec="urn:mace:shibboleth:2.0:security"
-	targetNamespace="urn:mace:shibboleth:2.0:resolver"
-	elementFormDefault="qualified" version="4.1">
+    xmlns:resolver="urn:mace:shibboleth:2.0:resolver"
+    xmlns:sec="urn:mace:shibboleth:2.0:security"
+    targetNamespace="urn:mace:shibboleth:2.0:resolver"
+    elementFormDefault="qualified" version="4.1">
 
     <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
     <import namespace="urn:mace:shibboleth:2.0:security" schemaLocation="http://shibboleth.net/schema/idp/shibboleth-security.xsd"/>
@@ -91,11 +91,11 @@
         </annotation>
         <sequence>
             <element name="ActivationConditionScript" type="resolver:ScriptType" minOccurs="0">
-	            <annotation>
-	                <documentation>
-	                    A scripted predicate which controls whether this encoder will run
-	                </documentation>
-	            </annotation>
+                <annotation>
+                    <documentation>
+                        A scripted predicate which controls whether this encoder will run
+                    </documentation>
+                </annotation>
             </element>
         </sequence>
         <attribute name="name" type="resolver:string"/>
@@ -675,16 +675,16 @@
                 <attribute name="attributeValuesFunctionRef" type="resolver:string">
                     <annotation>
                         <documentation>
-	                        Provides a plug in point to allow general extraction of values from Principals.
-	                        Mutually exclusive with principalAttributeName.
+                            Provides a plug in point to allow general extraction of values from Principals.
+                            Mutually exclusive with principalAttributeName.
                         </documentation>
                     </annotation>
                 </attribute>
                 <attribute name="principalAttributeName" type="resolver:string">
                     <annotation>
                         <documentation>
-	                        The id of the IdPAttribute contained within a IdPAttributePrincipal to look for.
-	                        Mutually exclusive with attributeValueEngineRef.
+                            The id of the IdPAttribute contained within a IdPAttributePrincipal to look for.
+                            Mutually exclusive with attributeValueEngineRef.
                         </documentation>
                     </annotation>
                 </attribute>
@@ -1072,7 +1072,7 @@
     <complexType name="PairwiseId">
         <annotation>
             <documentation>
-                An ID created by digesting the requesting entityID, an attribute value (usually a user identifier), and a salt.
+                A connector for pairwise ID production that directly leverages a PairwiseIdStore bean. 
             </documentation>
         </annotation>
         <complexContent>
@@ -1260,7 +1260,7 @@
                                 <extension base="string">
                                     <attribute name="MIMEType" type="resolver:string" />
                                     <attribute name="charset" type="resolver:string" />
-					                <attribute name="customObjectRef" type="resolver:string" />
+                                    <attribute name="customObjectRef" type="resolver:string" />
                                 </extension>
                             </simpleContent>
                         </complexType>
@@ -1537,7 +1537,7 @@
                 <attribute name="failFast" type="resolver:string">
                     <annotation>
                         <documentation>
-       	                    Deprecated, use failFastInitialize
+                            Deprecated, use failFastInitialize
                         </documentation>
                     </annotation>
                 </attribute>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list