net.customware.gwt.dispatch.client.secure
Interface SecureSessionAccessor

All Known Implementing Classes:
AppEngineSecureSessionAccessor, CookieSecureSessionAccessor

public interface SecureSessionAccessor

Provides access to the session ID.

Author:
David Peterson

Method Summary
 boolean clearSessionId()
          Clears the session id, effectively closing the current session.
 String getSessionId()
          Gets the current session ID.
 

Method Detail

getSessionId

String getSessionId()
Gets the current session ID.

Returns:
The ID.

clearSessionId

boolean clearSessionId()
Clears the session id, effectively closing the current session.

Returns:
true if successful.


Copyright © 2011 customware.net. All Rights Reserved.