Class SMAdaptor
java.lang.Object
org.jpos.q2.QBeanSupport
org.jpos.q2.security.SMAdaptor
- All Implemented Interfaces:
Configurable, QBean, QBeanSupportMBean, QPersist, SMAdaptorMBean
SMAdaptor Adaptor
Sample Configuration
<s-m-adaptor class="org.jpos.q2.security.SMAdaptor" logger="Q2"> <attr name="impl">org.jpos.security.jceadapter.JCESecurityModule</attr> <property name="provider" value="com.sun.crypto.provider.SunJCE" /> <property name="lmk" value="path/to/your/lmk" /> </s-m-adaptor>
-
Field Summary
Fields inherited from class QBeanSupport
cfg, log, scheduledThreadPoolExecutor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class QBeanSupport
addAttr, close, createElement, destroy, destroyService, 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, stopMethods 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
-
Constructor Details
-
SMAdaptor
public SMAdaptor()
-
-
Method Details
-
initService
- Overrides:
initServicein classQBeanSupport- Throws:
Exception
-
setImpl
- Specified by:
setImplin interfaceSMAdaptorMBean
-
getImpl
- Specified by:
getImplin interfaceSMAdaptorMBean
-
stopService
- Overrides:
stopServicein classQBeanSupport- Throws:
Exception
-