public abstract class ServiceDeploymentContributorBase extends DeploymentContributorBase implements ServiceDeploymentContributor
| Constructor and Description |
|---|
ServiceDeploymentContributorBase() |
findServletclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontributeService, getName, getRolepublic Version getVersion()
ServiceDeploymentContributorgetVersion in interface ServiceDeploymentContributorpublic void initializeContribution(DeploymentContext context)
initializeContribution in interface ServiceDeploymentContributorpublic void finalizeContribution(DeploymentContext context)
finalizeContribution in interface ServiceDeploymentContributorprotected boolean topologyContainsProviderType(DeploymentContext context, String role)
protected Provider getProviderByRole(DeploymentContext context, String role)
protected void addWebAppSecFilters(DeploymentContext context, Service service, ResourceDescriptor resource)
protected void addAuthenticationFilter(DeploymentContext context, Service service, ResourceDescriptor resource)
protected void addIdentityAssertionFilter(DeploymentContext context, Service service, ResourceDescriptor resource)
protected void addAuthorizationFilter(DeploymentContext context, Service service, ResourceDescriptor resource)
protected void addXForwardedFilter(DeploymentContext context, Service service, ResourceDescriptor resource)
protected void addRewriteFilter(DeploymentContext context, Service service, ResourceDescriptor resource, List<FilterParamDescriptor> params) throws URISyntaxException
URISyntaxExceptionprotected void addDispatchFilter(DeploymentContext context, Service service, ResourceDescriptor resource, String role, String name)
protected void addDispatchFilter(DeploymentContext context, Service service, ResourceDescriptor resource, String role, String name, Map<String,String> dispatchParams)
Copyright © 2022 The Apache Software Foundation. All rights reserved.