| Package | Description |
|---|---|
| javax.servlet | |
| javax.servlet.annotation |
| Modifier and Type | Method and Description |
|---|---|
ServletSecurity.TransportGuarantee |
HttpConstraintElement.getTransportGuarantee() |
| Constructor and Description |
|---|
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic,
ServletSecurity.TransportGuarantee guarantee,
java.lang.String... roleNames) |
HttpConstraintElement(ServletSecurity.TransportGuarantee guarantee,
java.lang.String... roleNames) |
| 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.
|