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.dispatchers
Constructor 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 TypeClassDescriptionclass
This dispatcher is legacy, serves the purpose of migration only.class
This dispatcher is logically equivalent (but much more secure) that Maven3 "master password" encryption.class
This dispatcher does not actually perform any crypto operations, but just forwards the string to be decrypted to aMasterSource
.