| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.utils.SessionUtils
Code borrowed from AuthenticatorBase.java for generating a secure id's.
| Field Summary | |
| protected static org.apache.commons.logging.Log | logField log | 
| protected static java.util.Random | randomA random number generator to use when generating session identifiers. | 
| protected static java.lang.String | randomClassThe Java class name of the random number generator class to be used when generating session identifiers. | 
| protected static int | SESSION_ID_BYTESThe number of random bytes to include when generating a session identifier. | 
| 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 | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected static org.apache.commons.logging.Log log
protected static final int SESSION_ID_BYTES
protected static java.util.Random random
protected static java.lang.String randomClass
| Constructor Detail | 
public SessionUtils()
| Method Detail | 
public static java.lang.String generateSessionId()
public static java.lang.Long generateSession()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||