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 |  isEmpty()  |  
void |  logWarningsAboutUncoveredMethods()  |  
public boolean isEmpty()
true If no security path information has been definedpublic io.undertow.servlet.handlers.security.SecurityPathMatch getSecurityInfo(String path, String method)
public void logWarningsAboutUncoveredMethods()
public static SecurityPathMatches.Builder builder(DeploymentInfo deploymentInfo)
Copyright © 2017 JBoss by Red Hat. All rights reserved.