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