Package org.cojen.boxtin
package org.cojen.boxtin
-
ClassDescriptionDecides what set of operations should be allowed or denied based on the caller's
Module
.Specifies the action to take when access to an operation is denied.Indicates if access to an operation is allowed or denied.Checks if access to a class member is allowed or denied, defined by a set of rules, built using aRulesBuilder
.Checks access to constructors or methods, for a specific class.Defines and applies common sets of rules.Builder of rules at the class level.Builder of rules at the module level.Builder of rules at the package level.TheSecurityAgent
is an instrumentation agent which transforms classes such that access checks are enforced.