Class MasterSourceLookupDispatcher

java.lang.Object
org.codehaus.plexus.components.secdispatcher.internal.dispatchers.MasterSourceLookupDispatcher
All Implemented Interfaces:
Dispatcher, DispatcherMeta

@Singleton @Named("masterSourceLookup") public class MasterSourceLookupDispatcher extends Object implements Dispatcher, DispatcherMeta
This dispatcher does not actually perform any crypto operations, but just forwards the string to be decrypted to a MasterSource. The given string is supposed to contain a valid source reference which is resolvable by one of the bound MasterSource implementations (and not actually an encrypted value). This dispatcher doesn't support encryption, but just validates and returns the given master source reference.