Uses of Enum
org.apache.guacamole.net.auth.ConnectionGroup.Type
Packages that use ConnectionGroup.Type
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
-
Uses of ConnectionGroup.Type in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return ConnectionGroup.TypeModifier and TypeMethodDescriptionAbstractConnectionGroup.getType()ConnectionGroup.getType()Returns the type of this connection.DelegatingConnectionGroup.getType()static ConnectionGroup.TypeReturns the enum constant of this type with the specified name.static ConnectionGroup.Type[]ConnectionGroup.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.guacamole.net.auth with parameters of type ConnectionGroup.TypeModifier and TypeMethodDescriptionvoidAbstractConnectionGroup.setType(ConnectionGroup.Type type) voidConnectionGroup.setType(ConnectionGroup.Type type) Set the type of this ConnectionGroup.voidDelegatingConnectionGroup.setType(ConnectionGroup.Type type)