Uses of Class
org.apache.catalina.valves.ValveBase
-
Packages that use ValveBase Package Description com.sun.enterprise.security.web com.sun.enterprise.web com.sun.web.security.realmadapter org.apache.catalina.authenticator This package containsAuthenticatorimplementations for the various supported authentication methods (BASIC, DIGEST, and FORM).org.apache.catalina.valves This package contains a variety of small Valve implementations that do not warrant being packaged separately.org.glassfish.web.ha.authenticator org.glassfish.web.ha.session.management -
-
Uses of ValveBase in com.sun.enterprise.security.web
Subclasses of ValveBase in com.sun.enterprise.security.web Modifier and Type Class Description classGlassFishSingleSignOnA 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. -
Uses of ValveBase in com.sun.enterprise.web
Subclasses of ValveBase in com.sun.enterprise.web Modifier and Type Class Description classPEAccessLogValveImplementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern. -
Uses of ValveBase in com.sun.web.security.realmadapter
Subclasses of ValveBase in com.sun.web.security.realmadapter Modifier and Type Class Description classAuthenticatorProxy -
Uses of ValveBase in org.apache.catalina.authenticator
Subclasses of ValveBase in org.apache.catalina.authenticator Modifier and Type Class Description classAuthenticatorBaseBasic implementation of the Valve interface that enforces the<security-constraint>elements in the web application deployment descriptor.classBasicAuthenticatorAn Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."classDigestAuthenticatorAn Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).classFormAuthenticatorAn Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.classNonLoginAuthenticatorAn Authenticator and Valve implementation that checks only security constraints not involving user authentication.classSingleSignOnA Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propagated to other web applications in the same security domain.classSSLAuthenticatorAn Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users. -
Uses of ValveBase in org.apache.catalina.valves
Subclasses of ValveBase in org.apache.catalina.valves Modifier and Type Class Description classAccessLogValveImplementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.classErrorReportValveImplementation of a Valve that outputs HTML error pages.classExtendedAccessLogValveAn implementation of the W3c Extended Log File Format.classJDBCAccessLogValveThis Tomcat extension logs server access directly to a database, and can be used instead of the regular file-based access log implemented in AccessLogValve.classPersistentValveValve that implements the default basic behavior for theStandardHostcontainer implementation.classRemoteAddrValveConcrete implementation ofRequestFilterValvethat filters based on the string representation of the remote client's IP address.classRemoteHostValveConcrete implementation ofRequestFilterValvethat filters based on the remote client's host name.classRequestDumperValveImplementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).classRequestFilterValveImplementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Valve.classWebdavFixValveValve that attempts to force MS WebDAV clients connecting on port 80 to use a WebDAV client that actually works. -
Uses of ValveBase in org.glassfish.web.ha.authenticator
Subclasses of ValveBase in org.glassfish.web.ha.authenticator Modifier and Type Class Description classHASingleSignOn -
Uses of ValveBase in org.glassfish.web.ha.session.management
Subclasses of ValveBase in org.glassfish.web.ha.session.management Modifier and Type Class Description classHASessionStoreValve
-