Package org.alfresco.filesys.alfresco
Class AlfrescoClientInfo
- java.lang.Object
-
- org.alfresco.jlan.server.auth.ClientInfo
-
- org.alfresco.filesys.alfresco.AlfrescoClientInfo
-
public class AlfrescoClientInfo extends org.alfresco.jlan.server.auth.ClientInfoAlfresco Client Information ClassContains additional fields used by the Alfresco filesystem drivers.
-
-
Constructor Summary
Constructors Constructor Description AlfrescoClientInfo()Default constructorAlfrescoClientInfo(java.lang.String user, byte[] pwd)Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthenticationTicket()Return the authentication ticketorg.alfresco.service.cmr.repository.NodeRefgetHomeFolder()Return the home folder nodebooleanhasAuthenticationTicket()Check if the client has an authentication ticketbooleanhasHomeFolder()Check if the client has a home folder nodevoidsetAuthenticationTicket(java.lang.String ticket)Set the authentication ticketvoidsetHomeFolder(org.alfresco.service.cmr.repository.NodeRef homeNode)Set the home folder node-
Methods inherited from class org.alfresco.jlan.server.auth.ClientInfo
createInfo, getANSIPassword, getANSIPasswordAsString, getClientAddress, getDomain, getFactory, getGid, getGroupsList, getLogonType, getLogonTypeString, getNFSAuthenticationType, getOperatingSystem, getPassword, getPasswordAsString, getProcessId, getUid, getUserName, hasANSIPassword, hasClientAddress, hasGroupsList, isAdministrator, isGuest, isNullSession, setANSIPassword, setClientAddress, setDomain, setFactory, setGid, setGroupsList, setGuest, setLogonType, setNFSAuthenticationType, setOperatingSystem, setPassword, setPassword, setProcessId, setUid, setUserName, toString
-
-
-
-
Method Detail
-
hasAuthenticationTicket
public final boolean hasAuthenticationTicket()
Check if the client has an authentication ticket- Returns:
- boolean
-
getAuthenticationTicket
public final java.lang.String getAuthenticationTicket()
Return the authentication ticket- Returns:
- String
-
hasHomeFolder
public final boolean hasHomeFolder()
Check if the client has a home folder node- Returns:
- boolean
-
getHomeFolder
public final org.alfresco.service.cmr.repository.NodeRef getHomeFolder()
Return the home folder node- Returns:
- NodeRef
-
setAuthenticationTicket
public final void setAuthenticationTicket(java.lang.String ticket)
Set the authentication ticket- Parameters:
ticket- String
-
setHomeFolder
public final void setHomeFolder(org.alfresco.service.cmr.repository.NodeRef homeNode)
Set the home folder node- Parameters:
homeNode- NodeRef
-
-