Interface Factory.Named<T>

  • Type Parameters:
    T - type of object created by this factory
    All Superinterfaces:
    Factory<T>
    All Known Implementing Classes:
    NtlmAuthenticator.Factory, SpnegoAuthenticator.Factory
    Enclosing interface:
    Factory<T>

    public static interface Factory.Named<T>
    extends Factory<T>
    Inteface for a named factory. Named factories are simply factories that are identified by a name. Such names are used mainly in SSH algorithm negotiation.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the name of this factory.