| 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.
|
| org.glassfish.embeddable.web.config |
Provides classes to configure embedded WebContainer.
|
| org.glassfish.web.embed.impl |
| Class and Description |
|---|
| SecurityConfig
Class through which the security related parameters for a context
may be configured.
|
| VirtualServerConfig
Class used for configuring VirtualServer instances.
|
| Class and Description |
|---|
| SecurityConfig
Class through which the security related parameters for a context
may be configured.
|
| SslConfig
Class used to configure SSL processing parameters
|
| WebContainerConfig
Class that is used for configuring WebContainer instances.
|
| WebListenerConfig
Class that is used for configuring WebListener instances.
|
| Class and Description |
|---|
| AuthMethod
Enumeration of supported authentication methods.
|
| FormLoginConfig
Class that is used for configuring form based login, when
the authentication method is set to FORM in LoginConfig.
|
| LoginConfig
The class configures the authentication related parameters like,
authentication method, form login configuration, if authentication method
is form based authentication, the realm name and the realm type.
|
| SecurityConstraint
Class used for configuring security constraints including
Web Resource Collections (URL patterns, HTTP methods),
Authorization Constraint (role names) and
User Data Constraints (whether the web request needs to be received
over a protected transport such as TLS).
|
| SslType
Class used to define ssl protocol variants
|
| TransportGuarantee
Enumeration of supported transport
|
| WebResourceCollection
This class represents a list of URL patterns and HTTP
methods that describe a set of Web resources to be protected.
|
| Class and Description |
|---|
| WebContainerConfig
Class that is used for configuring WebContainer instances.
|
Copyright © 2019. All rights reserved.