Package org.alfresco.repo
Interface SessionUser
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
WebDAVUser
public interface SessionUser extends java.io.SerializableContract 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.StringgetTicket()Return the ticketjava.lang.StringgetUserName()Return the user name
-