@Retention(value=RUNTIME) @Documented public @interface HttpMethodConstraint
ServletSecurity annotation.| Modifier and Type | Required Element and Description | 
|---|---|
| String | valueHTTP Protocol method name (e.g. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| ServletSecurity.EmptyRoleSemantic | emptyRoleSemanticThe EmptyRoleSemantic determines the behaviour when the rolesAllowed list
 is empty. | 
| String[] | rolesAllowedThe authorized roles' names. | 
| ServletSecurity.TransportGuarantee | transportGuaranteeDetermines whether SSL/TLS is required to process the current request. | 
public abstract String value
public abstract ServletSecurity.EmptyRoleSemantic emptyRoleSemantic
public abstract ServletSecurity.TransportGuarantee transportGuarantee
public abstract String[] rolesAllowed
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.