|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.jlan.server.auth.ClientInfo
org.alfresco.filesys.alfresco.AlfrescoClientInfo
public class AlfrescoClientInfo
Alfresco Client Information Class
Contains additional fields used by the Alfresco filesystem drivers.
Field Summary |
---|
Fields inherited from class org.alfresco.jlan.server.auth.ClientInfo |
---|
LogonAdmin, LogonGuest, LogonNormal, LogonNull, LogonUnknown |
Constructor Summary | |
---|---|
AlfrescoClientInfo()
Default constructor |
|
AlfrescoClientInfo(java.lang.String user,
byte[] pwd)
Class constructor |
Method Summary | |
---|---|
java.lang.String |
getAuthenticationTicket()
Return the authentication ticket |
org.alfresco.service.cmr.repository.NodeRef |
getHomeFolder()
Return the home folder node |
boolean |
hasAuthenticationTicket()
Check if the client has an authentication ticket |
boolean |
hasHomeFolder()
Check if the client has a home folder node |
void |
setAuthenticationTicket(java.lang.String ticket)
Set the authentication ticket |
void |
setHomeFolder(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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AlfrescoClientInfo()
public AlfrescoClientInfo(java.lang.String user, byte[] pwd)
user
- User namepwd
- PasswordMethod Detail |
---|
public final boolean hasAuthenticationTicket()
public final java.lang.String getAuthenticationTicket()
public final boolean hasHomeFolder()
public final org.alfresco.service.cmr.repository.NodeRef getHomeFolder()
public final void setAuthenticationTicket(java.lang.String ticket)
ticket
- Stringpublic final void setHomeFolder(org.alfresco.service.cmr.repository.NodeRef homeNode)
homeNode
- NodeRef
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |