Package com.hierynomus.protocol.commons
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
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 ClassesNested classes/interfaces inherited from interface com.hierynomus.protocol.commons.Factory
Factory.Named<T>
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- the name of this factory.
-