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

    Modifier and Type
    Method
    Description
    Return the ticket
    Return the user name
  • Method Details

    • getUserName

      String getUserName()
      Return the user name
      Returns:
      user name
    • getTicket

      String getTicket()
      Return the ticket
      Returns:
      ticket