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 java.lang.StringgetTicket()Get the ticket.voidsetTicket(java.lang.String ticket)Set the ticket.
-