Package | Description |
---|---|
org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
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 . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.