Return-Path: X-Original-To: apmail-guacamole-commits-archive@minotaur.apache.org Delivered-To: apmail-guacamole-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAF10190AA for ; Sun, 24 Apr 2016 01:02:42 +0000 (UTC) Received: (qmail 51881 invoked by uid 500); 24 Apr 2016 01:02:42 -0000 Delivered-To: apmail-guacamole-commits-archive@guacamole.apache.org Received: (qmail 51855 invoked by uid 500); 24 Apr 2016 01:02:42 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 51827 invoked by uid 99); 24 Apr 2016 01:02:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Apr 2016 01:02:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 02F791A0480 for ; Sun, 24 Apr 2016 01:02:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id znpFiHChCA07 for ; Sun, 24 Apr 2016 01:02:29 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 0D88E60F6F for ; Sun, 24 Apr 2016 01:02:17 +0000 (UTC) Received: (qmail 50928 invoked by uid 99); 24 Apr 2016 01:02:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Apr 2016 01:02:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4847FDFE2E; Sun, 24 Apr 2016 01:02:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mjumper@apache.org To: commits@guacamole.incubator.apache.org Date: Sun, 24 Apr 2016 01:02:32 -0000 Message-Id: <1f3450d602c14220853e44b14849c918@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [18/58] [abbrv] [partial] incubator-guacamole-website git commit: Add doc/ and pub/ directories from old site. Remove Piwik tracking. http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/f9d5dedf/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html ---------------------------------------------------------------------- diff --git a/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html b/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html new file mode 100644 index 0000000..a71acc3 --- /dev/null +++ b/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/simple/SimpleConnectionDirectory.html @@ -0,0 +1,473 @@ + + + + + + +SimpleConnectionDirectory (guacamole-ext 0.8.1 API) + + + + + + + + + + + +
+

org.glyptodon.guacamole.net.auth.simple

+

Class SimpleConnectionDirectory

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.glyptodon.guacamole.net.auth.simple.SimpleConnectionDirectory
    • +
    +
  • +
+
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Directory<String,Connection>
    +
    +
    +
    +
    public class SimpleConnectionDirectory
    +extends Object
    +implements Directory<String,Connection>
    +
    An extremely simple read-only implementation of a Directory of + GuacamoleConfigurations which provides access to a pre-defined Map of + GuacamoleConfigurations.
    +
    Author:
    +
    Michael Jumper
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SimpleConnectionDirectory

        +
        public SimpleConnectionDirectory(Map<String,org.glyptodon.guacamole.protocol.GuacamoleConfiguration> configs)
        +
        Creates a new SimpleConnectionDirectory which provides + access to the configurations contained within the given Map.
        +
        Parameters:
        configs - The Map of GuacamoleConfigurations to provide access to.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        get

        +
        public Connection get(String identifier)
        +               throws org.glyptodon.guacamole.GuacamoleException
        +
        Description copied from interface: Directory
        +
        Returns the object having the given identifier. Note that changes to + the object returned will not necessarily affect the object stored within + the Directory. To update an object stored within an + Directory such that future calls to get() will return the updated + object, you must call update() on the object after modification.
        +
        +
        Specified by:
        +
        get in interface Directory<String,Connection>
        +
        Parameters:
        identifier - The identifier to use when locating the object to + return.
        +
        Returns:
        The object having the given identifier, or null if no such object + exists.
        +
        Throws:
        +
        org.glyptodon.guacamole.GuacamoleException - If an error occurs while retrieving the + object, or if permission for retrieving the + object is denied.
        +
      • +
      + + + +
        +
      • +

        getIdentifiers

        +
        public Set<String> getIdentifiers()
        +                           throws org.glyptodon.guacamole.GuacamoleException
        +
        Description copied from interface: Directory
        +
        Returns a Set containing all identifiers for all objects within this + Directory.
        +
        +
        Specified by:
        +
        getIdentifiers in interface Directory<String,Connection>
        +
        Returns:
        A Set of all identifiers.
        +
        Throws:
        +
        org.glyptodon.guacamole.GuacamoleException - If an error occurs while retrieving + the identifiers.
        +
      • +
      + + + +
        +
      • +

        add

        +
        public void add(Connection connection)
        +         throws org.glyptodon.guacamole.GuacamoleException
        +
        Description copied from interface: Directory
        +
        Adds the given object to the overall set.
        +
        +
        Specified by:
        +
        add in interface Directory<String,Connection>
        +
        Parameters:
        connection - The object to add.
        +
        Throws:
        +
        org.glyptodon.guacamole.GuacamoleException - If an error occurs while adding the object , or + if adding the object is not allowed.
        +
      • +
      + + + +
        +
      • +

        update

        +
        public void update(Connection connection)
        +            throws org.glyptodon.guacamole.GuacamoleException
        +
        Description copied from interface: Directory
        +
        Updates the stored object with the data contained in the given object.
        +
        +
        Specified by:
        +
        update in interface Directory<String,Connection>
        +
        Parameters:
        connection - The object which will supply the data for the update.
        +
        Throws:
        +
        org.glyptodon.guacamole.GuacamoleException - If an error occurs while updating the object, + or if updating the object is not allowed.
        +
      • +
      + + + +
        +
      • +

        remove

        +
        public void remove(String identifier)
        +            throws org.glyptodon.guacamole.GuacamoleException
        +
        Description copied from interface: Directory
        +
        Removes the object with the given identifier from the overall set.
        +
        +
        Specified by:
        +
        remove in interface Directory<String,Connection>
        +
        Parameters:
        identifier - The identifier of the object to remove.
        +
        Throws:
        +
        org.glyptodon.guacamole.GuacamoleException - If an error occurs while removing the object, + or if removing object is not allowed.
        +
      • +
      + + + +
        +
      • +

        move

        +
        public void move(String identifier,
        +        Directory<String,Connection> directory)
        +          throws org.glyptodon.guacamole.GuacamoleException
        +
        Description copied from interface: Directory
        +
        Moves the object with the given identifier to the given directory.
        +
        +
        Specified by:
        +
        move in interface Directory<String,Connection>
        +
        Parameters:
        identifier - The identifier of the object to remove.
        directory - The directory to move the object to.
        +
        Throws:
        +
        org.glyptodon.guacamole.GuacamoleException - If an error occurs while moving the object, + or if moving object is not allowed.
        +
      • +
      + + + +
        +
      • +

        putConnection

        +
        public Connection putConnection(Connection connection)
        +
        An internal method for modifying the Connections in this Directory. + Returns the previous connection for the given identifier, if found.
        +
        Parameters:
        connection - The connection to add or update the Directory with.
        +
        Returns:
        The previous connection for the connection identifier, if found.
        +
      • +
      + + + +
        +
      • +

        removeConnection

        +
        public Connection removeConnection(String identifier)
        +
        An internal method for removing a Connection from this Directory.
        +
        Parameters:
        identifier - The identifier of the Connection to remove.
        +
        Returns:
        The previous connection for the given identifier, if found.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + + + + + http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/f9d5dedf/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html ---------------------------------------------------------------------- diff --git a/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html b/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html new file mode 100644 index 0000000..a556996 --- /dev/null +++ b/doc/0.8.3/guacamole-ext/org/glyptodon/guacamole/net/auth/simple/SimpleConnectionGroup.html @@ -0,0 +1,389 @@ + + + + + + +SimpleConnectionGroup (guacamole-ext 0.8.1 API) + + + + + + + + + + + +
