Uses of Class
javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic

Packages that use ServletSecurity.EmptyRoleSemantic
javax.servlet   
javax.servlet.annotation   
 

Uses of ServletSecurity.EmptyRoleSemantic in javax.servlet
 

Methods in javax.servlet that return ServletSecurity.EmptyRoleSemantic
 ServletSecurity.EmptyRoleSemantic HttpConstraintElement.getEmptyRoleSemantic()
           
 

Constructors in javax.servlet with parameters of type ServletSecurity.EmptyRoleSemantic
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic)
           
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic, ServletSecurity.TransportGuarantee transportGuarantee, String... rolesAllowed)
           
 

Uses of ServletSecurity.EmptyRoleSemantic in javax.servlet.annotation
 

Methods in javax.servlet.annotation that return ServletSecurity.EmptyRoleSemantic
static ServletSecurity.EmptyRoleSemantic ServletSecurity.EmptyRoleSemantic.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServletSecurity.EmptyRoleSemantic[] ServletSecurity.EmptyRoleSemantic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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