Class KeyStoreAdaptor
java.lang.Object
org.jpos.q2.QBeanSupport
org.jpos.q2.security.KeyStoreAdaptor
- All Implemented Interfaces:
Configurable, QBean, QBeanSupportMBean, QPersist, KeyStoreAdaptorMBean
KeyStoreAdaptor
Sample Configuration
<key-store class="org.jpos.q2.security.KeyStoreAdaptor" logger="Q2"> <attr name="impl">org.jpos.security.SimpleKeyFile</attr> <property name="key-file" value="deploy/keys" /> </key-store>
-
Field Summary
FieldsFields inherited from class QBeanSupport
cfg, log, scheduledThreadPoolExecutor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class QBeanSupport
addAttr, close, createElement, destroy, getAttrs, getAttrs, getConfiguration, getDump, getFactory, getLoader, getLoaderURLS, getLog, getLogger, getName, getPersist, getProperties, getProperty, getRealm, getScheduledThreadPoolExecutor, getServer, getState, getStateAsString, init, isModified, running, setAttr, setConfiguration, setLogger, setModified, setName, setPersist, setProperty, setRealm, setServer, setState, start, startService, stop, stopServiceMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface QBeanSupportMBean
getDump, getLoader, getLoaderURLS, getLogger, getName, getRealm, getServer, setLogger, setName, setPersist, setRealm, setServerMethods inherited from interface QPersist
getPersist, isModified
-
Field Details
-
DEFAULT_IMPL
- See Also:
-
-
Constructor Details
-
KeyStoreAdaptor
public KeyStoreAdaptor()
-
-
Method Details
-
initService
- Overrides:
initServicein classQBeanSupport- Throws:
Exception
-
setImpl
- Specified by:
setImplin interfaceKeyStoreAdaptorMBean
-
getImpl
- Specified by:
getImplin interfaceKeyStoreAdaptorMBean
-
destroyService
- Overrides:
destroyServicein classQBeanSupport- Throws:
Exception
-