com.atlassian.bamboo.security
Class LogoutSupport

java.lang.Object
  extended by com.atlassian.bamboo.security.LogoutSupport

public class LogoutSupport
extends java.lang.Object

This class logs out the currently loggin in user.


Constructor Summary
LogoutSupport()
           
 
Method Summary
static void logout(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutSupport

public LogoutSupport()
Method Detail

logout

public static void logout(javax.servlet.http.HttpServletRequest httpServletRequest,
                          javax.servlet.http.HttpServletResponse httpServletResponse)
                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.