|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPTransport | |
---|---|
org.opensaml.ws.security.provider | Basic implementations of some security policies. |
org.opensaml.ws.transport.http | HTTP transport classes included bindings for Servlets. |
Uses of HTTPTransport in org.opensaml.ws.security.provider |
---|
Methods in org.opensaml.ws.security.provider with parameters of type HTTPTransport | |
---|---|
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. |
Uses of HTTPTransport in org.opensaml.ws.transport.http |
---|
Subinterfaces of HTTPTransport in org.opensaml.ws.transport.http | |
---|---|
interface |
HTTPInTransport
HTTP-based inbound transport. |
interface |
HTTPOutTransport
HTTP-based outbound transport. |
Classes in org.opensaml.ws.transport.http that implement HTTPTransport | |
---|---|
class |
HttpServletRequestAdapter
Adapts an HttpServletRequest to an HTTPInTransport . |
class |
HttpServletResponseAdapter
Adapts an HttpServletResponse to an HTTPOutTransport . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |