Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Attribute Definition Extensions

This information is meant to be used in conjunction with the Creating Custom IdP Extensions - General Overview guide.

Classes, Schema Types, and Schema Files

  • Interface to implement:
    • For signatures -
      org.opensaml.xml.signature.SignatureTrustEngine
    • For credentials -
      org.opensaml.xml.security.trust.TrustedCredentialTrustEngine
    • For other -
      org.opensaml.xml.security.trust.TrustEngine
  • Bean Definition Parser to extend:
    org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
  • Location of schema file to import:
    /schema/shibboleth-2.0-security.xsd
  • Namespace containing schema type to extend:
    urn:mace:shibboleth:2.0:security
  • Complex type to extend:
    TrustEngineType