com.gentics.cr.cms
Class ConfigurableUserPasswordRESTAPISessionCredentialStore

java.lang.Object
  extended by com.gentics.cr.cms.RESTAPISessionCredentialStore
      extended by com.gentics.cr.cms.AbstractUserPasswordRESTAPISessionCredentialStore
          extended by com.gentics.cr.cms.ConfigurableUserPasswordRESTAPISessionCredentialStore

public class ConfigurableUserPasswordRESTAPISessionCredentialStore
extends AbstractUserPasswordRESTAPISessionCredentialStore

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

USERNAME_KEY

private static final String USERNAME_KEY
Username config key.

See Also:
Constant Field Values

PASSWORD_KEY

private static final String PASSWORD_KEY
Password config key.

See Also:
Constant Field Values

username

private String username
Username.


password

private String password
Password.

Constructor Detail

ConfigurableUserPasswordRESTAPISessionCredentialStore

public ConfigurableUserPasswordRESTAPISessionCredentialStore(com.gentics.cr.CRConfig config)
Create a new instance.

Parameters:
config - the config
Method Detail

getUsername

public String getUsername()
Description copied from class: AbstractUserPasswordRESTAPISessionCredentialStore
Gets the username.

Specified by:
getUsername in class AbstractUserPasswordRESTAPISessionCredentialStore
Returns:
the username

getPassword

public String getPassword()
Description copied from class: AbstractUserPasswordRESTAPISessionCredentialStore
Gets the password.

Specified by:
getPassword in class AbstractUserPasswordRESTAPISessionCredentialStore
Returns:
the password


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.