| Package | Description |
|---|---|
| com.sun.enterprise.web | |
| org.glassfish.embeddable.web |
Provides classes and interfaces necessary to programmatically configure embedded WebContainer
and create contexts, virtual servers, and web listeners.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityConfig |
ContextFacade.getSecurityConfig()
Gets the security related configuration for this context
|
SecurityConfig |
WebModule.getSecurityConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextFacade.setSecurityConfig(SecurityConfig config)
Set the security related configuration for this context
|
void |
WebModule.setSecurityConfig(SecurityConfig config) |
| Modifier and Type | Method and Description |
|---|---|
SecurityConfig |
Context.getSecurityConfig()
Gets the security related configuration for this context
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setSecurityConfig(SecurityConfig config)
Set the security related configuration for this context
|
Copyright © 2019. All rights reserved.