| Interface | Description |
|---|---|
| SAMLBinding |
Implementation describes a single binding usable for parsing of a SAML message.
|
| SAMLProcessor |
Implementation is responsible for sending and receiving SAML messages using any of the supported binding.
|
| Class | Description |
|---|---|
| HTTPArtifactBinding |
Http artifact binding.
|
| HTTPPAOS11Binding | |
| HTTPPostBinding |
Http POST binding.
|
| HTTPRedirectDeflateBinding |
Http redirect binding.
|
| HTTPSOAP11Binding |
Http SOAP 1.1 binding.
|
| SAMLBindingImpl |
Implementation contains a static decoder instance returned in case conditions specified in
the subclass are satisfied.
|
| SAMLProcessorImpl |
Processor is capable of parsing SAML message from HttpServletRequest and populate the SAMLMessageContext
for further validations.
|