public class IdentityServer extends Object implements javax.servlet.http.HttpSessionListener
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityServer.STACK |
| Constructor and Description |
|---|
IdentityServer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveSessionCount()
Return the active session count
|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent sessionEvent) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent sessionEvent) |
void |
setStack(IdentityParticipantStack theStack)
Set a custom instance of the
IdentityParticipantStack |
IdentityParticipantStack |
stack()
Return a reference to the internal stack
|
public int getActiveSessionCount()
public IdentityParticipantStack stack()
public void setStack(IdentityParticipantStack theStack)
IdentityParticipantStacktheStack - public void sessionCreated(javax.servlet.http.HttpSessionEvent sessionEvent)
sessionCreated in interface javax.servlet.http.HttpSessionListenerHttpSessionListener.sessionCreated(HttpSessionEvent)public void sessionDestroyed(javax.servlet.http.HttpSessionEvent sessionEvent)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerHttpSessionListener.sessionDestroyed(HttpSessionEvent)Copyright © 2014 JBoss Inc.. All Rights Reserved.