|
Servlet 3.0 - Apache Tomcat 7.0.37 | ||||||||
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[] |
rolesAllowed
The authorized roles' names. |
ServletSecurity.TransportGuarantee |
transportGuarantee
Determines whether SSL/TLS is required to process the current request. |
ServletSecurity.EmptyRoleSemantic |
value
The 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.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |