public class MockJavaSecurityManagementServiceImpl extends JavaSecurityManagementServiceImpl implements MockJavaSecurityManagementService
JavaSecurityManagementServiceImpl
classCLIENT_KEY_GENERATOR_ALGORITHM, CLIENT_KEY_PAIR_KEY_SIZE, CLIENT_SECURE_RANDOM_ALGORITHM
Constructor and Description |
---|
MockJavaSecurityManagementServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
KeyStore |
getModuleKeyStore() |
String |
getModuleKeyStoreAlias() |
String |
getModuleKeyStoreLocation() |
String |
getModuleKeyStorePassword() |
PrivateKey |
getModulePrivateKey() |
addClientCertificateToModuleKeyStore, generateCertificate, generateClientKeystore, generateKeyStore, getCertificate, getCertificateAlias, getListOfModuleKeyStoreEntries, getModuleAlgorithm, getModuleKeyStoreType, getModuleSignatureAlgorithm, isAliasInKeystore, loadKeyStore, loadPrivateKey, removeClientCertificate, setModuleKeyStoreAlias, setModuleKeyStoreLocation, setModuleKeyStorePassword, verifyConfiguration
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateClientKeystore, getCertificate, getCertificateAlias, getListOfModuleKeyStoreEntries, getModuleSignatureAlgorithm, isAliasInKeystore, removeClientCertificate
public MockJavaSecurityManagementServiceImpl()
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
in class JavaSecurityManagementServiceImpl
Exception
public String getModuleKeyStoreLocation()
getModuleKeyStoreLocation
in interface JavaSecurityManagementService
getModuleKeyStoreLocation
in class JavaSecurityManagementServiceImpl
public String getModuleKeyStoreAlias()
getModuleKeyStoreAlias
in interface JavaSecurityManagementService
getModuleKeyStoreAlias
in class JavaSecurityManagementServiceImpl
public String getModuleKeyStorePassword()
getModuleKeyStorePassword
in interface MockJavaSecurityManagementService
getModuleKeyStorePassword
in class JavaSecurityManagementServiceImpl
public KeyStore getModuleKeyStore()
getModuleKeyStore
in interface MockJavaSecurityManagementService
getModuleKeyStore
in class JavaSecurityManagementServiceImpl
public PrivateKey getModulePrivateKey()
getModulePrivateKey
in interface JavaSecurityManagementService
getModulePrivateKey
in class JavaSecurityManagementServiceImpl
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.