| Package | Description |
|---|---|
| com.sun.enterprise.security.web | |
| org.apache.catalina | |
| org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
| org.apache.catalina.connector |
| Modifier and Type | Method and Description |
|---|---|
void |
GlassFishSingleSignOn.sessionEvent(SessionEvent event)
Acknowledge the occurrence of the specified event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionListener.sessionEvent(SessionEvent event)
Acknowledge the occurrence of the specified event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleSignOn.sessionEvent(SessionEvent event)
Acknowledge the occurrence of the specified event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionTracker.sessionEvent(SessionEvent event)
Processes the given session event, by unregistering this SessionTracker
as a session listener from the session that is the source of the event,
and by decrementing the counter of currently tracked sessions.
|
Copyright © 2019. All rights reserved.