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: 42053 $ $Date: 2007-06-10 09:17:55 -0400 (Sun, 10 Jun 2007) $
Author:
Scott Battaglia

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

Method Detail

getNewTicketId

java.lang.String getNewTicketId(java.lang.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-2010 Java Architectures Special Interest Group. All Rights Reserved.