Package com.hierynomus.protocol.commons
Interface Factory<T>
- Type Parameters:
T
- the type of object created by this factory
- All Known Subinterfaces:
Factory.Named<T>
- All Known Implementing Classes:
NtlmAuthenticator.Factory
,SpnegoAuthenticator.Factory
public interface Factory<T>
A basic factory interface.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Inteface for a named factory. -
Method Summary
-
Method Details
-
create
T create()- Returns:
- a new object created using this factory.
-