Uses of Class
com.jalios.rest.client.ClientSession
-
Packages that use ClientSession Package Description com.jalios.rest.client com.jalios.rest.client.authentication -
-
Uses of ClientSession in com.jalios.rest.client
Methods in com.jalios.rest.client that return ClientSession Modifier and Type Method Description ClientSession
JcmsApp. getSession()
Methods in com.jalios.rest.client with parameters of type ClientSession Modifier and Type Method Description static java.util.List<DataElement>
DataElement. getDataElementList(JcmsResource resource, ClientSession session)
For a resource in dataset form, gives a list of corresponding DataElement object.static java.util.List<DataElement>
DataElement. getDataElementList(JcmsResource resource, ClientSession session, java.lang.String dataSetTag)
For a resource in dataset form, gives a list of corresponding DataElement object.static DataElement
DataElement. getFirstDataElement(JcmsResource resource, ClientSession session)
For a single data in a resource, gives the corresponding DataElement object.static MemberElement
MemberElement. getFirstMemberElement(JcmsResource resource, ClientSession session)
Retrieve the MemberElement corresponding to the single data in the specified resource.org.restlet.data.Response
Authentication. updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
Constructors in com.jalios.rest.client with parameters of type ClientSession Constructor Description DataElement(org.jdom.Element element, ClientSession session)
JcmsApp(ClientSession session)
MemberElement(org.jdom.Element element, ClientSession session)
Builds a new MemberElement from the specified xml Element and sessionRestQuery(ClientSession session, java.lang.String resourcePath)
RestQuery(ClientSession session, org.restlet.data.Reference reference)
-
Uses of ClientSession in com.jalios.rest.client.authentication
Methods in com.jalios.rest.client.authentication with parameters of type ClientSession Modifier and Type Method Description org.restlet.data.Response
AuthKeyAuthentication. updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
org.restlet.data.Response
BasicAuthentication. updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
org.restlet.data.Response
JWTAuthentication. updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
-