Class GatewayWrapper

  • Direct Known Subclasses:
    Client

    public abstract class GatewayWrapper
    extends Object
    Basic class, contains the gateway, the security context, and multiple facilities.

    Allows the user to connect to OMERO and browse through all the data accessible to the user.

    • Constructor Detail

      • GatewayWrapper

        protected GatewayWrapper​(Gateway gateway)
        Abstract constructor of the GatewayWrapper class.
        Parameters:
        gateway - The Gateway.
      • GatewayWrapper

        protected GatewayWrapper​(Gateway gateway,
                                 SecurityContext ctx,
                                 ExperimenterWrapper user)
        Abstract constructor of the GatewayWrapper class.
        Parameters:
        gateway - The Gateway.
        ctx - The Security Context.
        user - The connected user.