| Package | Description |
|---|---|
| jakarta.servlet | |
| jakarta.servlet.annotation |
| Modifier and Type | Method and Description |
|---|---|
ServletSecurity.TransportGuarantee |
HttpConstraintElement.getTransportGuarantee()
TODO
|
| Constructor and Description |
|---|
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic,
ServletSecurity.TransportGuarantee transportGuarantee,
java.lang.String... rolesAllowed)
Construct a constraint with an empty role semantic, a transport guarantee
and roles.
|
HttpConstraintElement(ServletSecurity.TransportGuarantee transportGuarantee,
java.lang.String... rolesAllowed)
Construct a constraint with a transport guarantee and roles.
|
| Modifier and Type | Method and Description |
|---|---|
static ServletSecurity.TransportGuarantee |
ServletSecurity.TransportGuarantee.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServletSecurity.TransportGuarantee[] |
ServletSecurity.TransportGuarantee.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2021. All rights reserved.