|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mq.security.SessionIDGenerator
Generator of session id for ConnecttionToken. There should be nonguessabe and none repeting as long as the server is alive. This could by all mean be made much more secure!
Constructor Summary | |
SessionIDGenerator()
|
Method Summary | |
static void |
main(String[] args)
|
String |
nextSessionId()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SessionIDGenerator()
Method Detail |
public String nextSessionId() throws NoSuchAlgorithmException
NoSuchAlgorithmException
public static void main(String[] args) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |