|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Authentication | |
---|---|
com.jalios.rest.client | |
com.jalios.rest.client.authentication |
Uses of Authentication in com.jalios.rest.client |
---|
Methods in com.jalios.rest.client that return Authentication | |
---|---|
Authentication |
ClientSession.removeAuthentication()
Removes and returns the current authentication (null if none was added). |
Methods in com.jalios.rest.client with parameters of type Authentication | |
---|---|
JcmsResource |
JcmsApp.createData(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(String dataId,
Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.disableDataWrite(String msg,
Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.enableDataWrite(String msg,
Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.getAdminStatus(Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.getAllDataType(Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.getAllWorkflows(Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.getData(String dataId,
Authentication forcedAuthentication)
Send a request to find a data with a given JCMS id. |
JcmsResource |
JcmsApp.getDataType(String typeshortclassname,
Authentication forcedAuthentication)
|
JcmsResource |
ClientSession.getJcmsResource(org.restlet.data.Reference resourceRef,
Authentication forcedAuthentication)
|
JcmsResource |
ClientSession.getJcmsResource(String resourcePath,
Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.getMember(String login,
Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.getMemberList(Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.getWorkflow(String wfId,
Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.importDataFromSource(String importSourceId,
Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.search(org.restlet.data.Form fields,
Authentication forcedAuthentication)
|
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)
|
RestQuery |
RestQuery.setAuthentication(Authentication authentication)
|
void |
ClientSession.setAuthentication(Authentication authentication)
Add an authentication to the session |
JcmsResource |
JcmsApp.updateData(org.restlet.data.Reference dataRef,
org.restlet.data.Form fields,
Authentication forcedAuthentication)
|
JcmsResource |
JcmsApp.updateData(String dataId,
org.restlet.data.Form fields,
Authentication forcedAuthentication)
|
Uses of Authentication in com.jalios.rest.client.authentication |
---|
Classes in com.jalios.rest.client.authentication that implement Authentication | |
---|---|
class |
AuthKeyAuthentication
JCMS Open API Authentication using authentication key. |
class |
BasicAuthentication
Implementation of Basic Authentication for Rest Client authentication. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |