@Retention(value=RUNTIME)
@Documented
public @interface HttpMethodConstraint
ServletSecurity annotation.| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.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. | 
| java.lang.String[] | rolesAllowedThe authorized roles' names. | 
| ServletSecurity.TransportGuarantee | transportGuaranteeDetermines whether SSL/TLS is required to process the current request. | 
public abstract java.lang.String value
public abstract ServletSecurity.EmptyRoleSemantic emptyRoleSemantic
public abstract ServletSecurity.TransportGuarantee transportGuarantee
public abstract java.lang.String[] rolesAllowed
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.