Uses of Enum
io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic
Packages that use SecurityInfo.EmptyRoleSemantic
-
Uses of SecurityInfo.EmptyRoleSemantic in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SecurityInfo.EmptyRoleSemanticModifier and TypeMethodDescriptionSecurityInfo.getEmptyRoleSemantic()
SingleConstraintMatch.getEmptyRoleSemantic()
Returns the enum constant of this type with the specified name.static SecurityInfo.EmptyRoleSemantic[]
SecurityInfo.EmptyRoleSemantic.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.undertow.servlet.api with parameters of type SecurityInfo.EmptyRoleSemanticModifier and TypeMethodDescriptionSecurityInfo.setEmptyRoleSemantic
(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic) Constructors in io.undertow.servlet.api with parameters of type SecurityInfo.EmptyRoleSemanticModifierConstructorDescriptionSingleConstraintMatch
(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic, Set<String> requiredRoles)