|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfluenceGadgetWhitelistManager
| Method Summary | |
|---|---|
void |
add(String uri)
Add the given uri to the whitelist. |
boolean |
allows(URI uri)
Checks if the uri given should be allowed or not |
Set<String> |
getAllUserConfiguredRules()
Returns a set with all the rules configured in this whitelist. |
void |
remove(String uri)
Remove the given uri from the whitelist. |
| Method Detail |
|---|
boolean allows(URI uri)
uri - uri to check.
Set<String> getAllUserConfiguredRules()
void add(String uri)
uri - uri to add.void remove(String uri)
uri - uri to remove.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||