Package | Description |
---|---|
com.jalios.rest.client | |
com.jalios.rest.client.authentication |
Modifier and Type | Method and Description |
---|---|
Authentication |
ClientSession.removeAuthentication()
Removes and returns the current authentication (null if none was added).
|
Modifier and Type | Method and Description |
---|---|
JcmsResource |
JcmsApp.createData(java.lang.String dataTypeClassShortName,
org.restlet.data.Form fields,
Authentication forcedAuthentication)
Create a data of type given by the dataTypeClassShortName and the values set in the form fields.
|
JcmsResource |
JcmsApp.deleteData(org.restlet.data.Reference dataRef,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.deleteData(java.lang.String dataId,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.disableDataWrite(java.lang.String msg,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.enableDataWrite(java.lang.String msg,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.getAdminStatus(Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.getAllDataType(Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.getAllWorkflows(Authentication forcedAuthentication) |
java.util.List<DataElement> |
JcmsApp.getChildren(java.lang.String dataId,
Authentication forcedAuthentication,
Relateds relateds)
Gives the list of children of a data, given its id, if its type supports it
(TreeNode, Group).
|
JcmsResource |
JcmsApp.getChildrenData(java.lang.String dataId,
Authentication forcedAuthentication)
Send a request to get the set of children of a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getChildrenData(java.lang.String dataId,
Authentication forcedAuthentication,
Relateds relateds)
Send a request to get the set of children of a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getData(java.lang.String dataId,
Authentication forcedAuthentication)
Send a request to find a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getData(java.lang.String dataId,
Authentication forcedAuthentication,
Relateds relateds)
Send a request to find a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getDataType(java.lang.String typeshortclassname,
Authentication forcedAuthentication) |
DataElement |
JcmsApp.getDefaultWorkspace(Authentication forcedAuthentication,
Relateds relateds)
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
|
JcmsResource |
JcmsApp.getDefaultWorkspaceData(Authentication forcedAuthentication,
Relateds relateds)
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
|
JcmsResource |
ClientSession.getJcmsResource(org.restlet.data.Reference resourceRef,
Authentication forcedAuthentication) |
JcmsResource |
ClientSession.getJcmsResource(java.lang.String resourcePath,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.getMember(java.lang.String login,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.getMember(java.lang.String login,
Authentication forcedAuthentication,
Relateds relateds) |
JcmsResource |
JcmsApp.getMemberList(Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.getMemberList(Authentication forcedAuthentication,
Relateds relateds) |
DataElement |
JcmsApp.getRootCategory(Authentication forcedAuthentication,
Relateds relateds)
Gives the root of JCMS categories, if it is visible for the loggedMember.
|
JcmsResource |
JcmsApp.getRootCategoryData(Authentication forcedAuthentication,
Relateds relateds)
Gives the root of JCMS categories, if it is visible for the loggedMember.
|
JcmsResource |
JcmsApp.getWorkflow(java.lang.String wfId,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.importDataFromSource(java.lang.String importSourceId,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.search(org.restlet.data.Form fields,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.search(org.restlet.data.Form fields,
Authentication forcedAuthentication,
Relateds relateds) |
org.restlet.data.Response |
ClientSession.sendRequest(org.restlet.data.Reference reference,
org.restlet.data.Method method,
Authentication forcedAuthentication) |
org.restlet.data.Response |
ClientSession.sendRequest(org.restlet.data.Request request,
Authentication forcedAuthentication) |
org.restlet.data.Response |
ClientSession.sendRequest(org.restlet.data.Request request,
org.restlet.data.MediaType[] mediaTypes,
Authentication forcedAuthentication) |
org.restlet.data.Response |
ClientSession.sendRequest(org.restlet.data.Request request,
org.restlet.data.MediaType[] mediaTypes,
Authentication forcedAuthentication,
boolean noFollowRedirect) |
org.restlet.data.Response |
ClientSession.sendRequest(org.restlet.data.Request request,
org.restlet.data.MediaType[] mediaTypes,
Authentication forcedAuthentication,
int maxRedirect)
In the context of a client session (same cookies, same authentication), send
request to the server, including authentication and managing cookies.
|
org.restlet.data.Response |
ClientSession.sendRequest(org.restlet.data.Request request,
org.restlet.data.MediaType mediaType,
Authentication forcedAuthentication) |
org.restlet.data.Response |
ClientSession.sendRequest(org.restlet.data.Request request,
org.restlet.data.MediaType mediaType,
Authentication forcedAuthentication,
boolean noFollowRedirect) |
org.restlet.data.Response |
ClientSession.sendRequest(org.restlet.data.Request request,
org.restlet.data.MediaType mediaType,
Authentication forcedAuthentication,
int maxRedirect) |
void |
ClientSession.setAuthentication(Authentication authentication)
Add an authentication to the session
|
RestQuery |
RestQuery.setAuthentication(Authentication authentication)
A specific authentification may be used for this query.
|
JcmsResource |
JcmsApp.updateData(org.restlet.data.Reference dataRef,
org.restlet.data.Form fields,
Authentication forcedAuthentication) |
JcmsResource |
JcmsApp.updateData(java.lang.String dataId,
org.restlet.data.Form fields,
Authentication forcedAuthentication) |
Modifier and Type | Class and Description |
---|---|
class |
AuthKeyAuthentication
JCMS Open API Authentication using authentication key.
|
class |
BasicAuthentication
Implementation of Basic Authentication for Rest Client authentication.
|
class |
JWTAuthentication
JCMS Open API Authentication using authentication key.
|
Copyright © 2001-2021 Jalios SA. All Rights Reserved.