@Documented @Retention(value=RUNTIME) public @interface HttpMethodConstraint
Modifier and Type | Required Element and Description |
---|---|
String |
value |
Modifier and Type | Optional Element and Description |
---|---|
ServletSecurity.EmptyRoleSemantic |
emptyRoleSemantic |
String[] |
rolesAllowed |
ServletSecurity.TransportGuarantee |
transportGuarantee |
public abstract String value
public abstract ServletSecurity.EmptyRoleSemantic emptyRoleSemantic
public abstract String[] rolesAllowed
public abstract ServletSecurity.TransportGuarantee transportGuarantee
Copyright © 2013. All rights reserved.