| Modifier and Type | Field and Description |
|---|---|
static EventTypes<WebBundleDescriptor> |
WebBundleDescriptor.AFTER_SERVLET_CONTEXT_INITIALIZED_EVENT |
| Modifier and Type | Method and Description |
|---|---|
abstract WebBundleDescriptor |
WebComponentDescriptor.getWebBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.addDefaultWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor) |
abstract void |
WebBundleDescriptor.addWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor) |
protected abstract void |
WebBundleDescriptor.combineLoginConfiguration(WebBundleDescriptor webBundleDescriptor) |
protected abstract void |
WebBundleDescriptor.combinePostConstructDescriptors(WebBundleDescriptor webBundleDescriptor) |
protected abstract void |
WebBundleDescriptor.combinePreDestroyDescriptors(WebBundleDescriptor webBundleDescriptor) |
protected abstract void |
WebBundleDescriptor.combineServletFilterMappings(WebBundleDescriptor webBundleDescriptor) |
protected abstract void |
WebBundleDescriptor.combineServletFilters(WebBundleDescriptor webBundleDescriptor) |
void |
EjbDescriptor.notifyNewModule(WebBundleDescriptor wbd) |
abstract void |
WebComponentDescriptor.setWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
WebBundleDescriptor |
WebBundleContext.getDescriptor() |
| Constructor and Description |
|---|
WebBundleContext(WebBundleDescriptor webBundleDescriptor) |
| Constructor and Description |
|---|
CNonceValidator(WebBundleDescriptor webDescriptor,
javax.inject.Provider<AppCNonceCacheMap> appCNonceCacheMapProvider,
javax.inject.Provider<CNonceCacheFactory> cNonceCacheFactoryProvider) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SecurityUtil.getContextID(WebBundleDescriptor webBundleDescriptor) |
void |
SecurityDeployer.loadPolicy(WebBundleDescriptor webDescriptor,
boolean remove)
Translate Web Bundle Policy
|
| Modifier and Type | Method and Description |
|---|---|
static String |
JaccWebAuthorizationManager.getContextID(WebBundleDescriptor webBundleDescriptor) |
static void |
JaccWebConstraintsTranslator.translateConstraintsToPermissions(WebBundleDescriptor webBundleDescriptor,
javax.security.jacc.PolicyConfiguration policyConfiguration)
Translate the security constraints presents in the given
WebBundleDescriptor to JACC permissions
and store those in the given PolicyConfiguration. |
| Constructor and Description |
|---|
JaccWebAuthorizationManager(WebBundleDescriptor webBundleDescriptor,
ServerContext serverContext,
WebSecurityManagerFactory webSecurityManagerFactory,
boolean register) |
| Modifier and Type | Method and Description |
|---|---|
JaccWebAuthorizationManager |
WebSecurityManagerFactory.createManager(WebBundleDescriptor webBundleDescriptor,
boolean register,
ServerContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected WebBundleDescriptor |
SessionManagerConfigurationHelper._wbd |
| Modifier and Type | Method and Description |
|---|---|
WebBundleDescriptor |
WebModule.getWebBundleDescriptor()
Gets the WebBundleDesciptor (web.xml) for this WebModule.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
TomcatDeploymentConfig.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 void |
WebModule.configureSessionSettings(WebBundleDescriptor wbd,
WebModuleConfig wmInfo)
Create and configure the session manager for this web application
according to the persistence type specified.
|
| Constructor and Description |
|---|
SessionManagerConfigurationHelper(WebModule ctx,
SessionManager smBean,
WebBundleDescriptor wbd,
WebModuleConfig wmInfo,
ServerConfigLookup serverConfigLookup)
Creates a new instance of SessionManagerConfigurationHelper
|
| Constructor and Description |
|---|
JaspicRealm(String realmName,
boolean isSystemApp,
WebBundleDescriptor webDescriptor,
RequestTracingService requestTracing) |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbDescriptor.notifyNewModule(WebBundleDescriptor wbd)
Called by WebArchivist to notify this EjbDescriptor that it has been associated with a web bundle.
|
| Constructor and Description |
|---|
WebModuleReaderImpl(String name,
ApplicationRef ref,
Application application,
WebBundleDescriptor webBundleDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static SecurityConstraint |
ServletSecurityHandler.createSecurityConstraint(WebBundleDescriptor webBundleDesc,
Set<String> urlPatterns,
String[] rolesAllowed,
javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic emptyRoleSemantic,
javax.servlet.annotation.ServletSecurity.TransportGuarantee transportGuarantee,
String httpMethod) |
| Modifier and Type | Method and Description |
|---|---|
void |
WarScanner.process(File archiveFile,
WebBundleDescriptor webBundleDesc,
ClassLoader classLoader) |
void |
WarScanner.process(ReadableArchive readableArchive,
WebBundleDescriptor webBundleDesc,
ClassLoader classLoader,
org.glassfish.hk2.classmodel.reflect.Parser parser)
This scanner will scan the archiveFile for annotation processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebBundleDescriptorImpl
The concrete implementation of abstract super class com.sun.enterprise.deployment.WebBundleDescriptor.
|
class |
WebFragmentDescriptor
I am an object that represents all the deployment information about
a web fragment.
|
| Modifier and Type | Method and Description |
|---|---|
WebBundleDescriptor |
WebBundleDescriptorImpl.createWebBundleDescriptor() |
WebBundleDescriptor |
WebComponentDescriptorImpl.getWebBundleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleDescriptorImpl.addDefaultWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor) |
void |
WebBundleDescriptorImpl.addWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor)
This method will merge the contents of webComponents.
|
protected void |
WebBundleDescriptorImpl.combineLoginConfiguration(WebBundleDescriptor webBundleDescriptor) |
protected void |
WebFragmentDescriptor.combineLoginConfiguration(WebBundleDescriptor webBundleDescriptor) |
protected void |
WebBundleDescriptorImpl.combinePostConstructDescriptors(WebBundleDescriptor webBundleDescriptor) |
protected void |
WebFragmentDescriptor.combinePostConstructDescriptors(WebBundleDescriptor webBundleDescriptor) |
protected void |
WebBundleDescriptorImpl.combinePreDestroyDescriptors(WebBundleDescriptor webBundleDescriptor) |
protected void |
WebFragmentDescriptor.combinePreDestroyDescriptors(WebBundleDescriptor webBundleDescriptor) |
protected void |
WebBundleDescriptorImpl.combineServletFilterMappings(WebBundleDescriptor webBundleDescriptor) |
protected void |
WebFragmentDescriptor.combineServletFilterMappings(WebBundleDescriptor webBundleDescriptor) |
protected void |
WebBundleDescriptorImpl.combineServletFilters(WebBundleDescriptor webBundleDescriptor) |
protected void |
WebFragmentDescriptor.combineServletFilters(WebBundleDescriptor webBundleDescriptor) |
void |
WebComponentDescriptorImpl.setWebBundleDescriptor(WebBundleDescriptor webBundleDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleValidator.accept(WebBundleDescriptor descriptor)
visit a web bundle descriptor
|
void |
WebBundleTracerVisitor.accept(WebBundleDescriptor descriptor)
visit a web bundle descriptor
|
void |
WebBundleVisitor.accept(WebBundleDescriptor descriptor)
visit a web bundle descriptor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JSPCompiler.compile(File inWebDir,
File outWebDir,
WebBundleDescriptor wbd,
List<String> classpathList,
ServerContext serverContext) |
static void |
JSPCompiler.compile(File inWebDir,
File outWebDir,
WebBundleDescriptor wbd,
ServerContext serverContext) |
static void |
JSPCompiler.compile(File inWebDir,
File outWebDir,
WebBundleDescriptor wbd,
String classpath,
ServerContext serverContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
JaxRpcRICodegen.accept(WebBundleDescriptor descriptor)
visit a web bundle descriptor
|
Copyright © 2019. All rights reserved.