javax.servlet.annotation
Annotation Type HttpConstraint


@Documented
@Retention(value=RUNTIME)
public @interface HttpConstraint

Since:
3.0
Version:
$Rev: 831066 $ $Date: 2009-10-29 15:19:48 -0400 (Thu, 29 Oct 2009) $

Optional Element Summary
 String[] rolesAllowed
           
 ServletSecurity.TransportGuarantee transportGuarantee
           
 ServletSecurity.EmptyRoleSemantic value
           
 

rolesAllowed

public abstract String[] rolesAllowed
Default:
{}

transportGuarantee

public abstract ServletSecurity.TransportGuarantee transportGuarantee
Default:
javax.servlet.annotation.ServletSecurity.TransportGuarantee.NONE

value

public abstract ServletSecurity.EmptyRoleSemantic value
Default:
javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic.PERMIT


Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.