@Retention(value=RUNTIME)
@Documented
public @interface HttpConstraint
HttpMethodConstraint in a
 ServletSecurity annotation.| Modifier and Type | Optional Element and Description | 
|---|---|
| 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
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.