Package | Description |
---|---|
org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
Class and Description |
---|
AuthenticatorBase
Basic implementation of the Valve interface that enforces the
<security-constraint> elements in the web application
deployment descriptor. |
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.
|
SingleSignOnEntry
A class that represents entries in the cache of authenticated users.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.