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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Inteface for a named factory.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • create

      T create()
      Returns:
      a new object created using this factory.