|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.ws.soap.client.AbstractSOAPTransport<X509Credential>
org.opensaml.ws.soap.client.http.AbstractHTTPSOAPTransport
public abstract class AbstractHTTPSOAPTransport
HTTPSOAPTransport
base class handling a lot of boilerplate code.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.opensaml.ws.soap.client.http.HTTPSOAPTransport |
---|
HTTPSOAPTransport.AuthenticationScheme, HTTPSOAPTransport.HTTPEntityCredential, HTTPSOAPTransport.NTLMCredential, HTTPSOAPTransport.UsernamePasswordCredential |
Constructor Summary | |
---|---|
AbstractHTTPSOAPTransport()
|
Method Summary | |
---|---|
HTTPSOAPTransport.HTTPEntityCredential |
getEntityAuthenticationCredential()
Gets the credentials to use to authenticate to the HTTP server. |
HTTPSOAPTransport.AuthenticationScheme |
getEntityAuthenticationScheme()
Gets the type of authentication to perform with the HTTP server. |
boolean |
isChunkEncoding()
Gets whether content should be sent using HTTP 1.1 and chunk encoded. |
void |
setChunkEncoding(boolean isChunkEncoding)
Sets whether content should be sent using HTTP 1.1 and chunk encoded. |
void |
setEntityAuthenticationCredentials(HTTPSOAPTransport.HTTPEntityCredential credentials)
Sets the credentials to use to authenticate to the HTTP server. |
void |
setEntityAuthenticationScheme(HTTPSOAPTransport.AuthenticationScheme authnScheme)
Sets the type of authentication to perform with the HTTP server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.ws.soap.client.SOAPTransport |
---|
getConnectionAuthenticationCredential, getPeerConnectionAuthenticatingTrustEngine, getRequestTimeout, getTrustedCredentialCriteria, getTrustedCredentialResolver, send, setConnectionAuthenticationCredential, setPeerConnectionAuthenticatingTrustEngine, setRequestTimeout, setTrustedCredentialResolver, supportsConfidential |
Constructor Detail |
---|
public AbstractHTTPSOAPTransport()
Method Detail |
---|
public HTTPSOAPTransport.HTTPEntityCredential getEntityAuthenticationCredential()
getEntityAuthenticationCredential
in interface HTTPSOAPTransport
public HTTPSOAPTransport.AuthenticationScheme getEntityAuthenticationScheme()
getEntityAuthenticationScheme
in interface HTTPSOAPTransport
public boolean isChunkEncoding()
isChunkEncoding
in interface HTTPSOAPTransport
public void setChunkEncoding(boolean isChunkEncoding)
setChunkEncoding
in interface HTTPSOAPTransport
isChunkEncoding
- whether content should be sent using HTTP 1.1 and chunk encodedpublic void setEntityAuthenticationCredentials(HTTPSOAPTransport.HTTPEntityCredential credentials)
setEntityAuthenticationCredentials
in interface HTTPSOAPTransport
credentials
- credentials to use to authenticate to the HTTP serverpublic void setEntityAuthenticationScheme(HTTPSOAPTransport.AuthenticationScheme authnScheme)
setEntityAuthenticationScheme
in interface HTTPSOAPTransport
authnScheme
- type of authentication to perform with the HTTP server
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |