| 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 | |
| org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context. |
| org.glassfish.web.ha.authenticator |
| Modifier and Type | Class and Description |
|---|---|
class |
GlassFishSingleSignOn
A Valve that supports a "single sign on" user experience,
where the security identity of a user who successfully authenticates to one
web application is propogated to other web applications in the same
security domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.addSessionListener(SessionListener listener)
Add a session event listener to this component.
|
void |
Session.removeSessionListener(SessionListener listener)
Remove a session event listener from this component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleSignOn
A Valve that supports a "single sign on" user experience,
where the security identity of a user who successfully authenticates to one
web application is propagated to other web applications in the same
security domain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionTracker
Class responsible for keeping track of the total number of active sessions
associated with an HTTP request.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<SessionListener> |
StandardSession.listeners
The session event listeners for this Session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardSession.addSessionListener(SessionListener listener)
Add a session event listener to this component.
|
void |
StandardSession.removeSessionListener(SessionListener listener)
Remove a session event listener from this component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HASingleSignOn |
Copyright © 2017. All rights reserved.