Package | Description |
---|---|
io.undertow.servlet.api | |
io.undertow.servlet.core | |
io.undertow.servlet.handlers |
Modifier and Type | Method and Description |
---|---|
TransportGuaranteeType |
SecurityInfo.getTransportGuaranteeType() |
TransportGuaranteeType |
AuthorizationManager.transportGuarantee(TransportGuaranteeType currentConnectionGuarantee,
TransportGuaranteeType configuredRequiredGuarantee,
HttpServletRequest request)
Determines the transport guarantee type
|
static TransportGuaranteeType |
TransportGuaranteeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportGuaranteeType[] |
TransportGuaranteeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
SecurityInfo.setTransportGuaranteeType(TransportGuaranteeType transportGuaranteeType) |
TransportGuaranteeType |
AuthorizationManager.transportGuarantee(TransportGuaranteeType currentConnectionGuarantee,
TransportGuaranteeType configuredRequiredGuarantee,
HttpServletRequest request)
Determines the transport guarantee type
|
Modifier and Type | Method and Description |
---|---|
TransportGuaranteeType |
DefaultAuthorizationManager.transportGuarantee(TransportGuaranteeType currentConnectionGuarantee,
TransportGuaranteeType configuredRequiredGuarentee,
HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
TransportGuaranteeType |
DefaultAuthorizationManager.transportGuarantee(TransportGuaranteeType currentConnectionGuarantee,
TransportGuaranteeType configuredRequiredGuarentee,
HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
TransportGuaranteeType |
ServletRequestContext.getTransportGuarenteeType() |
Modifier and Type | Method and Description |
---|---|
void |
ServletRequestContext.setTransportGuarenteeType(TransportGuaranteeType transportGuarenteeType) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.