jPOS 1.6.1 API Documentation

org.jpos.q2.security
Class KeyStoreAdaptor

java.lang.Object
  extended by org.jpos.q2.QBeanSupport
      extended by org.jpos.q2.security.KeyStoreAdaptor
All Implemented Interfaces:
Configurable, QBean, QBeanSupportMBean, QPersist, KeyStoreAdaptorMBean

public class KeyStoreAdaptor
extends QBeanSupport
implements 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>
 

Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Hani Kirollos, Alejandro Revilla

Field Summary
static java.lang.String DEFAULT_IMPL
           
 
Fields inherited from class org.jpos.q2.QBeanSupport
stateString
 
Fields inherited from interface org.jpos.q2.QBean
DESTROYED, FAILED, STARTED, STARTING, STOPPED, STOPPING
 
Constructor Summary
KeyStoreAdaptor()
           
 
Method Summary
 java.lang.String getImpl()
           
 void setImpl(java.lang.String clazz)
           
 
Methods inherited from class org.jpos.q2.QBeanSupport
destroy, getConfiguration, getFactory, getLoader, getLoaderURLS, getLog, getLogger, getName, getPersist, getServer, getState, getStateAsString, init, isModified, running, setConfiguration, setLogger, setModified, setName, setPersist, setServer, setState, shutdownQ2, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jpos.q2.QBeanSupportMBean
getLoader, getLoaderURLS, getLogger, getName, getServer, setLogger, setName, setPersist, setServer, shutdownQ2
 
Methods inherited from interface org.jpos.q2.QBean
destroy, getState, getStateAsString, init, start, stop
 
Methods inherited from interface org.jpos.q2.QPersist
getPersist, isModified
 

Field Detail

DEFAULT_IMPL

public static final java.lang.String DEFAULT_IMPL
See Also:
Constant Field Values
Constructor Detail

KeyStoreAdaptor

public KeyStoreAdaptor()
Method Detail

setImpl

public void setImpl(java.lang.String clazz)
Specified by:
setImpl in interface KeyStoreAdaptorMBean

getImpl

public java.lang.String getImpl()
Specified by:
getImpl in interface KeyStoreAdaptorMBean

jPOS.org