It is possible to change the AccessControlFilter after create a UaFolderNode ? #1697
ianENSITEC
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hmm, it doesn't seem possible right now. Instead you would need to make your filter behavior dynamic.
I don't see any reason I shouldn't just implement an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It is possible to change the accessControlFilter adter create the UaFolderNode ? I already can set the AccessControlFilter when create de node, but i want change the permissions after, it is possible ? How do this ? Exist one example showing how to do this ?
Currently, i'm trying to clear the filter chain and after adding a new filter, like this:
folderNode.getFilterChain().getFilters().clear();
folderNode.getFilterChain().addLast(createAccessControlFilter(typeFeaturePoint));
Beta Was this translation helpful? Give feedback.
All reactions