public class SimpleRequestAdapter extends Object implements org.opensaml.ws.transport.http.HTTPInTransport
WebContext.| Constructor and Description |
|---|
SimpleRequestAdapter(WebContext wc) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String arg0) |
String |
getCharacterEncoding() |
String |
getHeaderValue(String arg0) |
String |
getHTTPMethod() |
InputStream |
getIncomingStream() |
org.opensaml.xml.security.credential.Credential |
getLocalCredential() |
String |
getParameterValue(String arg0) |
List<String> |
getParameterValues(String arg0) |
String |
getPeerAddress() |
org.opensaml.xml.security.credential.Credential |
getPeerCredential() |
String |
getPeerDomainName() |
int |
getStatusCode() |
org.opensaml.ws.transport.http.HTTPTransport.HTTP_VERSION |
getVersion() |
WebContext |
getWebContext() |
boolean |
isAuthenticated() |
boolean |
isConfidential() |
boolean |
isIntegrityProtected() |
void |
setAuthenticated(boolean arg0) |
void |
setConfidential(boolean arg0) |
void |
setIntegrityProtected(boolean arg0) |
public SimpleRequestAdapter(WebContext wc)
public WebContext getWebContext()
public InputStream getIncomingStream()
getIncomingStream in interface org.opensaml.ws.transport.InTransportpublic Object getAttribute(String arg0)
getAttribute in interface org.opensaml.ws.transport.Transportpublic String getCharacterEncoding()
getCharacterEncoding in interface org.opensaml.ws.transport.Transportpublic org.opensaml.xml.security.credential.Credential getLocalCredential()
getLocalCredential in interface org.opensaml.ws.transport.Transportpublic org.opensaml.xml.security.credential.Credential getPeerCredential()
getPeerCredential in interface org.opensaml.ws.transport.Transportpublic boolean isAuthenticated()
isAuthenticated in interface org.opensaml.ws.transport.Transportpublic boolean isConfidential()
isConfidential in interface org.opensaml.ws.transport.Transportpublic boolean isIntegrityProtected()
isIntegrityProtected in interface org.opensaml.ws.transport.Transportpublic void setAuthenticated(boolean arg0)
setAuthenticated in interface org.opensaml.ws.transport.Transportpublic void setConfidential(boolean arg0)
setConfidential in interface org.opensaml.ws.transport.Transportpublic void setIntegrityProtected(boolean arg0)
setIntegrityProtected in interface org.opensaml.ws.transport.Transportpublic String getHTTPMethod()
getHTTPMethod in interface org.opensaml.ws.transport.http.HTTPTransportpublic String getHeaderValue(String arg0)
getHeaderValue in interface org.opensaml.ws.transport.http.HTTPTransportpublic String getParameterValue(String arg0)
getParameterValue in interface org.opensaml.ws.transport.http.HTTPTransportpublic List<String> getParameterValues(String arg0)
getParameterValues in interface org.opensaml.ws.transport.http.HTTPTransportpublic int getStatusCode()
getStatusCode in interface org.opensaml.ws.transport.http.HTTPTransportpublic org.opensaml.ws.transport.http.HTTPTransport.HTTP_VERSION getVersion()
getVersion in interface org.opensaml.ws.transport.http.HTTPTransportpublic String getPeerAddress()
getPeerAddress in interface org.opensaml.ws.transport.http.HTTPInTransportpublic String getPeerDomainName()
getPeerDomainName in interface org.opensaml.ws.transport.http.HTTPInTransportCopyright © 2014. All rights reserved.