Interface IFluentMutableOptionalTokenHolder<H extends IFluentMutableOptionalTokenHolder<H>>

Type Parameters:
H - is the type of a IFluentMutableOptionalTokenHolder.
All Superinterfaces:
IOptionalTokenHolder

public interface IFluentMutableOptionalTokenHolder<H extends IFluentMutableOptionalTokenHolder<H>> extends IOptionalTokenHolder
A IFluentMutableOptionalTokenHolder is a IOptionalTokenHolder whose token can be set and removed programmatically and fluently.
Author:
Silvan Wyss