Class SimpleUserDirectory
java.lang.Object
org.apache.guacamole.net.auth.simple.SimpleDirectory<User>
org.apache.guacamole.net.auth.simple.SimpleUserDirectory
Deprecated.
An extremely simple read-only implementation of a Directory of Users which
provides access to a single pre-defined User.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.guacamole.net.auth.Directory
Directory.Type
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleUserDirectory
(User user) Deprecated.Creates a new SimpleUserDirectory which provides access to the single user provided. -
Method Summary
Methods inherited from class org.apache.guacamole.net.auth.simple.SimpleDirectory
add, get, getAll, getIdentifiers, getObjects, remove, setObjects, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.guacamole.net.auth.Directory
tryAtomically
-
Constructor Details
-
SimpleUserDirectory
Deprecated.Creates a new SimpleUserDirectory which provides access to the single user provided.- Parameters:
user
- The user to provide access to.
-
SimpleDirectory
instead.