-
Returns this deny action but with a predicate check to determine if the operation should
actually be allowed.
Returns a deny action which performs a custom operation.
Returns the deny action for this rule, which is null if the rule isn't denied.
Returns a deny action which returns an empty instance.
Returns a deny action which throws an exception without a message.
Returns a deny action which throws an exception with an optional message.
Returns a deny action which throws an exception without a message.
Returns a deny action which throws an exception with an optional message.
Returns the standard deny action, which throws a SecurityException
without a
message.
Returns a deny action which returns a specific value, possibly null.
Returns a rule which is denied with the given action.
Deny access to all constructors and locally declared methods, superseding all
previous rules.
Deny access to all packages, superseding all previous rules.
Deny access to all classes, superseding all previous rules.
Deny access to all constructors, superseding all previous rules.
Deny access to all locally declared methods, superseding all previous rules.
Deny access to all variants of the given method, superseding all previous rules.
Deny access to a specific variant of the current constructor or method, superseding
all previous rules.
Deny access to a specific variant of the current constructor or method, superseding
all previous rules.