| Class | Description |
|---|---|
| HeaderHandlerResolver |
Reference implementation of the
HandlerResolver interface with an
additional method addHandler to add a new SSOHeaderHandler to the
chain. |
| SamlTokenExtractionHandler |
Handler class to extract the Saml token from the response stream in the raw
form before JAX-WS deserializes it.
|
| SamlTokenHandler |
Handler class to add the SAML token inside the security header
|
| SSOHeaderHandler |
Base Abstract class that all the header handler will be extending.
|
| TimeStampHandler |
Handler class to add the TimeStamp element inside the security header
|
| UserCredentialHandler |
Handler class to add the Username token element inside the security header
|
| WsSecuritySignatureAssertionHandler |
Handler class to sign the SOAP message using the assertionId of the SAML
token along with the private key and certificate of the user / solution This
handler is to be used only when acquiring a new token using an existing token
|
| WsSecurityUserCertificateSignatureHandler |