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