public abstract class PluginODAuthenticationService
extends java.lang.Object
| Constructor and Description |
|---|
PluginODAuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
execute(PluginServiceCallbacks callbacks,
javax.servlet.http.HttpServletRequest request)
Performs the action of this service.
|
abstract java.lang.String |
getId()
Returns the unique identifier for this service.
|
public abstract java.lang.String getId()
Important: This identifier is used in URLs so it must contain only alphanumeric characters.
String that is used to identify the service.public abstract byte[] execute(PluginServiceCallbacks callbacks, javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
callbacks - An instance of the PluginServiceCallbacks class that contains several functions that can
be used by the service. These functions provide access to the plug-in configuration and content server
APIs.request - The HttpServletRequest object that provides the request. The service can access the
invocation parameters from the request.java.lang.Exception - For exceptions that occur when the service is running. If the logging level is high enough to log
errors, information about the exception is logged by IBM Content Navigator.