public class ServletSsoSessionProvider extends Object implements SsoSessionProvider, javax.servlet.http.HttpSessionListener
| Constructor and Description |
|---|
ServletSsoSessionProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUserSessionVariableName() |
Object |
getUserTag(String firstComp) |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent hse) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent hse) |
void |
setUserSessionVariableName(String userSessionVariableName) |
public Object getUserTag(String firstComp)
getUserTag in interface SsoSessionProviderpublic void sessionCreated(javax.servlet.http.HttpSessionEvent hse)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent hse)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerpublic String getUserSessionVariableName()
public void setUserSessionVariableName(String userSessionVariableName)
Copyright © 2022 McEvoy Software Ltd. All rights reserved.