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)
IdentityParticipantStack
theStack
- public void sessionCreated(javax.servlet.http.HttpSessionEvent sessionEvent)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
HttpSessionListener.sessionCreated(HttpSessionEvent)
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent sessionEvent)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
HttpSessionListener.sessionDestroyed(HttpSessionEvent)
Copyright © 2017 JBoss Inc.. All rights reserved.