Class SamlFederationHandler.Heaplet

  • All Implemented Interfaces:
    Heaplet
    Enclosing class:
    SamlFederationHandler

    public static class SamlFederationHandler.Heaplet
    extends GenericHeaplet
    Reads the actual federation servlet from the JSON configuration file.
    • Constructor Detail

      • Heaplet

        public Heaplet()
    • Method Detail

      • destroy

        public void destroy()
        Description copied from interface: Heaplet
        Called to indicate that the object created by the heaplet is going to be dereferenced. This gives the heaplet an opportunity to free any resources that are being held prior to its dereference.
        Specified by:
        destroy in interface Heaplet
        Overrides:
        destroy in class GenericHeaplet