public interface RequestHandler
RequestHandler
interface needs to be implemented
by each SAMLv2 Query Profile implementaion in order to receive Query
Requests from Client.
The SOAP end point should be defined in the profile's metadata.Modifier and Type | Method and Description |
---|---|
Response |
handleQuery(String hostedEntityID,
String remoteEntityID,
RequestAbstract request,
SOAPMessage soapMessage)
Returns a SAMLv2 Query Response for the received Query Request.
|
Response handleQuery(String hostedEntityID, String remoteEntityID, RequestAbstract request, SOAPMessage soapMessage) throws SAML2Exception
hostedEntityID
- the entity identifier of the host.remoteEntityID
- the entity identifier of the remote client.request
- the incoming Query SAMLv2 Request message from client.soapMessage
- the SOAP Message .SAML2Exception
- if there is an error processing the query.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.