Class AbstractRequestGenerator<T extends RequestAbstractType,​I extends RequestGeneratorInput>

  • Type Parameters:
    T - the request type
    I - the type of the input required by this generator
    All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, RequestGenerator<T,​I>
    Direct Known Subclasses:
    AbstractAuthnRequestGenerator

    public abstract class AbstractRequestGenerator<T extends RequestAbstractType,​I extends RequestGeneratorInput>
    extends Object
    implements RequestGenerator<T,​I>, org.springframework.beans.factory.InitializingBean
    Abstract base class for request generators.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)