| Package | Description |
|---|---|
| org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
| org.glassfish.web.ha.authenticator |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SingleSignOnEntry> |
SingleSignOn.cache
The cache of SingleSignOnEntry instances for authenticated Principals,
keyed by the cookie value that is used to select them.
|
| Modifier and Type | Method and Description |
|---|---|
protected SingleSignOnEntry |
SingleSignOn.lookup(String ssoId)
Look up and return the cached SingleSignOn entry associated with this
sso id value, if there is one; otherwise return
null. |
protected SingleSignOnEntry |
SingleSignOn.lookup(String ssoId,
long ssoVersion)
Look up and return the cached SingleSignOn entry associated with this
sso id value, if there is one; otherwise return
null. |
| Modifier and Type | Class and Description |
|---|---|
class |
HASingleSignOnEntry |
| Modifier and Type | Method and Description |
|---|---|
protected SingleSignOnEntry |
HASingleSignOn.lookup(String ssoId,
long ssoVersion) |
Copyright © 2017. All rights reserved.