Class SecurityPathMatches
- java.lang.Object
-
- io.undertow.servlet.handlers.security.SecurityPathMatches
-
public class SecurityPathMatches extends Object
- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurityPathMatches.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityPathMatches.Builderbuilder(DeploymentInfo deploymentInfo)io.undertow.servlet.handlers.security.SecurityPathMatchgetSecurityInfo(String path, String method)booleanisEmpty()voidlogWarningsAboutUncoveredMethods()
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Returns:
trueIf no security path information has been defined
-
getSecurityInfo
public io.undertow.servlet.handlers.security.SecurityPathMatch getSecurityInfo(String path, String method)
-
logWarningsAboutUncoveredMethods
public void logWarningsAboutUncoveredMethods()
-
builder
public static SecurityPathMatches.Builder builder(DeploymentInfo deploymentInfo)
-
-