Uses of Class
com.sun.enterprise.deployment.WebBundleDescriptor
-
-
Uses of WebBundleDescriptor in com.sun.enterprise.deployment
Fields in com.sun.enterprise.deployment with type parameters of type WebBundleDescriptor Modifier and Type Field Description static EventTypes<WebBundleDescriptor>WebBundleDescriptor. AFTER_SERVLET_CONTEXT_INITIALIZED_EVENTMethods in com.sun.enterprise.deployment that return WebBundleDescriptor Modifier and Type Method Description abstract WebBundleDescriptorWebComponentDescriptor. getWebBundleDescriptor()Methods in com.sun.enterprise.deployment with parameters of type WebBundleDescriptor Modifier and Type Method Description abstract voidWebBundleDescriptor. addDefaultWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor)abstract voidWebBundleDescriptor. addWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor)protected abstract voidWebBundleDescriptor. combineLoginConfiguration(WebBundleDescriptor webBundleDescriptor)protected abstract voidWebBundleDescriptor. combinePostConstructDescriptors(WebBundleDescriptor webBundleDescriptor)protected abstract voidWebBundleDescriptor. combinePreDestroyDescriptors(WebBundleDescriptor webBundleDescriptor)protected abstract voidWebBundleDescriptor. combineServletFilterMappings(WebBundleDescriptor webBundleDescriptor)protected abstract voidWebBundleDescriptor. combineServletFilters(WebBundleDescriptor webBundleDescriptor)voidEjbDescriptor. notifyNewModule(WebBundleDescriptor wbd)abstract voidWebComponentDescriptor. setWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor) -
Uses of WebBundleDescriptor in com.sun.enterprise.deployment.annotation.context
Methods in com.sun.enterprise.deployment.annotation.context that return WebBundleDescriptor Modifier and Type Method Description WebBundleDescriptorWebBundleContext. getDescriptor()Constructors in com.sun.enterprise.deployment.annotation.context with parameters of type WebBundleDescriptor Constructor Description WebBundleContext(WebBundleDescriptor webBundleDescriptor) -
Uses of WebBundleDescriptor in com.sun.enterprise.security.auth.digest.impl
Constructors in com.sun.enterprise.security.auth.digest.impl with parameters of type WebBundleDescriptor Constructor Description CNonceValidator(WebBundleDescriptor webDescriptor, jakarta.inject.Provider<AppCNonceCacheMap> appCNonceCacheMapProvider, jakarta.inject.Provider<CNonceCacheFactory> cNonceCacheFactoryProvider) -
Uses of WebBundleDescriptor in com.sun.enterprise.security.ee
Methods in com.sun.enterprise.security.ee with parameters of type WebBundleDescriptor Modifier and Type Method Description static StringSecurityUtil. getContextID(WebBundleDescriptor webBundleDescriptor)voidSecurityDeployer. loadPolicy(WebBundleDescriptor webDescriptor, boolean remove)Translate Web Bundle Policy -
Uses of WebBundleDescriptor in com.sun.enterprise.security.jacc
Methods in com.sun.enterprise.security.jacc with parameters of type WebBundleDescriptor Modifier and Type Method Description static StringJaccWebAuthorizationManager. getContextID(WebBundleDescriptor webBundleDescriptor)static voidJaccWebConstraintsTranslator. translateConstraintsToPermissions(WebBundleDescriptor webBundleDescriptor, jakarta.security.jacc.PolicyConfiguration policyConfiguration)Translate the security constraints presents in the givenWebBundleDescriptorto JACC permissions and store those in the givenPolicyConfiguration.Constructors in com.sun.enterprise.security.jacc with parameters of type WebBundleDescriptor Constructor Description JaccWebAuthorizationManager(WebBundleDescriptor webBundleDescriptor, ServerContext serverContext, WebSecurityManagerFactory webSecurityManagerFactory, boolean register) -
Uses of WebBundleDescriptor in com.sun.enterprise.security.web.integration
Methods in com.sun.enterprise.security.web.integration with parameters of type WebBundleDescriptor Modifier and Type Method Description JaccWebAuthorizationManagerWebSecurityManagerFactory. createManager(WebBundleDescriptor webBundleDescriptor, boolean register, ServerContext context) -
Uses of WebBundleDescriptor in com.sun.enterprise.web
Fields in com.sun.enterprise.web declared as WebBundleDescriptor Modifier and Type Field Description protected WebBundleDescriptorSessionManagerConfigurationHelper. _wbdMethods in com.sun.enterprise.web that return WebBundleDescriptor Modifier and Type Method Description WebBundleDescriptorWebModule. getWebBundleDescriptor()Gets the WebBundleDesciptor (web.xml) for this WebModule.Methods in com.sun.enterprise.web with parameters of type WebBundleDescriptor Modifier and Type Method Description protected static voidTomcatDeploymentConfig. configureSecurityConstraint(WebModule webModule, WebBundleDescriptor wmd)Configure security constraint element for a web application, as represented by a<security-constraint>element in the deployment descriptor.protected voidWebModule. configureSessionSettings(WebBundleDescriptor wbd, WebModuleConfig wmInfo)Create and configure the session manager for this web application according to the persistence type specified.Constructors in com.sun.enterprise.web with parameters of type WebBundleDescriptor Constructor Description SessionManagerConfigurationHelper(WebModule ctx, SessionManager smBean, WebBundleDescriptor wbd, WebModuleConfig wmInfo, ServerConfigLookup serverConfigLookup)Creates a new instance of SessionManagerConfigurationHelper -
Uses of WebBundleDescriptor in com.sun.web.security.realmadapter
Constructors in com.sun.web.security.realmadapter with parameters of type WebBundleDescriptor Constructor Description JaspicRealm(String realmName, boolean isSystemApp, WebBundleDescriptor webDescriptor, RequestTracingService requestTracing) -
Uses of WebBundleDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor with parameters of type WebBundleDescriptor Modifier and Type Method Description voidEjbDescriptor. notifyNewModule(WebBundleDescriptor wbd)Called by WebArchivist to notify this EjbDescriptor that it has been associated with a web bundle. -
Uses of WebBundleDescriptor in org.glassfish.loadbalancer.admin.cli.reader.impl
Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type WebBundleDescriptor Constructor Description WebModuleReaderImpl(String name, ApplicationRef ref, Application application, WebBundleDescriptor webBundleDescriptor) -
Uses of WebBundleDescriptor in org.glassfish.web.deployment.annotation.handlers
Methods in org.glassfish.web.deployment.annotation.handlers with parameters of type WebBundleDescriptor Modifier and Type Method Description static SecurityConstraintServletSecurityHandler. createSecurityConstraint(WebBundleDescriptor webBundleDesc, Set<String> urlPatterns, String[] rolesAllowed, jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic emptyRoleSemantic, jakarta.servlet.annotation.ServletSecurity.TransportGuarantee transportGuarantee, String httpMethod) -
Uses of WebBundleDescriptor in org.glassfish.web.deployment.annotation.impl
Methods in org.glassfish.web.deployment.annotation.impl with parameters of type WebBundleDescriptor Modifier and Type Method Description voidWarScanner. process(File archiveFile, WebBundleDescriptor webBundleDesc, ClassLoader classLoader)voidWarScanner. process(ReadableArchive readableArchive, WebBundleDescriptor webBundleDesc, ClassLoader classLoader, org.glassfish.hk2.classmodel.reflect.Parser parser)This scanner will scan the archiveFile for annotation processing. -
Uses of WebBundleDescriptor in org.glassfish.web.deployment.descriptor
Subclasses of WebBundleDescriptor in org.glassfish.web.deployment.descriptor Modifier and Type Class Description classWebBundleDescriptorImplThe concrete implementation of abstract super class com.sun.enterprise.deployment.WebBundleDescriptor.classWebFragmentDescriptorI am an object that represents all the deployment information about a web fragment.Methods in org.glassfish.web.deployment.descriptor that return WebBundleDescriptor Modifier and Type Method Description WebBundleDescriptorWebBundleDescriptorImpl. createWebBundleDescriptor()WebBundleDescriptorWebComponentDescriptorImpl. getWebBundleDescriptor()Methods in org.glassfish.web.deployment.descriptor with parameters of type WebBundleDescriptor Modifier and Type Method Description voidWebBundleDescriptorImpl. addDefaultWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor)voidWebBundleDescriptorImpl. addWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor)This method will merge the contents of webComponents.protected voidWebBundleDescriptorImpl. combineLoginConfiguration(WebBundleDescriptor webBundleDescriptor)protected voidWebFragmentDescriptor. combineLoginConfiguration(WebBundleDescriptor webBundleDescriptor)protected voidWebBundleDescriptorImpl. combinePostConstructDescriptors(WebBundleDescriptor webBundleDescriptor)protected voidWebFragmentDescriptor. combinePostConstructDescriptors(WebBundleDescriptor webBundleDescriptor)protected voidWebBundleDescriptorImpl. combinePreDestroyDescriptors(WebBundleDescriptor webBundleDescriptor)protected voidWebFragmentDescriptor. combinePreDestroyDescriptors(WebBundleDescriptor webBundleDescriptor)protected voidWebBundleDescriptorImpl. combineServletFilterMappings(WebBundleDescriptor webBundleDescriptor)protected voidWebFragmentDescriptor. combineServletFilterMappings(WebBundleDescriptor webBundleDescriptor)protected voidWebBundleDescriptorImpl. combineServletFilters(WebBundleDescriptor webBundleDescriptor)protected voidWebFragmentDescriptor. combineServletFilters(WebBundleDescriptor webBundleDescriptor)voidWebComponentDescriptorImpl. setWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor) -
Uses of WebBundleDescriptor in org.glassfish.web.deployment.util
Methods in org.glassfish.web.deployment.util with parameters of type WebBundleDescriptor Modifier and Type Method Description voidWebBundleTracerVisitor. accept(WebBundleDescriptor descriptor)visit a web bundle descriptorvoidWebBundleValidator. accept(WebBundleDescriptor descriptor)visit a web bundle descriptorvoidWebBundleVisitor. accept(WebBundleDescriptor descriptor)visit a web bundle descriptor -
Uses of WebBundleDescriptor in org.glassfish.web.jsp
Methods in org.glassfish.web.jsp with parameters of type WebBundleDescriptor Modifier and Type Method Description static voidJSPCompiler. compile(File inWebDir, File outWebDir, WebBundleDescriptor wbd, String classpath, ServerContext serverContext)static voidJSPCompiler. compile(File inWebDir, File outWebDir, WebBundleDescriptor wbd, List<String> classpathList, ServerContext serverContext)static voidJSPCompiler. compile(File inWebDir, File outWebDir, WebBundleDescriptor wbd, ServerContext serverContext)
-