org.jasig.cas.util
Interface UniqueTicketIdGenerator

All Known Implementing Classes:
DefaultUniqueTicketIdGenerator, SamlCompliantUniqueTicketIdGenerator

public interface UniqueTicketIdGenerator

Interface that enables for pluggable unique ticket Ids strategies.

Since:
3.0

This is a published and supported CAS Server 3 API.

Version:
$Revision$ $Date$
Author:
Scott Battaglia

Method Summary
 String getNewTicketId(String prefix)
          Return a new unique ticket id beginning with the prefix.
 

Method Detail

getNewTicketId

String getNewTicketId(String prefix)
Return a new unique ticket id beginning with the prefix.

Parameters:
prefix - The prefix we want attached to the ticket.
Returns:
the unique ticket id


Copyright © 2004-2013 Jasig. All Rights Reserved.