org.exoplatform.clouddrive.cmis.login
Class CodeAuthentication.Identity

java.lang.Object
  extended by org.exoplatform.clouddrive.cmis.login.CodeAuthentication.Identity
Enclosing class:
CodeAuthentication

public class CodeAuthentication.Identity
extends Object


Method Summary
 boolean equals(Object obj)
          
protected  void finalize()
          
 long getCreated()
           
 String getPassword()
           
 String getServiceContext()
           
 String getServiceURL()
           
 String getUser()
           
 void setServiceContext(String serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUser

public String getUser()
Returns:
the user

getPassword

public String getPassword()
Returns:
the password

getServiceContext

public String getServiceContext()
Returns:
the serviceContext

setServiceContext

public void setServiceContext(String serviceContext)
Parameters:
serviceContext - the serviceContext to set

getServiceURL

public String getServiceURL()
Returns:
the serviceURL

getCreated

public long getCreated()
Returns:
the created

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

finalize

protected void finalize()
                 throws Throwable

Overrides:
finalize in class Object
Throws:
Throwable


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.