org.ofbiz.base.component
Class ComponentConfig.KeystoreInfo

java.lang.Object
  extended by org.ofbiz.base.component.ComponentConfig.ResourceInfo
      extended by org.ofbiz.base.component.ComponentConfig.KeystoreInfo
Enclosing class:
ComponentConfig

public static class ComponentConfig.KeystoreInfo
extends ComponentConfig.ResourceInfo


Field Summary
 boolean isCertStore
           
 boolean isTrustStore
           
 java.lang.String name
           
 java.lang.String password
           
 java.lang.String type
           
 
Fields inherited from class org.ofbiz.base.component.ComponentConfig.ResourceInfo
componentConfig, loader, location
 
Constructor Summary
ComponentConfig.KeystoreInfo(ComponentConfig componentConfig, org.w3c.dom.Element element)
           
 
Method Summary
 java.security.KeyStore getKeyStore()
           
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 java.lang.String getType()
           
 boolean isCertStore()
           
 boolean isTrustStore()
           
 
Methods inherited from class org.ofbiz.base.component.ComponentConfig.ResourceInfo
createResourceHandler, getLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

type

public java.lang.String type

password

public java.lang.String password

isCertStore

public boolean isCertStore

isTrustStore

public boolean isTrustStore
Constructor Detail

ComponentConfig.KeystoreInfo

public ComponentConfig.KeystoreInfo(ComponentConfig componentConfig,
                                    org.w3c.dom.Element element)
Method Detail

getKeyStore

public java.security.KeyStore getKeyStore()

getName

public java.lang.String getName()

getType

public java.lang.String getType()

getPassword

public java.lang.String getPassword()

isCertStore

public boolean isCertStore()

isTrustStore

public boolean isTrustStore()