Serialized Form
-
Package com.atlassian.plugins.whitelist
-
Class com.atlassian.plugins.whitelist.ImmutableWhitelistRule
class ImmutableWhitelistRule extends Object implements Serializable-
Serialized Fields
-
allowInbound
boolean allowInbound
-
authenticationRequired
boolean authenticationRequired
-
expression
String expression
-
id
Integer id
-
type
WhitelistType type
-
-
-
Class com.atlassian.plugins.whitelist.LegacyWhitelistRule
class LegacyWhitelistRule extends Object implements Serializable-
Serialized Fields
-
expression
String expression
-
type
WhitelistType type
-
-
-
Exception com.atlassian.plugins.whitelist.NotAuthorizedException
class NotAuthorizedException extends SecurityException implements Serializable
-