Uses of Enum
jakarta.servlet.annotation.ServletSecurity.EmptyRoleSemantic
Packages that use ServletSecurity.EmptyRoleSemantic
-
Uses of ServletSecurity.EmptyRoleSemantic in jakarta.servlet
Methods in jakarta.servlet that return ServletSecurity.EmptyRoleSemanticConstructors in jakarta.servlet with parameters of type ServletSecurity.EmptyRoleSemanticModifierConstructorDescriptionHttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic) Construct a constraint with an empty role semantic.HttpConstraintElement(ServletSecurity.EmptyRoleSemantic emptyRoleSemantic, ServletSecurity.TransportGuarantee transportGuarantee, String... rolesAllowed) Construct a constraint with an empty role semantic, a transport guarantee and roles. -
Uses of ServletSecurity.EmptyRoleSemantic in jakarta.servlet.annotation
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.