org.apache.axis.utils
Class SessionUtils

java.lang.Object
  extended byorg.apache.axis.utils.SessionUtils

public class SessionUtils
extends java.lang.Object

Code borrowed from AuthenticatorBase.java for generating a secure id's.


Constructor Summary
SessionUtils()
           
 
Method Summary
static java.lang.Long generateSession()
          Generate and return a new session identifier.
static java.lang.String generateSessionId()
          Generate and return a new session identifier.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionUtils

public SessionUtils()
Method Detail

generateSessionId

public static java.lang.String generateSessionId()
Generate and return a new session identifier.

Returns:
a new session id

generateSession

public static java.lang.Long generateSession()
Generate and return a new session identifier.

Returns:
a new session.


Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.