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