public class SecurityPathMatches extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityPathMatches.Builder |
Modifier and Type | Method and Description |
---|---|
static SecurityPathMatches.Builder |
builder(DeploymentInfo deploymentInfo) |
io.undertow.servlet.handlers.security.SecurityPathMatch |
getSecurityInfo(String path,
String method) |
boolean |
isDefaultPathSecurityEmpty() |
boolean |
isEmpty() |
void |
logWarningsAboutUncoveredMethods() |
public boolean isEmpty()
true
If no security path information has been definedpublic boolean isDefaultPathSecurityEmpty()
public io.undertow.servlet.handlers.security.SecurityPathMatch getSecurityInfo(String path, String method)
public void logWarningsAboutUncoveredMethods()
public static SecurityPathMatches.Builder builder(DeploymentInfo deploymentInfo)
Copyright © 2024 JBoss by Red Hat. All rights reserved.