Package | Description |
---|---|
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.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 . |
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 propogated to other web applications in the same
security domain.
|
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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.