uCosminexus Application Server, Security Management Guide
class WebLogoutCallback implements javax.security.auth.callback.Callback
{
private HttpSession session = null;
private String userID = null;
public WebLogoutCallback();
public void setSession(HttpSession session);
public String getSession();
public void setUserID(String userID);
public String getUserID();
}| Constructor/method name | Functionality |
|---|---|
| WebLogoutCallback constructor | Creates an instance of the WebLogoutCallback class. |
| getSession method | Obtains a reference to the HttpSession object. The reference is specified by the setSession method. |
| getUserID method | Obtains the user ID specified by the setUserID method. |
| setSession method | Holds a reference to the HttpSession object. The reference is specified by the parameter. |
| setUserID method | Holds the user ID specified by the parameter. |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd