Uses of Interface
org.codehaus.plexus.components.secdispatcher.Dispatcher
Packages that use Dispatcher
Package
Description
-
Uses of Dispatcher in org.codehaus.plexus.components.secdispatcher.internal
Fields in org.codehaus.plexus.components.secdispatcher.internal with type parameters of type DispatcherModifier and TypeFieldDescriptionprotected final Map<String,Dispatcher> DefaultSecDispatcher.dispatchersConstructor parameters in org.codehaus.plexus.components.secdispatcher.internal with type arguments of type DispatcherModifierConstructorDescriptionDefaultSecDispatcher(Map<String, Dispatcher> dispatchers, Path configurationFile) -
Uses of Dispatcher in org.codehaus.plexus.components.secdispatcher.internal.dispatchers
Classes in org.codehaus.plexus.components.secdispatcher.internal.dispatchers that implement DispatcherModifier and TypeClassDescriptionclassThis dispatcher is legacy, serves the purpose of migration only.classThis dispatcher is logically equivalent (but much more secure) that Maven3 "master password" encryption.classThis dispatcher does not actually perform any crypto operations, but just forwards the string to be decrypted to aMasterSource.