+

org.glyptodon.guacamole.net.auth.simple

+

Class SimpleConnectionGroup

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    ConnectionGroup
    +
    +
    +
    +
    public class SimpleConnectionGroup
    +extends AbstractConnectionGroup
    +
    An extremely simple read-only implementation of a ConnectionGroup which + returns the connection and connection group directories it was constructed + with. Load balancing across this connection group is not allowed.
    +
    Author:
    +
    James Muehlner
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SimpleConnectionGroup

        +
        public SimpleConnectionGroup(String name,
        +                     String identifier,
        +                     Directory<String,Connection> connectionDirectory,
        +                     Directory<String,ConnectionGroup> connectionGroupDirectory)
        +
        Creates a new SimpleConnectionGroup having the given name and identifier + which will expose the given directories as its contents.
        +
        Parameters:
        name - The name to associate with this connection.
        identifier - The identifier to associate with this connection.
        connectionDirectory - The connection directory to expose when + requested.
        connectionGroupDirectory - The connection group directory to expose + when requested.
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getConnectionDirectory

        +
        public Directory<String,Connection> getConnectionDirectory()
        +                                                    throws org.glyptodon.guacamole.GuacamoleException
        +
        Description copied from interface: ConnectionGroup
        +
        Retrieves a Directory which can be used to view and manipulate + connections and their configurations, but only as allowed by the + permissions given to the user.
        +
        Returns:
        A Directory whose operations are bound by the permissions of + the user.
        +
        Throws:
        +
        org.glyptodon.guacamole.GuacamoleException - If an error occurs while creating the + Directory.
        +
      • +
      + + + +
        +
      • +

        getConnectionGroupDirectory

        +
        public Directory<String,ConnectionGroup> getConnectionGroupDirectory()
        +                                                              throws org.glyptodon.guacamole.GuacamoleException
        +
        Description copied from interface: ConnectionGroup
        +
        Retrieves a Directory which can be used to view and manipulate + connection groups and their members, but only as allowed by the + permissions given to the user.
        +
        Returns:
        A Directory whose operations are bound by the permissions of + the user.
        +
        Throws:
        +
        org.glyptodon.guacamole.GuacamoleException - If an error occurs while creating the + Directory.
        +
      • +
      + + + +
        +
      • +

        connect

        +
        public org.glyptodon.guacamole.net.GuacamoleSocket connect(org.glyptodon.guacamole.protocol.GuacamoleClientInformation info)
        +                                                    throws org.glyptodon.guacamole.GuacamoleException
        +
        Description copied from interface: ConnectionGroup
        +
        Establishes a connection to guacd using a connection chosen from among + the connections in this ConnectionGroup, and returns the resulting, + connected GuacamoleSocket.
        +
        Parameters:
        info - Information associated with the connecting client.
        +
        Returns:
        A fully-established GuacamoleSocket.
        +
        Throws:
        +
        org.glyptodon.guacamole.GuacamoleException - If an error occurs while connecting to guacd, + or if permission to connect is denied.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + + + + +