Package org.tynamo.security.services
Interface SecurityFilterChainHub
- All Known Implementing Classes:
SecurityFilterChainHubImpl
public interface SecurityFilterChainHub
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidinsertChain(String path, AccessControlFilter filter, String config) voidinsertChainWithRegEx(String path, AccessControlFilter filter, String config) voidremoveChain(String path) voidupdateChain(String path, AccessControlFilter filter, String config)
-
Method Details
-
insertChain
-
insertChainWithRegEx
-
updateChain
-
removeChain
-
commitModifications
-