Class SqlContextInheritance

  • All Implemented Interfaces:
    ca.stellardrift.permissionsex.context.ContextInheritance

    public class SqlContextInheritance
    extends Object
    implements ca.stellardrift.permissionsex.context.ContextInheritance
    • Method Detail

      • parents

        public org.pcollections.PVector<ca.stellardrift.permissionsex.context.ContextValue<?>> parents​(ca.stellardrift.permissionsex.context.ContextValue<?> context)
        Specified by:
        parents in interface ca.stellardrift.permissionsex.context.ContextInheritance
      • parents

        public SqlContextInheritance parents​(ca.stellardrift.permissionsex.context.ContextValue<?> context,
                                             @Nullable List<ca.stellardrift.permissionsex.context.ContextValue<?>> parents)
        Specified by:
        parents in interface ca.stellardrift.permissionsex.context.ContextInheritance
      • allParents

        public Map<ca.stellardrift.permissionsex.context.ContextValue<?>,​List<ca.stellardrift.permissionsex.context.ContextValue<?>>> allParents()
        Specified by:
        allParents in interface ca.stellardrift.permissionsex.context.ContextInheritance