org.apache.logging.log4j.core.net.ssl
Class StoreConfiguration

java.lang.Object
  extended by org.apache.logging.log4j.core.net.ssl.StoreConfiguration
Direct Known Subclasses:
KeyStoreConfiguration, TrustStoreConfiguration

public class StoreConfiguration
extends Object


Field Summary
protected static StatusLogger LOGGER
           
 
Constructor Summary
StoreConfiguration(String location, String password)
           
 
Method Summary
 boolean equals(StoreConfiguration config)
           
 String getLocation()
           
 String getPassword()
           
 char[] getPasswordAsCharArray()
           
protected  void load()
           
 void setLocation(String location)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final StatusLogger LOGGER
Constructor Detail

StoreConfiguration

public StoreConfiguration(String location,
                          String password)
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getPassword

public String getPassword()

getPasswordAsCharArray

public char[] getPasswordAsCharArray()

setPassword

public void setPassword(String password)

equals

public boolean equals(StoreConfiguration config)

load

protected void load()
             throws StoreConfigurationException
Throws:
StoreConfigurationException


Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.