Class DefaultSecDispatcher

java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, SecDispatcher

public class DefaultSecDispatcher extends org.codehaus.plexus.logging.AbstractLogEnabled implements SecDispatcher
Author:
Oleg Gusakov
  • Field Details

    • SYSTEM_PROPERTY_SEC_LOCATION

      public static final String SYSTEM_PROPERTY_SEC_LOCATION
      See Also:
    • TYPE_ATTR

      public static final String TYPE_ATTR
      See Also:
    • ATTR_START

      public static final char ATTR_START
      See Also:
    • ATTR_STOP

      public static final char ATTR_STOP
      See Also:
    • _cipher

      protected org.sonatype.plexus.components.cipher.PlexusCipher _cipher
      DefaultHandler
    • _decryptors

      protected Map _decryptors
      All available dispatchers
    • _configurationFile

      protected String _configurationFile
  • Constructor Details

    • DefaultSecDispatcher

      public DefaultSecDispatcher()
  • Method Details