Class XWSSProcessorFactory2_0Impl

    • Constructor Detail

      • XWSSProcessorFactory2_0Impl

        public XWSSProcessorFactory2_0Impl()
    • Method Detail

      • createProcessorForSecurityConfiguration

        public XWSSProcessor createProcessorForSecurityConfiguration​(InputStream securityConfiguration,
                                                                     CallbackHandler handler)
                                                              throws com.sun.xml.wss.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 XWSSProcessor
        handler - a JAAS CallbackHandler to be used by the XWSSProcessor for Key and other Security information retrieval
        Returns:
        a new instance of XWSSProcessor
        Throws:
        com.sun.xml.wss.XWSSecurityException - if there was an error in creating the the XWSSProcessor