Uses of Class
org.projecthusky.xua.exceptions.ClientSendException
Packages that use ClientSendException
Package
Description
-
Uses of ClientSendException in org.projecthusky.communication.ch.ppq
Methods in org.projecthusky.communication.ch.ppq that throw ClientSendExceptionModifier and TypeMethodDescriptionConvenienceUserAccessAuthenticationChImpl.invokePrivacyPolicyFeed
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed feed, PpClientConfig clientConfiguration) Method to invoke the PrivacyPolicyFeed. Methode um die PrivacyPolicyFeed auszuführen.ConvenienceUserAccessAuthenticationChImpl.invokePrivacyPolicyQuery
(SecurityHeaderElement aAssertion, PrivacyPolicyQuery query, PpClientConfig clientConfiguration) Method to invoke the PrivacyPolicyQuery. Methode um die PrivacyPolicyQuery auszuführen. -
Uses of ClientSendException in org.projecthusky.communication.ch.ppq.api
Methods in org.projecthusky.communication.ch.ppq.api that throw ClientSendExceptionModifier and TypeMethodDescriptionPrivacyPolicyQueryModule.invokePrivacyPolicyFeed
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed feed, PpClientConfig clientConfiguration) Method to invoke the PrivacyPolicyFeed. Methode um die PrivacyPolicyFeed auszuführen.PrivacyPolicyQueryModule.invokePrivacyPolicyQuery
(SecurityHeaderElement aAssertion, PrivacyPolicyQuery query, PpClientConfig clientConfiguration) Method to invoke the PrivacyPolicyQuery. Methode um die PrivacyPolicyQuery auszuführen. -
Uses of ClientSendException in org.projecthusky.communication.ch.ppq.api.clients
Methods in org.projecthusky.communication.ch.ppq.api.clients that throw ClientSendExceptionModifier and TypeMethodDescriptionPpfClient.send
(SecurityHeaderElement aAssertion, PrivacyPolicyFeed request) Method to send an Add, Update or DeletePolicyRequest. Methode um einen Add, Update oder DeletePolicyRequest zu senden.PpqClient.send
(SecurityHeaderElement aAssertion, PrivacyPolicyQuery query) Method to send an PrivacyPolicyQuery. Methode um eine PrivacyPolicyQuery zu senden. -
Uses of ClientSendException in org.projecthusky.communication.services
Methods in org.projecthusky.communication.services that throw ClientSendExceptionModifier and TypeMethodDescriptionHuskyService.send
(XuaRequest xuaRequest) Use theXuaRequest
which is sent to the webservice and returns details about the identity of the authenticated userHuskyWebServiceClient.send
(XuaRequest xuaRequest) It implements the following IHE transaction: [ITI-40] Provide Identity Assertions -
Uses of ClientSendException in org.projecthusky.xua.authentication
Methods in org.projecthusky.xua.authentication that throw ClientSendExceptionModifier and TypeMethodDescriptionAuthenticationModule.invokeUserAuthentication
(AuthnRequest aAuthnRequest, IdpClientConfig clientConfiguration) Method to get the authentication assertion from an idp. Methode um die Authentifizierungs-Assertion eines IdP zu erhalten. -
Uses of ClientSendException in org.projecthusky.xua.communication.clients
Methods in org.projecthusky.xua.communication.clients that throw ClientSendExceptionModifier and TypeMethodDescriptionArtifactResolveClient.send
(ArtifactResolve aArtifactResolve) Method to send an ArtifactResolve. Methode um einen ArtifactResolve zu senden.IdpClient.send
(AuthnRequest aAuthnRequest) Method to send an AuthnRequest. Methode um einen AuthnRequest zu senden.XuaClient.send
(SecurityHeaderElement aSecurityHeaderElement, XUserAssertionRequest aRequest) Method to send an X-User Assertion Request. Methode um einen X-User Assertion Request zu senden. -
Uses of ClientSendException in org.projecthusky.xua.communication.clients.impl
Methods in org.projecthusky.xua.communication.clients.impl that throw ClientSendExceptionModifier and TypeMethodDescriptionprotected T
AbstractSoapClient.execute
(org.apache.http.client.methods.HttpPost post) sends soap message.abstract org.apache.http.impl.client.CloseableHttpClient
AbstractIdpClient.getHttpClient()
Method to get http clientprotected org.apache.http.impl.client.CloseableHttpClient
AbstractSoapClient.getHttpClient()
Method to get HTTP client.org.apache.http.impl.client.CloseableHttpClient
IdpClientByCert.getHttpClient()
org.apache.http.impl.client.CloseableHttpClient
IdpClientByProxy.getHttpClient()
org.apache.http.impl.client.CloseableHttpClient
IdpSoapBindingClientByBasicAuth.getHttpClient()
protected abstract T
AbstractSoapClient.parseResponse
(String content) Method to extract response from XML String.protected ArtifactResponse
SimpleArtifactResolveClient.parseResponse
(String content) protected List<XUserAssertionResponse>
SimpleXuaClient.parseResponse
(String httpResponse) protected T
AbstractSoapClient.parseResponseError
(String content) Method to extract error from XML response.IdpClientByBrowserAndProtocolHandler.send
(AuthnRequest aAuthnRequest) Method to send an AuthnRequest. Methode um einen AuthnRequest zu senden.IdpClientByCert.send
(AuthnRequest aAuthnRequest) IdpClientByProxy.send
(AuthnRequest aAuthnRequest) IdpSoapBindingClientByBasicAuth.send
(AuthnRequest aAuthnRequest) Method to send an AuthnRequest. Methode um einen AuthnRequest zu senden.SimpleArtifactResolveClient.send
(ArtifactResolve aArtifactResolve) SimpleXuaClient.send
(SecurityHeaderElement aSecurityHeaderElement, XUserAssertionRequest aRequest) -
Uses of ClientSendException in org.projecthusky.xua.communication.impl
Methods in org.projecthusky.xua.communication.impl that throw ClientSendExceptionModifier and TypeMethodDescriptionConvenienceUserAccessAuthenticationImpl.invokeGetXUserAssertion
(SecurityHeaderElement aSecurityHeaderElement, XUserAssertionRequest aRequest, XuaClientConfig clientConfiguration) Method to get the xuser assertion from an X-Assertion Provider. Methode um die Authentifizierungs Assertion eines X-Assertion Providers zu erhalten.ConvenienceUserAccessAuthenticationImpl.invokeUserAuthentication
(AuthnRequest aAuthnRequest, IdpClientConfig clientConfiguration) Method to get the authentication assertion from an idp. Methode um die Authentifizierungs-Assertion eines IdP zu erhalten. -
Uses of ClientSendException in org.projecthusky.xua.communication.xua
Methods in org.projecthusky.xua.communication.xua that throw ClientSendExceptionModifier and TypeMethodDescriptionXUserAssertionModule.invokeGetXUserAssertion
(SecurityHeaderElement aSecurityHeaderElement, XUserAssertionRequest aRequest, XuaClientConfig clientConfiguration) Method to get the xuser assertion from an X-Assertion Provider. Methode um die Authentifizierungs Assertion eines X-Assertion Providers zu erhalten. -
Uses of ClientSendException in org.projecthusky.xua.exceptions
Subclasses of ClientSendException in org.projecthusky.xua.exceptionsModifier and TypeClassDescriptionclass
Class implementing the SoapException. Klasse implemetiert die SoapException.