| Package | Description |
|---|---|
| javax.servlet | |
| javax.servlet.annotation |
| Modifier and Type | Method and Description |
|---|---|
ServletSecurity.TransportGuarantee |
HttpConstraintElement.getTransportGuarantee() |
| Constructor and Description |
|---|
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic,
ServletSecurity.TransportGuarantee transportGuarantee,
String... rolesAllowed) |
HttpConstraintElement(ServletSecurity.TransportGuarantee transportGuarantee,
String... rolesAllowed) |
| Modifier and Type | Method and Description |
|---|---|
static ServletSecurity.TransportGuarantee |
ServletSecurity.TransportGuarantee.valueOf(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 © 2013. All Rights Reserved.