Package org.alfresco.repo
Interface SessionUser
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
WebDAVUser
public interface SessionUser extends 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 String
getTicket()
Return the ticketString
getUserName()
Return the user name
-