Package com.illumon.iris.security

  • Class Summary 
    Class Description
    DatabaseQueryingPolicy
    A Java security Policy that exposes a Database connection to its internal permissions, for use in things like checking ACLs.
    DeephavenPermission  
    DeniedPermission
    A representation of a "negative" privilege.
    DenyingPolicy
    Wrapper that adds rudimentary DeniedPermission processing capabilities to the standard file-backed Policy.
    FileACLFilter
    A filter for file paths rather than table rows.
    FileACLFilterGenerator
    Generates a FileACLFilter, which, unlike other filters, actually controls filesystem access via the Java security model, if so configured.
    GuaranteedPermission
    A custom Java security Permission that overrides a DeniedPermission, ensuring that a given property can be accessed even if otherwise denied or not granted.
    MetaPermission
    A custom Java security Permission that in some way modifies the behavior of another Permission.