org.sonatype.plexus.components.sec.dispatcher
Interface PasswordDecryptor
- public interface PasswordDecryptor 
- Version:
- $Id: PasswordDecryptor.java 882 2009-02-12 22:04:10Z oleg $
- Author:
- Oleg Gusakov
| Field Summary | 
| static java.lang.String | ROLE
 | 
 
| Method Summary | 
|  java.lang.String | decrypt(java.lang.String str,
        java.util.Map attributes,
        java.util.Map config)decrypt given encrypted string
 | 
 
ROLE
static final java.lang.String ROLE
decrypt
java.lang.String decrypt(java.lang.String str,
                         java.util.Map attributes,
                         java.util.Map config)
                         throws SecDispatcherException
- decrypt given encrypted string
 
- 
- Parameters:
- str- - string to decrypt
- attributes- - string attributes
- config- - configuration from settings-security.xml, if any
- Returns:
- decrypted string
- Throws:
- SecDispatcherException
 
Copyright © 2008-2009. All Rights Reserved.