| 
 | Servlet 3.0 - Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Documented public @interface HttpConstraint
This annotation represents the security constraints that are applied to all
 requests with HTTP protocol method types that are not otherwise represented
 by a corresponding HttpMethodConstraint in a
 ServletSecurity annotation.
| Optional Element Summary | |
|---|---|
|  java.lang.String[] | rolesAllowedThe authorized roles' names. | 
|  ServletSecurity.TransportGuarantee | transportGuaranteeDetermines whether SSL/TLS is required to process the current request. | 
|  ServletSecurity.EmptyRoleSemantic | valueThe EmptyRoleSemantic determines the behaviour when the rolesAllowed list is empty. | 
public abstract ServletSecurity.EmptyRoleSemantic value
public abstract ServletSecurity.TransportGuarantee transportGuarantee
public abstract java.lang.String[] rolesAllowed
| 
 | Servlet 3.0 - Apache Tomcat 7.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||