public abstract class XWSSProcessorFactory extends Object
XWSSProcessorFactory is a factory for creating XWSSProcessor
Objects.
An XWSSProcessor Object can be used for
SOAPMessage
SOAPMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_XWSS_PROCESSOR_FACTORY |
static String |
XWSS_PROCESSOR_FACTORY_PROPERTY |
| Constructor and Description |
|---|
XWSSProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract XWSSProcessor |
createProcessorForSecurityConfiguration(InputStream securityConfiguration,
CallbackHandler handler)
Creates a new instance of
XWSSProcessor |
static XWSSProcessorFactory |
newInstance()
Creates a new instance of
XWSSProcessorFactory |
public static final String XWSS_PROCESSOR_FACTORY_PROPERTY
public static final String DEFAULT_XWSS_PROCESSOR_FACTORY
public static XWSSProcessorFactory newInstance() throws XWSSecurityException
XWSSProcessorFactoryXWSSProcessorFactoryXWSSecurityException - if there was an error in creating the
the XWSSProcessorFactorypublic abstract XWSSProcessor createProcessorForSecurityConfiguration(InputStream securityConfiguration, CallbackHandler handler) throws XWSSecurityException
XWSSProcessorsecurityConfiguration - an InputStream
for the SecurityConfiguration XML to be used
by the XWSSProcessorhandler - a JAAS CallbackHandler to be used by
the XWSSProcessor for Key and other Security
information retrievalXWSSProcessorXWSSecurityException - if there was an error in creating the
the XWSSProcessorCopyright © 2005–2018 Oracle Corporation. All rights reserved.