Class | Description |
---|---|
AbstractAPIHandler<T> |
The AbstractAPIHandler implements convenience methods to minimize the code required in an actual handler.
|
AuthLocal |
Gets a JWT based on a supplied username / password
|
AuthLogin |
Gets a JWT based on a supplied username / password
|
AuthLoginBasic |
Gets a JWT based on a supplied username / password
|
AuthLogout |
Helps to logout a user who has still a valid JSON token
|
CreateDocumentAttachment |
Handler for posting a file
|
CreateLocalUser |
Creates a salted version of a username / password combination to be forwarded to storage for local users
|
CreateSamlConfig | |
DefaultJsonHandler |
Default handler when data are requested as Json and retuns as JSON Requests without body have their parameters as JSOn, so they qualify THis class handles most use cases, no empty shell classes needed
|
ExecuteGroovy | |
ExecuteJavaScript | |
FetchOdata |
Deals with ODATA requests
|
FetchOdataList |
lists out all available ODATA endpoints
|
GenerateKeepApplicationSecret |
Generates an application secret and sends the salted hash to be stored in the database
|
GetDesign | |
GetDocumentAttachment |
Handler for returning a file
|
GetDxl |
Return the entire design from cache or none if it isn’t cached but send of an request
|
GetOdataMetadata |
Produces the XML Based meta data document
|
GetOdataServiceInfo | |
GetOpenAPI |
Handler for getOpenApi endpoint.
|
Query | |
UpdateDxl |
Sends DXL back to Domino for processing
|
Enum | Description |
---|---|
RequestOptionFlags |
Check what request header or paraameters are required or default to an internal value
|