Uses of Class
org.apache.guacamole.net.auth.ConnectionGroup.Type
-
Packages that use ConnectionGroup.Type 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. -
-
Uses of ConnectionGroup.Type in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return ConnectionGroup.Type Modifier and Type Method Description ConnectionGroup.TypeAbstractConnectionGroup. getType()ConnectionGroup.TypeConnectionGroup. getType()Returns the type of this connection.ConnectionGroup.TypeDelegatingConnectionGroup. getType()static ConnectionGroup.TypeConnectionGroup.Type. valueOf(String name)Returns 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.Type Modifier and Type Method Description voidAbstractConnectionGroup. setType(ConnectionGroup.Type type)voidConnectionGroup. setType(ConnectionGroup.Type type)Set the type of this ConnectionGroup.voidDelegatingConnectionGroup. setType(ConnectionGroup.Type type)
-