org.jboss.security.integration.password
Class PasswordMaskManagement

java.lang.Object
  extended by 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

Constructor Summary
PasswordMaskManagement()
           
 
Method Summary
 void setKeyStoreAlias(String alias)
           
 void setKeyStoreDetails(String location, char[] storePass, String alias)
           
 void setKeyStoreDetails(String location, String alias)
           
 void setKeyStoreLocation(String location)
           
 void setKeyStorePasswordEncryptedFileName(String kpe)
          Customize the location where the encrypted keystore password file is stored
 void setPasswordEncryptedFileName(String pefn)
          Customize the location where the encrypted password file needs to be stored
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordMaskManagement

public PasswordMaskManagement()
Method Detail

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.