Class DefaultSecDispatcher

java.lang.Object
org.codehaus.plexus.components.secdispatcher.internal.DefaultSecDispatcher
All Implemented Interfaces:
SecDispatcher

public class DefaultSecDispatcher extends Object implements SecDispatcher
Note: this implementation is NOT a JSR330 component. Integrating apps anyway want to customize it (at least the name and location of configuration file), so instead as before (providing "bad" configuration file just to have one), it is the duty of integrator to wrap and "finish" the implementation in a way it suits the integrator. Also, using "globals" like Java System Properties are bad thing, and it is integrator who knows what is needed anyway.

Recommended way for integration is to create JSR330 Provider.

Author:
Oleg Gusakov