Uses of Class
io.undertow.servlet.api.SecurityInfo.EmptyRoleSemantic
-
Packages that use SecurityInfo.EmptyRoleSemantic Package Description io.undertow.servlet.api -
-
Uses of SecurityInfo.EmptyRoleSemantic in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SecurityInfo.EmptyRoleSemantic Modifier and Type Method Description SecurityInfo.EmptyRoleSemanticSecurityInfo. getEmptyRoleSemantic()SecurityInfo.EmptyRoleSemanticSingleConstraintMatch. getEmptyRoleSemantic()static SecurityInfo.EmptyRoleSemanticSecurityInfo.EmptyRoleSemantic. valueOf(java.lang.String name)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.EmptyRoleSemantic Modifier and Type Method Description TSecurityInfo. setEmptyRoleSemantic(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic)Constructors in io.undertow.servlet.api with parameters of type SecurityInfo.EmptyRoleSemantic Constructor Description SingleConstraintMatch(SecurityInfo.EmptyRoleSemantic emptyRoleSemantic, java.util.Set<java.lang.String> requiredRoles)
-