Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Internally, the following beans are defined with default configurations of the supported c14n methods:

...

Code Block
languagexml
<bean id="c14n/proxy-sourced" parent="c14n/attribute-sourced">
  <property name="implementation">
    <bean
id="ProxySourcedC14N" parent="shibboleth.AttributeSourcedC14N"
        p:attributesToResolve="proxyUsername"
        p:attributeSourceIds="proxyUsername"
 
      p:resolveFromSubject="true"
   
    p:resolutionCondition="false" />
  </property>
</bean>

...

While the beans noted above and shown in this example are named with the “c14n/” prefix for both compatibility and clarity, that isn’t a requirement, so deployers are free to define new instances of these methods using whatever naming they prefer, but the prefix is a convenient aid/reference later.