public class IdentityServer extends Object implements HttpSessionListener
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityServer.STACK |
| Constructor and Description |
|---|
IdentityServer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveSessionCount()
Return the active session count
|
void |
sessionCreated(HttpSessionEvent sessionEvent)
Receives notification that a session has been created.
|
void |
sessionDestroyed(HttpSessionEvent sessionEvent)
Receives notification that a session is about to be invalidated.
|
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(HttpSessionEvent sessionEvent)
HttpSessionListenersessionCreated in interface HttpSessionListenersessionEvent - the HttpSessionEvent containing the sessionHttpSessionListener.sessionCreated(HttpSessionEvent)public void sessionDestroyed(HttpSessionEvent sessionEvent)
HttpSessionListenersessionDestroyed in interface HttpSessionListenersessionEvent - the HttpSessionEvent containing the sessionHttpSessionListener.sessionDestroyed(HttpSessionEvent)Copyright © 2012 JBoss by Red Hat. All Rights Reserved.