| パッケージ | 説明 |
|---|---|
| org.opensaml.ws.security.provider |
Basic implementations of some security policies.
|
| org.opensaml.ws.transport.http |
HTTP transport classes included bindings for Servlets.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
HTTPInTransport
HTTP-based inbound transport.
|
interface |
HTTPOutTransport
HTTP-based outbound transport.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
HttpServletRequestAdapter
Adapts an
HttpServletRequest to an HTTPInTransport. |
class |
HttpServletResponseAdapter
Adapts an
HttpServletResponse to an HTTPOutTransport. |
Copyright © 2012. All Rights Reserved.