| Package | Description |
|---|---|
| com.sun.enterprise.security.web | |
| org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
| org.apache.catalina.core | |
| 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 | Field and Description |
|---|---|
protected SingleSignOn |
AuthenticatorBase.sso
The SingleSignOn implementation in our request processing chain, if there is one.
|
| Modifier and Type | Method and Description |
|---|---|
SingleSignOn |
AuthenticatorBase.getSingleSignOn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SingleSignOnEntry.addSession(SingleSignOn sso,
Session session)
Adds the given session to this SingleSignOnEntry if it does not already exist.
|
void |
AuthenticatorBase.setSingleSignOn(SingleSignOn sso) |
| Modifier and Type | Method and Description |
|---|---|
SingleSignOn |
StandardHost.getSingleSignOn() |
| Modifier and Type | Class and Description |
|---|---|
class |
HASingleSignOn |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HASingleSignOnEntry.addSession(SingleSignOn sso,
Session session) |
Copyright © 2019. All rights reserved.