| Package | Description |
|---|---|
| org.glassfish.embeddable.web.config |
Provides classes to configure embedded WebContainer.
|
| Modifier and Type | Method and Description |
|---|---|
TransportGuarantee |
SecurityConstraint.getDataConstraint()
Gets the transport guarantee requirements for this SecurityConstraint
|
static TransportGuarantee |
TransportGuarantee.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportGuarantee[] |
TransportGuarantee.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConstraint.setUserDataConstraint(TransportGuarantee tg)
Sets the requirement that the constrained requests be received
over a protected transport layer connection.
|
Copyright © 2017. All rights reserved.