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 ClientSessionJcmsApp. 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 DataElementDataElement. getFirstDataElement(JcmsResource resource, ClientSession session)For a single data in a resource, gives the corresponding DataElement object.static MemberElementMemberElement. getFirstMemberElement(JcmsResource resource, ClientSession session)Retrieve the MemberElement corresponding to the single data in the specified resource.org.restlet.data.ResponseAuthentication. 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.ResponseAuthKeyAuthentication. updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)org.restlet.data.ResponseBasicAuthentication. updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)org.restlet.data.ResponseJWTAuthentication. updateAuthenticationResult(ClientSession session, org.restlet.data.Request request, org.restlet.data.Response response)
-