Uses of Enum Class
javax.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Packages that use ServletSecurity.EmptyRoleSemantic
-
Uses of ServletSecurity.EmptyRoleSemantic in javax.servlet
Methods in javax.servlet that return ServletSecurity.EmptyRoleSemanticModifier and TypeMethodDescriptionHttpConstraintElement.getEmptyRoleSemantic()
Gets the default authorization semantic.Constructors in javax.servlet with parameters of type ServletSecurity.EmptyRoleSemanticModifierConstructorDescriptionConvenience constructor to establish EmptyRoleSemantic.DENYHttpConstraintElement
(ServletSecurity.EmptyRoleSemantic semantic, ServletSecurity.TransportGuarantee guarantee, String... roleNames) Constructor to establish all of getEmptyRoleSemantic, getRolesAllowed, and getTransportGuarantee. -
Uses of ServletSecurity.EmptyRoleSemantic in javax.servlet.annotation
Methods in javax.servlet.annotation that return ServletSecurity.EmptyRoleSemanticModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServletSecurity.EmptyRoleSemantic[]
ServletSecurity.EmptyRoleSemantic.values()
Returns an array containing the constants of this enum class, in the order they are declared.