org.codehaus.wadi
Interface SessionIdFactory

All Known Implementing Classes:
FixedWidthSessionIdFactory, TomcatSessionIdFactory

public interface SessionIdFactory

Abstract out the API for session id generation

Version:
$Revision: 1139 $
Author:
Jules Gosnell

Method Summary
 String create()
           
 int getSessionIdLength()
           
 void setSessionIdLength(int l)
           
 

Method Detail

create

public String create()

getSessionIdLength

public int getSessionIdLength()

setSessionIdLength

public void setSessionIdLength(int l)


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.