public class DefaultSecDispatcher extends org.codehaus.plexus.logging.AbstractLogEnabled implements SecDispatcher
Modifier and Type | Field and Description |
---|---|
protected org.sonatype.plexus.components.cipher.PlexusCipher |
_cipher
DefaultHandler
|
protected String |
_configurationFile |
protected Map |
_decryptors
All available dispatchers
|
static char |
ATTR_START |
static char |
ATTR_STOP |
static String |
SYSTEM_PROPERTY_SEC_LOCATION |
static String |
TYPE_ATTR |
ROLE, SYSTEM_PROPERTY_MASTER_PASSWORD, SYSTEM_PROPERTY_SERVER_PASSWORD
Constructor and Description |
---|
DefaultSecDispatcher() |
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String str)
decrypt given encrypted string
|
String |
getConfigurationFile() |
static void |
main(String[] args) |
void |
setConfigurationFile(String file) |
public static final String SYSTEM_PROPERTY_SEC_LOCATION
public static final String TYPE_ATTR
public static final char ATTR_START
public static final char ATTR_STOP
protected org.sonatype.plexus.components.cipher.PlexusCipher _cipher
protected Map _decryptors
protected String _configurationFile
public String decrypt(String str) throws SecDispatcherException
SecDispatcher
decrypt
in interface SecDispatcher
SecDispatcherException
public String getConfigurationFile()
public void setConfigurationFile(String file)
Copyright © 2008-2013 Sonatype, Inc.. All Rights Reserved.