| Package | Description |
|---|---|
| org.opensaml.ws.security.provider |
Basic implementations of some security policies.
|
| org.opensaml.ws.transport.http |
HTTP transport classes included bindings for Servlets.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTTPRule.evaluateContentType(HTTPTransport transport)
Checks if the transport is of the correct content type.
|
protected void |
HTTPRule.evaluateRequestMethod(HTTPTransport transport)
Checks if the transport is of the correct request method.
|
protected void |
HTTPRule.evaluateSecured(HTTPTransport transport)
Checks if the transport is secured.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HTTPInTransport
HTTP-based inbound transport.
|
interface |
HTTPOutTransport
HTTP-based outbound transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServletRequestAdapter
Adapts an
HttpServletRequest to an HTTPInTransport. |
class |
HttpServletResponseAdapter
Adapts an
HttpServletResponse to an HTTPOutTransport. |
Copyright © 1999-2015. All Rights Reserved.