Class ProfileType

java.lang.Object
io.vertx.tp.rbac.logged.ProfileType
All Implemented Interfaces:
Serializable

public class ProfileType extends Object implements Serializable
See Also:
  • Field Details

    • UNION

      public static ProfileType UNION
    • EAGER

      public static ProfileType EAGER
    • LAZY

      public static ProfileType LAZY
    • INTERSECT

      public static ProfileType INTERSECT
    • HORIZON_UNION

      public static ProfileType HORIZON_UNION
    • HORIZON_EAGER

      public static ProfileType HORIZON_EAGER
    • HORIZON_LAZY

      public static ProfileType HORIZON_LAZY
    • HORIZON_INTERSECT

      public static ProfileType HORIZON_INTERSECT
    • CRITICAL_UNION

      public static ProfileType CRITICAL_UNION
    • CRITICAL_EAGER

      public static ProfileType CRITICAL_EAGER
    • CRITICAL_LAZY

      public static ProfileType CRITICAL_LAZY
    • CRITICAL_INTERSECT

      public static ProfileType CRITICAL_INTERSECT
    • OVERLOOK_UNION

      public static ProfileType OVERLOOK_UNION
    • OVERLOOK_EAGER

      public static ProfileType OVERLOOK_EAGER
    • OVERLOOK_LAZY

      public static ProfileType OVERLOOK_LAZY
    • OVERLOOK_INTERSECT

      public static ProfileType OVERLOOK_INTERSECT
    • PARENT_HORIZON_UNION

      public static ProfileType PARENT_HORIZON_UNION
    • PARENT_HORIZON_EAGER

      public static ProfileType PARENT_HORIZON_EAGER
    • PARENT_HORIZON_LAZY

      public static ProfileType PARENT_HORIZON_LAZY
    • PARENT_HORIZON_INTERSECT

      public static ProfileType PARENT_HORIZON_INTERSECT
    • PARENT_CRITICAL_UNION

      public static ProfileType PARENT_CRITICAL_UNION
    • PARENT_CRITICAL_EAGER

      public static ProfileType PARENT_CRITICAL_EAGER
    • PARENT_CRITICAL_LAZY

      public static ProfileType PARENT_CRITICAL_LAZY
    • PARENT_CRITICAL_INTERSECT

      public static ProfileType PARENT_CRITICAL_INTERSECT
    • PARENT_OVERLOOK_UNION

      public static ProfileType PARENT_OVERLOOK_UNION
    • PARENT_OVERLOOK_EAGER

      public static ProfileType PARENT_OVERLOOK_EAGER
    • PARENT_OVERLOOK_LAZY

      public static ProfileType PARENT_OVERLOOK_LAZY
    • PARENT_OVERLOOK_INTERSECT

      public static ProfileType PARENT_OVERLOOK_INTERSECT
    • CHILD_HORIZON_UNION

      public static ProfileType CHILD_HORIZON_UNION
    • CHILD_HORIZON_EAGER

      public static ProfileType CHILD_HORIZON_EAGER
    • CHILD_HORIZON_LAZY

      public static ProfileType CHILD_HORIZON_LAZY
    • CHILD_HORIZON_INTERSECT

      public static ProfileType CHILD_HORIZON_INTERSECT
    • CHILD_CRITICAL_UNION

      public static ProfileType CHILD_CRITICAL_UNION
    • CHILD_CRITICAL_EAGER

      public static ProfileType CHILD_CRITICAL_EAGER
    • CHILD_CRITICAL_LAZY

      public static ProfileType CHILD_CRITICAL_LAZY
    • CHILD_CRITICAL_INTERSECT

      public static ProfileType CHILD_CRITICAL_INTERSECT
    • CHILD_OVERLOOK_UNION

      public static ProfileType CHILD_OVERLOOK_UNION
    • CHILD_OVERLOOK_EAGER

      public static ProfileType CHILD_OVERLOOK_EAGER
    • CHILD_OVERLOOK_LAZY

      public static ProfileType CHILD_OVERLOOK_LAZY
    • CHILD_OVERLOOK_INTERSECT

      public static ProfileType CHILD_OVERLOOK_INTERSECT
    • INHERIT_HORIZON_UNION

      public static ProfileType INHERIT_HORIZON_UNION
    • INHERIT_HORIZON_EAGER

      public static ProfileType INHERIT_HORIZON_EAGER
    • INHERIT_HORIZON_LAZY

      public static ProfileType INHERIT_HORIZON_LAZY
    • INHERIT_HORIZON_INTERSECT

      public static ProfileType INHERIT_HORIZON_INTERSECT
    • INHERIT_CRITICAL_UNION

      public static ProfileType INHERIT_CRITICAL_UNION
    • INHERIT_CRITICAL_EAGER

      public static ProfileType INHERIT_CRITICAL_EAGER
    • INHERIT_CRITICAL_LAZY

      public static ProfileType INHERIT_CRITICAL_LAZY
    • INHERIT_CRITICAL_INTERSECT

      public static ProfileType INHERIT_CRITICAL_INTERSECT
    • INHERIT_OVERLOOK_UNION

      public static ProfileType INHERIT_OVERLOOK_UNION
    • INHERIT_OVERLOOK_EAGER

      public static ProfileType INHERIT_OVERLOOK_EAGER
    • INHERIT_OVERLOOK_LAZY

      public static ProfileType INHERIT_OVERLOOK_LAZY
    • INHERIT_OVERLOOK_INTERSECT

      public static ProfileType INHERIT_OVERLOOK_INTERSECT
    • EXTEND_HORIZON_UNION

      public static ProfileType EXTEND_HORIZON_UNION
    • EXTEND_HORIZON_EAGER

      public static ProfileType EXTEND_HORIZON_EAGER
    • EXTEND_HORIZON_LAZY

      public static ProfileType EXTEND_HORIZON_LAZY
    • EXTEND_HORIZON_INTERSECT

      public static ProfileType EXTEND_HORIZON_INTERSECT
    • EXTEND_CRITICAL_UNION

      public static ProfileType EXTEND_CRITICAL_UNION
    • EXTEND_CRITICAL_EAGER

      public static ProfileType EXTEND_CRITICAL_EAGER
    • EXTEND_CRITICAL_LAZY

      public static ProfileType EXTEND_CRITICAL_LAZY
    • EXTEND_CRITICAL_INTERSECT

      public static ProfileType EXTEND_CRITICAL_INTERSECT
    • EXTEND_OVERLOOK_UNION

      public static ProfileType EXTEND_OVERLOOK_UNION
    • EXTEND_OVERLOOK_EAGER

      public static ProfileType EXTEND_OVERLOOK_EAGER
    • EXTEND_OVERLOOK_LAZY

      public static ProfileType EXTEND_OVERLOOK_LAZY
    • EXTEND_OVERLOOK_INTERSECT

      public static ProfileType EXTEND_OVERLOOK_INTERSECT
  • Method Details