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 semantic)
           
HttpConstraintElement(ServletSecurity.EmptyRoleSemantic semantic, ServletSecurity.TransportGuarantee guarantee, java.lang.String... roleNames)
           
 

Uses of ServletSecurity.EmptyRoleSemantic in javax.servlet.annotation
 

Methods in javax.servlet.annotation that return ServletSecurity.EmptyRoleSemantic
static ServletSecurity.EmptyRoleSemantic ServletSecurity.EmptyRoleSemantic.valueOf(java.lang.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.