Uses of Enum
jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Packages that use ServletSecurity.EmptyRoleSemantic
Package
Description
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
The jakarta.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component.
-
Uses of ServletSecurity.EmptyRoleSemantic in jakarta.servlet
Methods in jakarta.servlet that return ServletSecurity.EmptyRoleSemanticModifier and TypeMethodDescriptionHttpConstraintElement.getEmptyRoleSemantic()Gets the default authorization semantic.Constructors in jakarta.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 jakarta.servlet.annotation
Subclasses with type arguments of type ServletSecurity.EmptyRoleSemantic in jakarta.servlet.annotationModifier and TypeClassDescriptionstatic enumDefines the access semantic to be applied to an empty rolesAllowed array.Methods in jakarta.servlet.annotation that return ServletSecurity.EmptyRoleSemanticModifier and TypeMethodDescriptionReturns 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.