Uses of Class
org.apache.guacamole.net.auth.AbstractIdentifiable
-
Packages that use AbstractIdentifiable Package Description org.apache.guacamole.net.auth Provides classes which can be used to extend or replace the authentication functionality of the Guacamole web application.org.apache.guacamole.net.auth.simple Provides a basic AuthenticationProvider base class that can be used to create simple AuthenticationProviders in the same way allowed by the old authentication API. -
-
Uses of AbstractIdentifiable in org.apache.guacamole.net.auth
Subclasses of AbstractIdentifiable in org.apache.guacamole.net.auth Modifier and Type Class Description classAbstractActiveConnectionBase implementation of an ActiveConnection, providing storage and simply getters/setters for its main properties.classAbstractAuthenticatedUserBasic implementation of an AuthenticatedUser which uses the username to determine equality.classAbstractConnectionBasic implementation of a Guacamole connection.classAbstractConnectionGroupBasic implementation of a Guacamole connection group.classAbstractUserBase implementation of User which provides default implementations of most functions.classAbstractUserGroupBase implementation of UserGroup which provides default implementations of most functions. -
Uses of AbstractIdentifiable in org.apache.guacamole.net.auth.simple
Subclasses of AbstractIdentifiable in org.apache.guacamole.net.auth.simple Modifier and Type Class Description classSimpleConnectionA Connection implementation which establishes the underlying connection to guacd using the configuration information provided in guacamole.properties.classSimpleConnectionGroupAn extremely simple read-only implementation of a ConnectionGroup which returns the connection and connection group identifiers it was constructed with.classSimpleUserA read-only User implementation which has no permissions.classSimpleUserGroupA read-only UserGroup implementation which has no members and no permissions.
-