Package org.alfresco.repo.remote
Interface ClientTicketHolder
-
- All Known Implementing Classes:
ClientTicketHolderGlobal,ClientTicketHolderThread
public interface ClientTicketHolderInterface for Authentication ticket caching.- Author:
- britt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTicket()Get the ticket.voidsetTicket(String ticket)Set the ticket.
-