58596061626364
* @param aId */ public TokenServer(ServerConfiguration aServerConfig) { super(aServerConfig); plugInChain = new TokenPlugInChain(this); filterChain = new TokenFilterChain(this); }