Versions Compared

Key

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

...

Expand
titleBeans

Beans defined in conf/c14n/subject-c14n.xml are as follows:

Bean ID

Type

Description

shibboleth.SAMLSubjectCanonicalizationFlows                

List<NameIDCanonicalizationFlowDescriptor>

List of flow descriptors enumerating the canonicalization flows to run on incoming Name Identifiers

shibboleth.NameTransformFormats

List<String>

List of Format values to run the "c14n/SAML2Transform" and "c14n/SAML1Transform" flows against

shibboleth.NameTransformPredicate

Predicate<ProfileRequestContext>

Activation condition for the "c14n/SAML2Transform" and "c14n/SAML1Transform" flows

shibboleth.NameTransforms

List<String,String>

List of regular expression and replacement string pairs to apply to the input to the "c14n/SAML2Transform" and "c14n/SAML1Transform" flows

shibboleth.SAML2Transform.NameIDDecoder 4.1

NameIDDecoder

Custom decoder to use to implement the "c14n/SAML2Transform" flow's behavior

shibboleth.SAML1Transform.NameIdentifierDecoder 4.1

NameIdentifierDecoder

Custom decoder to use to implement the "c14n/SAML1Transform" flow's behavior

shibboleth.AbstractSAML1C14NFlowBean
shibboleth.AbstractSAML2C14NFlowBean

NameIDCanonicalizationFlowDescriptor

Parent beans for defining additional flow descriptors

...