javax.servlet.annotation
Annotation Type HttpConstraint


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

Since:
3.0
Version:
$Rev: 831066 $ $Date: 2009-10-29 20:19:48 +0100 (Do, 29. Okt 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-2012 The Apache Software Foundation. All Rights Reserved.