Class CodeAuthentication.Identity
- java.lang.Object
-
- org.exoplatform.clouddrive.cmis.login.CodeAuthentication.Identity
-
- Enclosing class:
- CodeAuthentication
public class CodeAuthentication.Identity extends Object
The Class Identity.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)protected voidfinalize()longgetCreated()Gets the created.StringgetPassword()Gets the password.StringgetServiceContext()Gets the service context.StringgetServiceURL()Gets the service URL.StringgetUser()Gets the user.voidsetServiceContext(String serviceContext)Sets the service context.
-
-
-
Method Detail
-
getUser
public String getUser()
Gets the user.- Returns:
- the user
-
getPassword
public String getPassword()
Gets the password.- Returns:
- the password
-
getServiceContext
public String getServiceContext()
Gets the service context.- Returns:
- the serviceContext
-
setServiceContext
public void setServiceContext(String serviceContext)
Sets the service context.- Parameters:
serviceContext- the serviceContext to set
-
getServiceURL
public String getServiceURL()
Gets the service URL.- Returns:
- the serviceURL
-
getCreated
public long getCreated()
Gets the created.- Returns:
- the created
-
-