|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.connector.xml.base.XMLConnectorStateImpl
com.metamatrix.connector.xml.base.SecureConnectorStateImpl
public abstract class SecureConnectorStateImpl
Encapsulates the loading of the TrustDeserializerClass for connector implementations that require security.
Field Summary |
---|
Fields inherited from class com.metamatrix.connector.xml.base.XMLConnectorStateImpl |
---|
CACHE_ENABLED, CONNECTOR_CAPABILITES, INPUT_STREAM_FILTER_CLASS, LOG_REQUEST_RESPONSE_DOCS, logger, QUERY_PREPROCESS_CLASS, QUERY_PREPROCESS_CLASS_DEFAULT, SAX_FILTER_PROVIDER_CLASS, SAX_FILTER_PROVIDER_CLASS_DEFAULT |
Fields inherited from interface com.metamatrix.connector.xml.SecureConnectorState |
---|
SECURITY_DESERIALIZER_CLASS |
Fields inherited from interface com.metamatrix.connector.xml.XMLConnectorState |
---|
STATE_CLASS_PROP |
Constructor Summary | |
---|---|
SecureConnectorStateImpl()
|
Method Summary | |
---|---|
java.lang.String |
getSecurityDeserializerClass()
|
java.util.Properties |
getState()
|
TrustedPayloadHandler |
getTrustDeserializerInstance()
|
void |
setState(ConnectorEnvironment env)
|
Methods inherited from class com.metamatrix.connector.xml.base.XMLConnectorStateImpl |
---|
getConnectorCapabilities, getLogger, getPluggableInputStreamFilterClass, getPreprocessor, getSAXFilterProvider, isCaching, isLogRequestResponse, isNotNullOrEmpty, isPreprocess, setLogger, setPluggableInputStreamFilterClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.metamatrix.connector.xml.XMLConnectorState |
---|
getConnection |
Constructor Detail |
---|
public SecureConnectorStateImpl()
Method Detail |
---|
public void setState(ConnectorEnvironment env) throws ConnectorException
setState
in interface BaseXMLConnectorState
setState
in class XMLConnectorStateImpl
ConnectorException
public java.util.Properties getState()
getState
in interface BaseXMLConnectorState
getState
in class XMLConnectorStateImpl
public java.lang.String getSecurityDeserializerClass()
getSecurityDeserializerClass
in interface SecureConnectorState
public TrustedPayloadHandler getTrustDeserializerInstance() throws ConnectorException
getTrustDeserializerInstance
in interface SecureConnectorState
ConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |