Package org.cojen.boxtin


package org.cojen.boxtin
  • Class
    Description
    Wraps a caller class, to be passed to a custom or checked deny action method.
    Decides 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 a RulesBuilder.
    Checks access to constructors or methods, for a specific class.
    Defines and applies common sets of rules.
    Is used to build up a set of access rules, which can then be built into a usable Rules instance.
    Builder of rules at the class level.
    Builder of rules at the module level.
    Builder of rules at the package level.
    The SecurityAgent is an instrumentation agent which transforms classes such that access checks are enforced.