Package com.unboundid.directory.sdk.http.scripting
This package defines a number of abstract classes which may be used to
implement scripted versions of HTTP-based extensions intended for use in
Ping Identity server products.
-
Class Summary Class Description ScriptedHTTPOperationLogger This class defines an API that must be implemented by extensions which record information about interaction with HTTP clients.ScriptedHTTPServletExtension This class defines an API that must be implemented by scripted extensions which create servlets for use with an HTTP connection handler.ScriptedOAuthTokenHandler This class defines an API that must be implemented by extensions which will handle incoming SCIM requests with OAuth 2.0 bearer token authentication.