com.sun.xml.wss.impl.misc
Class XWSSProcessorFactory2_0Impl
java.lang.Object
com.sun.xml.wss.XWSSProcessorFactory
com.sun.xml.wss.impl.misc.XWSSProcessorFactory2_0Impl
public class XWSSProcessorFactory2_0Impl
- extends XWSSProcessorFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWSSProcessorFactory2_0Impl
public XWSSProcessorFactory2_0Impl()
createProcessorForSecurityConfiguration
public XWSSProcessor createProcessorForSecurityConfiguration(InputStream securityConfiguration,
CallbackHandler handler)
throws XWSSecurityException
- Description copied from class:
XWSSProcessorFactory
- Creates a new instance of
XWSSProcessor
- Specified by:
createProcessorForSecurityConfiguration in class XWSSProcessorFactory
- Parameters:
securityConfiguration - 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 retrieval
- Returns:
- a new instance of
XWSSProcessor
- Throws:
XWSSecurityException - if there was an error in creating the
the XWSSProcessor
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.