org.jboss.security.integration.password
Class PasswordMaskManagement
java.lang.Object
org.jboss.security.integration.password.PasswordMaskManagement
public class PasswordMaskManagement
- extends Object
Manages masking the password for xml configuration files
- Since:
- Mar 26, 2009
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordMaskManagement
public PasswordMaskManagement()
setKeyStoreDetails
public void setKeyStoreDetails(String location,
String alias)
throws Exception
- Throws:
Exception
setKeyStoreDetails
public void setKeyStoreDetails(String location,
char[] storePass,
String alias)
throws Exception
- Throws:
Exception
setKeyStoreLocation
public void setKeyStoreLocation(String location)
setKeyStoreAlias
public void setKeyStoreAlias(String alias)
setPasswordEncryptedFileName
public void setPasswordEncryptedFileName(String pefn)
- Customize the location where the encrypted
password file needs to be stored
- Parameters:
pefn
-
setKeyStorePasswordEncryptedFileName
public void setKeyStorePasswordEncryptedFileName(String kpe)
- Customize the location where the encrypted
keystore password file is stored
- Parameters:
kpe
-
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.