Uses of Enum
org.apache.guacamole.net.auth.Directory.Type
Packages that use Directory.Type
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
Provides classes for storing information about events that are
triggered when users log into and use the Guacamole web application.
-
Uses of Directory.Type in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return Directory.TypeModifier and TypeMethodDescriptionstatic Directory.TypeDirectory.Type.of(Class<? extends Identifiable> objectType) Returns the Directory.Type representing the type of a Directory that could contain an object having the given class.static Directory.TypeReturns the enum constant of this type with the specified name.static Directory.Type[]Directory.Type.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Directory.Type in org.apache.guacamole.net.event
Methods in org.apache.guacamole.net.event that return Directory.TypeModifier and TypeMethodDescriptionIdentifiableObjectEvent.getDirectoryType()Returns the type ofDirectorythat may contains the object affected by the operation.