| com.atlassian.confluence.plugins.gadgets.whitelist.ConfluenceGadgetWhitelistManager |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add the given uri to the whitelist.
| |||||||||||
Checks if the uri given should be allowed or not
| |||||||||||
Returns a set with all the rules configured in this whitelist.
| |||||||||||
Remove the given uri from the whitelist.
| |||||||||||
Add the given uri to the whitelist. If the whitelist already contains the uri this method should not do anything.
| uri | uri to add. |
|---|
Checks if the uri given should be allowed or not
| uri | uri to check. |
|---|
Returns a set with all the rules configured in this whitelist. Implementations should ensure the returned value is immutable.
Remove the given uri from the whitelist. If the whitelist does not contain the uri this method should not do anything.
| uri | uri to remove. |
|---|

