Uses of Interface
org.apache.catalina.Context
-
Packages that use Context Package Description com.sun.enterprise.web com.sun.enterprise.web.connector.coyote com.sun.enterprise.web.pwc com.sun.enterprise.web.pwc.connector.coyote com.sun.web.security 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.realm This package containsRealmimplementations for the various supported realm technologies for authenticating users and identifying their associated roles.org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext.org.apache.catalina.startup org.glassfish.web.ha.strategy.builder -
-
Uses of Context in com.sun.enterprise.web
Classes in com.sun.enterprise.web that implement Context Modifier and Type Class Description classAdHocWebModuleclassContextFacadeFacade object which masks the internalContextobject from the web application.classWebModuleClass representing a web module for use by the Application Server.Methods in com.sun.enterprise.web that return Context Modifier and Type Method Description ContextEmbeddedWebContainer. createContext(String id, String ctxPath, File location, String defaultContextXmlLocation, String defaultWebXmlLocation, boolean useDOLforDeployment, WebModuleConfig wmInfo)Create a web module/application.Methods in com.sun.enterprise.web with parameters of type Context Modifier and Type Method Description PersistenceStrategyBuilderPersistenceStrategyBuilderFactory. createPersistenceStrategyBuilder(String persistenceType, String frequency, String scope, Context ctx)creates the correct implementation of PersistenceStrategyBuilder if an invalid combination is input; an error is logged and MemoryStrategyBuilder is returnedStringPersistenceStrategyBuilderFactory. getApplicationId(Context ctx)returns the application id for the modulevoidBasePersistenceStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)voidCookieStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)voidFileStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)voidMemoryStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)voidPersistenceStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)protected StringBasePersistenceStrategyBuilder. prependContextPathTo(String str, Context ctx)voidBasePersistenceStrategyBuilder. readWebAppParams(Context ctx, SessionManager smBean)voidBasePersistenceStrategyBuilder. setDefaultParams(Context ctx, SessionManager smBean)Constructors in com.sun.enterprise.web with parameters of type Context Constructor Description PESessionLocker(Context ctx)Creates a new instance of PESessionLocker -
Uses of Context in com.sun.enterprise.web.connector.coyote
Methods in com.sun.enterprise.web.connector.coyote with parameters of type Context Modifier and Type Method Description voidPECoyoteConnector. requestEndEvent(jakarta.servlet.http.HttpServletRequest request, Host host, Context context, int statusCode)Fires probe event related to the fact that the given request is about to exit from the web container.voidPECoyoteConnector. requestStartEvent(jakarta.servlet.http.HttpServletRequest request, Host host, Context context)Fires probe event related to the fact that the given request has been entered the web container. -
Uses of Context in com.sun.enterprise.web.pwc
Classes in com.sun.enterprise.web.pwc that implement Context Modifier and Type Class Description classPwcWebModuleClass representing a web module (servlet context). -
Uses of Context in com.sun.enterprise.web.pwc.connector.coyote
Methods in com.sun.enterprise.web.pwc.connector.coyote with parameters of type Context Modifier and Type Method Description voidPwcCoyoteRequest. setContext(Context ctx) -
Uses of Context in com.sun.web.security
Methods in com.sun.web.security that return Context Modifier and Type Method Description ContextHttpRequestWrapper. getContext()ContextHttpResponseWrapper. getContext()Methods in com.sun.web.security with parameters of type Context Modifier and Type Method Description SecurityConstraint[]RealmAdapter. findSecurityConstraints(String requestPathMB, String httpMethod, Context context)Returns null if there are no security constraints defined on any of the web resources within the contextSecurityConstraint[]RealmAdapter. findSecurityConstraints(HttpRequest request, Context context)One of the initial operations being done to apply security to a request, is to find out if there are security constraints for a request.booleanRealmAdapter. hasResourcePermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, Context context)Perform access control based on the specified authorization constraint.booleanRealmAdapter. invokeAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context, Authenticator authenticator, boolean calledFromAuthenticate)Authenticates the user making this request, based on the specified authentication mechanism.booleanRealmAdapter. invokePostAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context)Post authentication for given request and response.voidHttpRequestWrapper. setContext(Context context)voidHttpResponseWrapper. setContext(Context context) -
Uses of Context in com.sun.web.security.realmadapter
Methods in com.sun.web.security.realmadapter with parameters of type Context Modifier and Type Method Description booleanJaspicRealm. secureResponse(HttpRequest request, HttpResponse response, Context context)booleanJaspicRealm. validateRequest(HttpRequest request, HttpResponse response, Context context, Authenticator authenticator, boolean calledFromAuthenticate, Function<jakarta.servlet.http.HttpServletRequest,Boolean> isMandatoryFn) -
Uses of Context in org.apache.catalina
Methods in org.apache.catalina that return Context Modifier and Type Method Description ContextDeployer. findDeployedApp(String contextPath)Return the Context for the deployed application that is associated with the specified context path (if any); otherwise returnnull.ContextRequest. getContext()Return the Context within which this Request is being processed.ContextResponse. getContext()Return the Context with which this Response is associated.ContextHost. map(String uri)Return the Context that would be used to process the specified host-relative request URI, if any; otherwise returnnull.Methods in org.apache.catalina with parameters of type Context Modifier and Type Method Description SecurityConstraint[]Realm. findSecurityConstraints(String uri, String method, Context context)Gets the security constraints configured by the given context for the given request URI and method.SecurityConstraint[]Realm. findSecurityConstraints(HttpRequest request, Context context)Return the SecurityConstraints configured to guard the request URI for this request, ornullif there is no such constraint.booleanRealm. hasResourcePermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraint, Context context)Perform access control based on the specified authorization constraint.voidSessionLocker. init(Context context)booleanRealm. invokeAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context, Authenticator authenticator, boolean calledFromAuthenticate)Authenticates the user making this request, based on the specified login configuration.booleanRealm. invokePostAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context)Post authentication for given request and response.voidRequest. setContext(Context context)Set the Context within which this Request is being processed.voidResponse. setContext(Context context)Set the Context with which this Response is associated. -
Uses of Context in org.apache.catalina.authenticator
Fields in org.apache.catalina.authenticator declared as Context Modifier and Type Field Description protected ContextAuthenticatorBase. contextThe Context to which this Valve is attached. -
Uses of Context in org.apache.catalina.connector
Fields in org.apache.catalina.connector declared as Context Modifier and Type Field Description protected ContextRequest. contextAssociated context.protected ContextResponse. contextAssociated context.Methods in org.apache.catalina.connector that return Context Modifier and Type Method Description ContextRequest. getContext()Return the Context within which this Request is being processed.ContextResponse. getContext()Return the Context within which this Request is being processed.Methods in org.apache.catalina.connector with parameters of type Context Modifier and Type Method Description voidConnector. requestEndEvent(jakarta.servlet.http.HttpServletRequest request, Host host, Context context, int statusCode)Fires probe event related to the fact that the given request is about to exit from the web container.voidConnector. requestStartEvent(jakarta.servlet.http.HttpServletRequest request, Host host, Context context)Fires probe event related to the fact that the given request has been entered the web container.voidRequest. setContext(Context context)Set the Context within which this Request is being processed.voidResponse. setContext(Context context)Set the Context within which this Request is being processed. -
Uses of Context in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Context Modifier and Type Class Description classStandardContextStandard implementation of the Context interface.Fields in org.apache.catalina.core declared as Context Modifier and Type Field Description protected ContextApplicationHttpRequest. contextThe context for this request.Methods in org.apache.catalina.core that return Context Modifier and Type Method Description ContextStandardHost. findDeployedApp(String contextPath)Return the Context for the deployed application that is associated with the specified context path (if any); otherwise returnnull.ContextStandardHostDeployer. findDeployedApp(String contextPath)Return the Context for the deployed application that is associated with the specified context path (if any); otherwise returnnull.ContextStandardContext. findMappingObject()FIXME: Fooling introspection ...ContextDummyRequest. getContext()ContextDummyResponse. getContext()ContextStandardHost. map(String uri)Return the Context that would be used to process the specified host-relative request URI, if any; otherwise returnnull.Methods in org.apache.catalina.core with parameters of type Context Modifier and Type Method Description voidDummyRequest. setContext(Context context)voidDummyResponse. setContext(Context context)Constructors in org.apache.catalina.core with parameters of type Context Constructor Description ApplicationHttpRequest(jakarta.servlet.http.HttpServletRequest request, Context context, boolean crossContext, jakarta.servlet.http.HttpServletMapping mappingForDispatch, jakarta.servlet.DispatcherType dispatcherType)Construct a new wrapped request around the specified servlet request. -
Uses of Context in org.apache.catalina.realm
Methods in org.apache.catalina.realm with parameters of type Context Modifier and Type Method Description SecurityConstraint[]RealmBase. findSecurityConstraints(String uri, String method, Context context)Gets the security constraints configured by the given context for the given request URI and method.SecurityConstraint[]RealmBase. findSecurityConstraints(HttpRequest request, Context context)Return the SecurityConstraints configured to guard the request URI for this request, ornullif there is no such constraint.booleanRealmBase. hasResourcePermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, Context context)Perform access control based on the specified authorization constraint.booleanRealmBase. invokeAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context, Authenticator authenticator, boolean calledFromAuthenticate)Authenticates the user making this request, based on the specified login configuration.booleanRealmBase. invokePostAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context)Post authentication for given request and response. -
Uses of Context in org.apache.catalina.session
Fields in org.apache.catalina.session declared as Context Modifier and Type Field Description protected ContextBaseSessionLocker. _contextMethods in org.apache.catalina.session with parameters of type Context Modifier and Type Method Description protected voidStandardSession. fireContainerEvent(Context context, String type, Object data)Fire container events if the Context implementation is theorg.apache.catalina.core.StandardContext.voidBaseSessionLocker. init(Context context) -
Uses of Context in org.apache.catalina.startup
Fields in org.apache.catalina.startup declared as Context Modifier and Type Field Description protected ContextContextConfig. contextThe Context we are associated with.Methods in org.apache.catalina.startup that return Context Modifier and Type Method Description ContextEmbedded. createContext(String path, String docBase)Create, configure, and return a Context that will process all HTTP requests received from one of the associated Connectors, and directed to the specified context path on the virtual host to which this Context is connected.Methods in org.apache.catalina.startup with parameters of type Context Modifier and Type Method Description voidEmbedded. removeContext(Context context)Remove the specified Context from the set of defined Contexts for its associated Host.protected booleanHostConfig. restartContext(Context context) -
Uses of Context in org.glassfish.web.ha.strategy.builder
Methods in org.glassfish.web.ha.strategy.builder with parameters of type Context Modifier and Type Method Description voidReplicatedWebMethodSessionStrategyBuilder. initializePersistenceStrategy(Context ctx, SessionManager smBean, ServerConfigLookup serverConfigLookup)
-