| Interface | Description |
|---|---|
| NotificationHandler |
The
NotificationHandler interface needs to be implemented by
high level services and applications in order to be able to receive
notifications from the Platform Low Level API. |
| Class | Description |
|---|---|
| PLLClient |
The
PLLClient class is used to send RequestSet XML documents
to the URL specified in the send() method. |
| PLLNotificationServlet |
The
PLLNotificationServlet class is used to receive
notifications from servers and forward those notifications to the high level
services and applications for processing. |
| Exception | Description |
|---|---|
| AlreadyRegisteredException |
In order for high level services and applications to receive notifications
from PLL, a notification handler for a service has to be registered in the
PLL.
|
| SendRequestException |
A
SendRequestException object is thrown if the the request can
not be sent to the destination URL of the service. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.