@Documented
@Retention(value=RUNTIME)
public @interface HttpMethodConstraint
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |
Modifier and Type | Optional Element and Description |
---|---|
ServletSecurity.EmptyRoleSemantic |
emptyRoleSemantic |
java.lang.String[] |
rolesAllowed |
ServletSecurity.TransportGuarantee |
transportGuarantee |
public abstract ServletSecurity.EmptyRoleSemantic emptyRoleSemantic
public abstract ServletSecurity.TransportGuarantee transportGuarantee