Class SecurityFilterChainHubImpl
java.lang.Object
org.tynamo.security.services.impl.SecurityFilterChainHubImpl
- All Implemented Interfaces:
SecurityFilterChainHub
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityFilterChainHubImpl(org.slf4j.Logger logger, SecurityFilterChainFactory factory) -
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)
-
Constructor Details
-
SecurityFilterChainHubImpl
-
-
Method Details
-
insertChain
- Specified by:
insertChainin interfaceSecurityFilterChainHub
-
insertChainWithRegEx
- Specified by:
insertChainWithRegExin interfaceSecurityFilterChainHub
-
updateChain
- Specified by:
updateChainin interfaceSecurityFilterChainHub
-
removeChain
- Specified by:
removeChainin interfaceSecurityFilterChainHub
-
commitModifications
- Specified by:
commitModificationsin interfaceSecurityFilterChainHub
-