com.gentics.cr.cms
Class PortletSessionUserPasswordRESTAPISessionCredentialStore

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

public class PortletSessionUserPasswordRESTAPISessionCredentialStore
extends com.gentics.cr.cms.AbstractUserPasswordRESTAPISessionCredentialStore

 

Field Summary
private static String PASSWORD_ATTRIBUTE_KEY
           
private  PortletSessionCMSRequestProcessor rp
           
private static String USERNAME_ATTRIBUTE_KEY
           
 
Constructor Summary
PortletSessionUserPasswordRESTAPISessionCredentialStore(PortletSessionCMSRequestProcessor rp)
           
 
Method Summary
 String getPassword()
           
 String getUsername()
           
 
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_ATTRIBUTE_KEY

private static final String USERNAME_ATTRIBUTE_KEY
See Also:
Constant Field Values

PASSWORD_ATTRIBUTE_KEY

private static final String PASSWORD_ATTRIBUTE_KEY
See Also:
Constant Field Values

rp

private PortletSessionCMSRequestProcessor rp
Constructor Detail

PortletSessionUserPasswordRESTAPISessionCredentialStore

public PortletSessionUserPasswordRESTAPISessionCredentialStore(PortletSessionCMSRequestProcessor rp)
Method Detail

getUsername

public String getUsername()
Specified by:
getUsername in class com.gentics.cr.cms.AbstractUserPasswordRESTAPISessionCredentialStore

getPassword

public String getPassword()
Specified by:
getPassword in class com.gentics.cr.cms.AbstractUserPasswordRESTAPISessionCredentialStore


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.