Class VelocityMetadataGenerator

All Implemented Interfaces:
Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent, MetadataGenerator

public class VelocityMetadataGenerator extends AbstractIdentifiableInitializableComponent implements MetadataGenerator
Implementation of SAML metadata generation using Velocity.
Since:
5.0.0
  • Field Details

    • velocityEngine

      @NonnullAfterInit private org.apache.velocity.app.VelocityEngine velocityEngine
      Velocity engine.
  • Constructor Details

    • VelocityMetadataGenerator

      public VelocityMetadataGenerator()
  • Method Details