|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.cr.cms.RESTAPISessionCredentialStore
public abstract class RESTAPISessionCredentialStore
The Class RESTAPISessionCredentialStore.
![]() |
![]() |
Field Summary | |
---|---|
private ArrayList<Object> |
cookies
Cookies;. |
private String |
sessionId
SessionId. |
Constructor Summary | |
---|---|
RESTAPISessionCredentialStore()
|
Method Summary | |
---|---|
void |
doLogin(com.sun.jersey.api.client.WebResource base)
This method is being called by the RequestProcessor if it needs to be logged in. |
ArrayList<Object> |
getCookies()
Gets the cookies of this session store. |
String |
getSessionId()
Gets the Session ID of this store. |
protected abstract String |
login(com.sun.jersey.api.client.WebResource base)
Logs the user into the CMS and returns the session id (sid). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String sessionId
private ArrayList<Object> cookies
Constructor Detail |
---|
public RESTAPISessionCredentialStore()
Method Detail |
---|
public final void doLogin(com.sun.jersey.api.client.WebResource base)
base
- the basepublic final String getSessionId()
protected abstract String login(com.sun.jersey.api.client.WebResource base)
base
- the base
public ArrayList<Object> getCookies()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |