public class SecurityFilterChainHubImpl extends Object implements SecurityFilterChainHub
| Constructor and Description |
|---|
SecurityFilterChainHubImpl(org.slf4j.Logger logger,
SecurityFilterChainFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
commitModifications(Collection<SecurityFilterChain> chains) |
void |
insertChain(String path,
AccessControlFilter filter,
String config) |
void |
insertChainWithRegEx(String path,
AccessControlFilter filter,
String config) |
void |
removeChain(String path) |
void |
updateChain(String path,
AccessControlFilter filter,
String config) |
public SecurityFilterChainHubImpl(org.slf4j.Logger logger,
SecurityFilterChainFactory factory)
public void insertChain(String path, AccessControlFilter filter, String config)
insertChain in interface SecurityFilterChainHubpublic void insertChainWithRegEx(String path, AccessControlFilter filter, String config)
insertChainWithRegEx in interface SecurityFilterChainHubpublic void updateChain(String path, AccessControlFilter filter, String config)
updateChain in interface SecurityFilterChainHubpublic void removeChain(String path)
removeChain in interface SecurityFilterChainHubpublic void commitModifications(Collection<SecurityFilterChain> chains)
commitModifications in interface SecurityFilterChainHubCopyright © 2004–2018. All rights reserved.