javax.servlet.annotation
Annotation Type HttpConstraint
@Documented
@Retention(value=RUNTIME)
public @interface HttpConstraint
- Since:
- Servlet 3.0
value
public abstract ServletSecurity.EmptyRoleSemantic value
- Default:
- javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic.PERMIT
transportGuarantee
public abstract ServletSecurity.TransportGuarantee transportGuarantee
- Default:
- javax.servlet.annotation.ServletSecurity.TransportGuarantee.NONE
rolesAllowed
public abstract java.lang.String[] rolesAllowed
- Default:
- {}