org.codehaus.wadi.core.manager
Interface SessionIdFactory

All Known Implementing Classes:
TomcatSessionIdFactory

public interface SessionIdFactory

Abstract out the API for session id generation

Version:
$Revision: 2268 $
Author:
Jules Gosnell

Method Summary
 java.lang.String create()
           
 int getSessionIdLength()
           
 void setSessionIdLength(int l)
           
 

Method Detail

create

java.lang.String create()

getSessionIdLength

int getSessionIdLength()

setSessionIdLength

void setSessionIdLength(int l)


Copyright © 2008. All Rights Reserved.