- Whitelist - Interface in com.atlassian.plugins.whitelist
-
Check if access to a given uri is allowed or not.
- WhitelistDisabledEvent - Class in com.atlassian.plugins.whitelist.events
-
After the whitelist has been disabled.
- WhitelistDisabledEvent() - Constructor for class com.atlassian.plugins.whitelist.events.WhitelistDisabledEvent
-
- WhitelistEnabledEvent - Class in com.atlassian.plugins.whitelist.events
-
After the whitelist has been enabled.
- WhitelistEnabledEvent() - Constructor for class com.atlassian.plugins.whitelist.events.WhitelistEnabledEvent
-
- WhitelistManager - Interface in com.atlassian.plugins.whitelist
-
Handles all whitelist rules related data queries and modification.
- WhitelistOnOffSwitch - Interface in com.atlassian.plugins.whitelist
-
Enable or disable the whitelist in general.
- whitelistRule - Variable in class com.atlassian.plugins.whitelist.events.WhitelistRuleEvent
-
- WhitelistRule - Interface in com.atlassian.plugins.whitelist
-
The essential data of a whitelist rule which is persisted in the database.
- WhitelistRuleAddedEvent - Class in com.atlassian.plugins.whitelist.events
-
After a new whitelist rule has been added.
- WhitelistRuleAddedEvent(WhitelistRule) - Constructor for class com.atlassian.plugins.whitelist.events.WhitelistRuleAddedEvent
-
- WhitelistRuleChangedEvent - Class in com.atlassian.plugins.whitelist.events
-
After an existing whitelist rule has been changed.
- WhitelistRuleChangedEvent(WhitelistRule) - Constructor for class com.atlassian.plugins.whitelist.events.WhitelistRuleChangedEvent
-
- WhitelistRuleChangedEvent(WhitelistRule, WhitelistRule) - Constructor for class com.atlassian.plugins.whitelist.events.WhitelistRuleChangedEvent
-
- WhitelistRuleEvent - Class in com.atlassian.plugins.whitelist.events
-
- WhitelistRuleEvent(WhitelistRule) - Constructor for class com.atlassian.plugins.whitelist.events.WhitelistRuleEvent
-
- WhitelistRuleRemovedEvent - Class in com.atlassian.plugins.whitelist.events
-
After an existing whitelist rule has been removed.
- WhitelistRuleRemovedEvent(WhitelistRule) - Constructor for class com.atlassian.plugins.whitelist.events.WhitelistRuleRemovedEvent
-
- WhitelistService - Interface in com.atlassian.plugins.whitelist
-
Handles all whitelist rules related data queries and modification.
- WhitelistType - Enum in com.atlassian.plugins.whitelist
-