|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.cr.cms.RESTAPISessionCredentialStore
com.gentics.cr.cms.AbstractUserPasswordRESTAPISessionCredentialStore
com.gentics.cr.cms.ConfigurableUserPasswordRESTAPISessionCredentialStore
public class ConfigurableUserPasswordRESTAPISessionCredentialStore
The Class ConfigurableUserPasswordRESTAPISessionCredentialStore.
![]() |
![]() |
Field Summary | |
---|---|
private String |
password
Password. |
private static String |
PASSWORD_KEY
Password config key. |
private String |
username
Username. |
private static String |
USERNAME_KEY
Username config key. |
Constructor Summary | |
---|---|
ConfigurableUserPasswordRESTAPISessionCredentialStore(com.gentics.cr.CRConfig config)
Create a new instance. |
Method Summary | |
---|---|
String |
getPassword()
Gets the password. |
String |
getUsername()
Gets the username. |
Methods inherited from class com.gentics.cr.cms.AbstractUserPasswordRESTAPISessionCredentialStore |
---|
login |
Methods inherited from class com.gentics.cr.cms.RESTAPISessionCredentialStore |
---|
doLogin, getCookies, getSessionId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final String USERNAME_KEY
private static final String PASSWORD_KEY
private String username
private String password
Constructor Detail |
---|
public ConfigurableUserPasswordRESTAPISessionCredentialStore(com.gentics.cr.CRConfig config)
config
- the configMethod Detail |
---|
public String getUsername()
AbstractUserPasswordRESTAPISessionCredentialStore
getUsername
in class AbstractUserPasswordRESTAPISessionCredentialStore
public String getPassword()
AbstractUserPasswordRESTAPISessionCredentialStore
getPassword
in class AbstractUserPasswordRESTAPISessionCredentialStore
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |