com.atlassian.jira.bc.whitelist.InternalWhitelistManager |
![]()
|
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to @Internal
elements).
Marker interface to distinguish the actual implementation of WhitelistManager
living in a plugin from
the delegation placeholder in JIRA core.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of rules that are currently allowed in the whitelist.
| |||||||||||
Checks if requests to the provided URI are allowed according to the current whitelist configuration
| |||||||||||
Used to update the whitelist configuration.
|
Returns a list of rules that are currently allowed in the whitelist. The list will contain entries like:
Checks if requests to the provided URI are allowed according to the current whitelist configuration
uri | The uri a http request is made to |
---|
Used to update the whitelist configuration. Takes a list of rules as well as a boolean flag that allows switching the whitelist off completely.
The method then returns the peristed rulesrules | List of rules to persist |
---|---|
disabled | True if the whitelist should be switched off |