Uses of Interface
org.glassfish.web.valve.GlassFishValve
-
Packages that use GlassFishValve Package Description com.sun.enterprise.security.web com.sun.enterprise.web com.sun.web.security.realmadapter org.apache.catalina org.apache.catalina.authenticator This package containsAuthenticatorimplementations for the various supported authentication methods (BASIC, DIGEST, and FORM).org.apache.catalina.connector org.apache.catalina.core 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 org.glassfish.web.valve -
-
Uses of GlassFishValve in com.sun.enterprise.security.web
Classes in com.sun.enterprise.security.web that implement GlassFishValve 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 GlassFishValve in com.sun.enterprise.web
Classes in com.sun.enterprise.web that implement GlassFishValve Modifier and Type Class Description classAdHocContextValveImplementation of StandardContextValve which is added as the base valve to a web module's ad-hoc pipeline.classPEAccessLogValveImplementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.Methods in com.sun.enterprise.web with parameters of type GlassFishValve Modifier and Type Method Description voidWebModule. addAdHocValve(GlassFishValve valve)Adds the given valve to this web module's ad-hoc pipeline.voidVirtualServer. addValve(GlassFishValve valve)Adds the given valve to the currently active pipeline, keeping the pipeline that is not currently active in sync.voidWebModule. removeAdHocValve(GlassFishValve valve)Removes the given valve from this web module's ad-hoc pipeline.voidVirtualServer. removeValve(GlassFishValve valve)Removes the given valve from the currently active pipeline, keeping the valve that is not currently active in sync. -
Uses of GlassFishValve in com.sun.web.security.realmadapter
Classes in com.sun.web.security.realmadapter that implement GlassFishValve Modifier and Type Class Description classAuthenticatorProxy -
Uses of GlassFishValve in org.apache.catalina
Methods in org.apache.catalina that return GlassFishValve Modifier and Type Method Description GlassFishValvePipeline. getBasic()Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).GlassFishValve[]Pipeline. getValves()Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).Methods in org.apache.catalina with parameters of type GlassFishValve Modifier and Type Method Description voidPipeline. addValve(GlassFishValve valve)Add a new Valve to the end of the pipeline associated with this Container.voidPipeline. removeValve(GlassFishValve valve)Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.voidPipeline. setBasic(GlassFishValve valve)Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any). -
Uses of GlassFishValve in org.apache.catalina.authenticator
Classes in org.apache.catalina.authenticator that implement GlassFishValve 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 GlassFishValve in org.apache.catalina.connector
Fields in org.apache.catalina.connector declared as GlassFishValve Modifier and Type Field Description protected GlassFishValveRequest. hostValve -
Uses of GlassFishValve in org.apache.catalina.core
Fields in org.apache.catalina.core declared as GlassFishValve Modifier and Type Field Description protected GlassFishValveStandardPipeline. basicThe basic Valve (if any) associated with this Pipeline.protected GlassFishValve[]StandardPipeline. valvesThe set of Valves (not including the Basic one, if any) associated with this Pipeline.Methods in org.apache.catalina.core that return GlassFishValve Modifier and Type Method Description GlassFishValveContainerBase. getBasic()Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).GlassFishValveStandardPipeline. getBasic()Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).GlassFishValve[]ContainerBase. getValves()Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).GlassFishValve[]StandardPipeline. getValves()Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).Methods in org.apache.catalina.core with parameters of type GlassFishValve Modifier and Type Method Description voidContainerBase. addValve(GlassFishValve valve)Add a new Valve to the end of the pipeline associated with this Container.voidStandardHost. addValve(GlassFishValve valve)voidStandardPipeline. addValve(GlassFishValve valve)Add a new Valve to the end of the pipeline associated with this Container.voidStandardWrapper. addValve(GlassFishValve valve)voidContainerBase. removeValve(GlassFishValve valve)Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.voidStandardHost. removeValve(GlassFishValve valve)voidStandardPipeline. removeValve(GlassFishValve valve)Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.voidContainerBase. setBasic(GlassFishValve valve)Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).voidStandardPipeline. setBasic(GlassFishValve valve)Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any). -
Uses of GlassFishValve in org.apache.catalina.valves
Classes in org.apache.catalina.valves that implement GlassFishValve 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.classValveBaseConvenience base class for implementations of the Valve interface.classWebdavFixValveValve that attempts to force MS WebDAV clients connecting on port 80 to use a WebDAV client that actually works. -
Uses of GlassFishValve in org.glassfish.web.ha.authenticator
Classes in org.glassfish.web.ha.authenticator that implement GlassFishValve Modifier and Type Class Description classHASingleSignOn -
Uses of GlassFishValve in org.glassfish.web.ha.session.management
Classes in org.glassfish.web.ha.session.management that implement GlassFishValve Modifier and Type Class Description classHASessionStoreValve -
Uses of GlassFishValve in org.glassfish.web.valve
Classes in org.glassfish.web.valve that implement GlassFishValve Modifier and Type Class Description classGlassFishValveAdapterAdapter valve for wrapping a GlassFish-style valve that was compiled against the "old" org.apache.catalina.Valve interface from GlassFish releases prior to V3 (which has been renamed to org.glassfish.web.valve.GlassFishValve in GlassFish V3).Constructors in org.glassfish.web.valve with parameters of type GlassFishValve Constructor Description TomcatValveAdapter(GlassFishValve gfValve)Constructor.
-