org.ogf.graap.wsag.api.security
Class KeystoreProperties
java.lang.Object
org.ogf.graap.wsag.api.security.KeystoreProperties
public class KeystoreProperties
- extends Object
KeystoreProperties
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeystoreProperties
public KeystoreProperties()
- default constructor
KeystoreProperties
public KeystoreProperties(WSRFEngineConfigurationType configuration)
- Creates a new
KeystoreProperties
instance based on a given WSRF engine configuration.
- Parameters:
configuration
- the WSRF engine configuration to use
getKeyStoreType
public String getKeyStoreType()
- Returns:
- the keyStoreType
setKeyStoreType
public void setKeyStoreType(String keyStoreType)
- Parameters:
keyStoreType
- the keyStoreType to set
getKeystoreFilename
public String getKeystoreFilename()
- Returns:
- the keystoreFilename
setKeystoreFilename
public void setKeystoreFilename(String keystoreFilename)
- Parameters:
keystoreFilename
- the keystoreFilename to set
getKeystorePassword
public String getKeystorePassword()
- Returns:
- the keystorePassword
setKeystorePassword
public void setKeystorePassword(String keystorePassword)
- Parameters:
keystorePassword
- the keystorePassword to set
getKeyStoreAlias
public String getKeyStoreAlias()
- Returns:
- the keyStoreAlias
setKeyStoreAlias
public void setKeyStoreAlias(String keyStoreAlias)
- Parameters:
keyStoreAlias
- the keyStoreAlias to set
getPrivateKeyPassword
public String getPrivateKeyPassword()
- Returns:
- the privateKeyPassword
setPrivateKeyPassword
public void setPrivateKeyPassword(String privateKeyPassword)
- Parameters:
privateKeyPassword
- the privateKeyPassword to set
getTruststoreType
public String getTruststoreType()
- Returns:
- the truststoreType
setTruststoreType
public void setTruststoreType(String truststoreType)
- Parameters:
truststoreType
- the truststoreType to set
getTruststoreFilename
public String getTruststoreFilename()
- Returns:
- the truststoreFilename
setTruststoreFilename
public void setTruststoreFilename(String truststoreFilename)
- Parameters:
truststoreFilename
- the truststoreFilename to set
getTruststorePassword
public String getTruststorePassword()
- Returns:
- the truststorePassword
setTruststorePassword
public void setTruststorePassword(String truststorePassword)
- Parameters:
truststorePassword
- the truststorePassword to set
Copyright © 2008-2012. All Rights Reserved.