Class DefaultSecDispatcher

java.lang.Object
org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher
All Implemented Interfaces:
SecDispatcher

@Singleton @Named public class DefaultSecDispatcher extends Object implements SecDispatcher
Author:
Oleg Gusakov
  • Field Details

  • Constructor Details

    • DefaultSecDispatcher

      @Inject public DefaultSecDispatcher(org.sonatype.plexus.components.cipher.PlexusCipher _cipher, Map<String,PasswordDecryptor> _decryptors, @Named("${_configurationFile:-~/.settings-security.xml}") String _configurationFile)
    • DefaultSecDispatcher

      public DefaultSecDispatcher(org.sonatype.plexus.components.cipher.PlexusCipher _cipher)
      Ctor to be used in tests and other simplified cases (no decryptors and config).
  • Method Details