Package org.alfresco.repo
Interface SessionUser
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
WebDAVUser
public interface SessionUser extends java.io.Serializable
Contract implemented by any object that represents an Alfresco "user" that can be persisted in an HTTP Session.- Author:
- Kevin Roast
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTicket()
Return the ticketjava.lang.String
getUserName()
Return the user name
-