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
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
Factory.Named.Util
Utility functions-
Nested classes/interfaces inherited from interface com.hierynomus.protocol.commons.Factory
Factory.Named<T>
-
-