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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Utility functions

    Nested classes/interfaces inherited from interface com.hierynomus.protocol.commons.Factory

    Factory.Named<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.hierynomus.protocol.commons.Factory

    create
  • Method Details

    • getName

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