Package org.osesb.connectors.jaxrpc.security

jax-rpc client and server handlers that support ws-security.

See:
          Description

Class Summary
JAXRPCClientSecurityHandler JAXRPCClientSecurityHandler is a jax-rpc, client-side handler with a handleRequest() method that adds a security header entry to the SOAPHeader.
JAXRPCServerSecurityHandler JAXRPCServerSecurityHandler is a jax-rpc, server-side handler with a handleRequest() method that process a security header entry in the SOAPHeader.
SecurityConstants Constants for the org.osesb.connectors.jaxrpc.security package.
WSSSecurityProfile WSSSecurityProfile classes are designed to encapsulate authentication-related information.
WSSUsernameTokenProfileImpl This Class extends WSSSecurityProfile with addSecurityHeaderEntry() and processSecurityHeaderEntry methods that handle WSS security header entries according to the Oasis Web Services Security UsernameToken Profile Specification v1.1, dated 1 February 2006.
 

Exception Summary
JAXRPCSecurityException Thrown by a client-side or server-side security component when a security-related error occurs.
 

Package org.osesb.connectors.jaxrpc.security Description

jax-rpc client and server handlers that support ws-security.