Interface MechanismAuthenticationFactory.Builder<M,F,E extends Exception>

Type Parameters:
M - the type of mechanism
F - the type of the mechanism's factory
E - the mechanism-type-specific exception that may be thrown upon instantiation
All Known Implementing Classes:
AbstractMechanismAuthenticationFactory.Builder
Enclosing interface:
MechanismAuthenticationFactory<M,F,E extends Exception>

public static interface MechanismAuthenticationFactory.Builder<M,F,E extends Exception>