public class HttpSecurityConfiguration extends Object implements Serializable
Represents the global configuration options for HTTP security.
Constructor and Description |
---|
HttpSecurityConfiguration(List<PathConfiguration> uriConfigs,
FilteringMode filteringMode) |
Modifier and Type | Method and Description |
---|---|
Map<String,PathConfiguration> |
getGroups() |
Map<String,List<PathConfiguration>> |
getPaths() |
boolean |
isPermissive() |
public HttpSecurityConfiguration(List<PathConfiguration> uriConfigs, FilteringMode filteringMode)
public Map<String,List<PathConfiguration>> getPaths()
public Map<String,PathConfiguration> getGroups()
public boolean isPermissive()
Copyright © 2018. All rights reserved.