Class SecureCxfClientFactoryImpl.AliasSelectorKeyManager

java.lang.Object
org.codice.ddf.cxf.client.impl.SecureCxfClientFactoryImpl.AliasSelectorKeyManager
All Implemented Interfaces:
KeyManager, X509KeyManager
Enclosing class:
SecureCxfClientFactoryImpl<T>

public static class SecureCxfClientFactoryImpl.AliasSelectorKeyManager extends Object implements X509KeyManager
X509 certificate selector for retrieving certificate for a specific alias. Based off of code from https://alesaudate.wordpress.com/2010/08/09/how-to-dynamically-select-a-certificate-alias-when-invoking-web-services/