public abstract class CommonConfigurationImpl extends Object implements CommonConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityId |
protected KeyStore |
keyStore |
protected String |
keystorePassword |
protected Map<String,String> |
privateKeyPasswords |
| Constructor and Description |
|---|
CommonConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityID() |
KeyStore |
getKeyStore() |
Map<String,String> |
getPrivateKeyPasswords() |
void |
injectCredential(String certificate,
String key) |
boolean |
needsSigning() |
void |
setEntityID(String newEntityId) |
void |
setSigning(boolean needsSigning) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresetprotected KeyStore keyStore
protected String keystorePassword
protected String entityId
public Map<String,String> getPrivateKeyPasswords()
getPrivateKeyPasswords in interface CommonConfigurationpublic KeyStore getKeyStore()
getKeyStore in interface CommonConfigurationpublic boolean needsSigning()
needsSigning in interface CommonConfigurationpublic void setSigning(boolean needsSigning)
setSigning in interface CommonConfigurationpublic String getEntityID()
getEntityID in interface CommonConfigurationpublic void setEntityID(String newEntityId)
setEntityID in interface CommonConfigurationpublic void injectCredential(String certificate, String key)
injectCredential in interface CommonConfigurationCopyright © 2009–2014 SURFnet bv, The Netherlands. All rights reserved.