Package | Description |
---|---|
com.arjuna.mw.wst11.client | |
com.arjuna.mw.wst11.service | |
com.arjuna.webservices11.wsarj.handler | |
javax.xml.ws |
This package contains the core JAX-WS APIs.
|
javax.xml.ws.handler |
This package defines APIs for message handlers.
|
javax.xml.ws.handler.soap |
This package defines APIs for SOAP message handlers.
|
org.jboss.jbossts.txbridge.inbound | |
org.jboss.jbossts.txbridge.outbound | |
org.jboss.ws.api.handler |
Convenient extensions to JAX-WS handler framework
|
org.picketlink.identity.federation.core.wstrust.handlers | |
org.picketlink.trust.jbossws.handler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWSTXHandler |
class |
DisabledWSTXHandler
This handler is used when
default-context-propagation is disabled. |
class |
EnabledWSTXHandler
This handler is used when
default-context-propagation is enabled. |
class |
JaxWSHeaderContextProcessor
The class is used to perform WS-Transaction context insertion
and extraction for application level SOAP messages using JaxWS.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxWSSubordinateHeaderContextProcessor
specialised version which creates and interposes a subordinate AT transaction when
it finds an incoming AT context in the message headers
|
Modifier and Type | Class and Description |
---|---|
class |
InstanceIdentifierHandler
Header handler for parsing the Arjuna WS instance identifier header.
|
class |
InstanceIdentifierInHandler
Created by IntelliJ IDEA.
|
Modifier and Type | Method and Description |
---|---|
List<Handler> |
Binding.getHandlerChain()
Gets a copy of the handler chain for a protocol binding instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Binding.setHandlerChain(List<Handler> chain)
Sets the handler chain for the protocol binding instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogicalHandler<C extends LogicalMessageContext>
The
LogicalHandler extends
Handler to provide typesafety for the message context parameter. |
Modifier and Type | Method and Description |
---|---|
List<Handler> |
HandlerResolver.getHandlerChain(PortInfo portInfo)
Gets the handler chain for the specified port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPHandler<T extends SOAPMessageContext>
The
SOAPHandler class extends Handler
to provide typesafety for the message context parameter and add a method
to obtain access to the headers that may be processed by the handler. |
Modifier and Type | Class and Description |
---|---|
class |
JaxWSTxInboundBridgeHandler
A handler that sits in the server side JAX-WS processing pipeline between the XTS header
context processor and the web service.
|
class |
OptionalJaxWSTxInboundBridgeHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJTAOverWSATHandler<C extends MessageContext> |
class |
DisabledJTAOverWSATHandler<C extends MessageContext>
This handler is used when
default-context-propagation is disabled. |
class |
EnabledJTAOverWSATHandler<C extends MessageContext>
This handler is used when
default-context-propagation is enabled. |
class |
JaxWSTxOutboundBridgeHandler
A handler that sits in the client side JAX-WS processing pipeline between the application
and the XTS header context processor.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericHandler<C extends MessageContext>
A generic JAX-WS handler
|
class |
GenericLogicalHandler<C extends LogicalMessageContext>
A generic JAX-WS logical handler
|
class |
GenericSOAPHandler<C extends SOAPMessageContext>
A generic JAX-WS soap handler
|
Modifier and Type | Class and Description |
---|---|
class |
STSSaml20Handler
A concrete implementation of
STSSecurityHandler that can handle SAML version 2.0 Assertion inside of
WSTrustConstants#WSSE_NS elements. |
class |
STSSecurityHandler
STSSecurityHandler is a server-side JAX-WS SOAP Protocol handler that will extract a Security Token from the SOAP
Security
Header and validate the token with the configured Security Token Service (STS).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPicketLinkTrustHandler<C extends LogicalMessageContext>
Abstract base class for the PicketLink Trust Handlers
|
class |
AbstractSAML2Handler
Base class for SAML handlers implementations.
|
class |
AbstractWSAuthenticationHandler
Base class to perform Authentication for POJO Web Services based on the Authorize Operation on the JBossWS Native stack.
|
class |
AbstractWSAuthorizationHandler
Base class for authorization handlers for POJO Web services based on the Authorize Operation on the JBossWS Native stack
|
class |
BinaryTokenHandler
Handler that looks for a binary data that exists in the HTTP payload either as a header or a cookie based on configuration.
|
class |
MapBasedTokenHandler
Handler that looks for a binary token data that exists in jaasOptionsMap supplied in constructor.
|
class |
SAML2Handler
implementation for
AbstractSAML2Handler specific for the JBoss AS7 binding. |
class |
SAMLInboundHandler
SAML2Handler implementation to handle only inbound messages. |
class |
SAMLOutboundHandler
SAML2Handler implementation to handle only outbound messages. |
class |
SamlRequestSecurityTokenHandler |
class |
WSAuthenticationHandler
Perform Authentication for POJO Web Services
Based on the Authorize Operation on the JBossWS Native stack
|
class |
WSAuthorizationHandler
An authorization handler for the POJO Web services Based on the Authorize Operation on the JBossWS Native stack
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.