Package | Description |
---|---|
javax.servlet | |
javax.servlet.annotation |
Modifier and Type | Method and Description |
---|---|
ServletSecurity.EmptyRoleSemantic |
HttpConstraintElement.getEmptyRoleSemantic() |
Constructor and Description |
---|
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic) |
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic,
ServletSecurity.TransportGuarantee guarantee,
java.lang.String... roleNames) |
Modifier and Type | Method and Description |
---|---|
static ServletSecurity.EmptyRoleSemantic |
ServletSecurity.EmptyRoleSemantic.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServletSecurity.EmptyRoleSemantic[] |
ServletSecurity.EmptyRoleSemantic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|