public interface UserContext
Modifier and Type | Method and Description |
---|---|
Directory<String,Connection> |
getConnectionDirectory()
Retrieves a Directory which can be used to view and manipulate
connections and their configurations, but only as allowed by the
permissions given to the user of this UserContext.
|
Directory<String,User> |
getUserDirectory()
Retrieves a Directory which can be used to view and manipulate other
users, but only as allowed by the permissions given to the user of this
UserContext.
|
User |
self()
Returns the User whose access rights control the operations of this
UserContext.
|
User self()
Directory<String,User> getUserDirectory() throws net.sourceforge.guacamole.GuacamoleException
net.sourceforge.guacamole.GuacamoleException
- If an error occurs while creating the
Directory.Directory<String,Connection> getConnectionDirectory() throws net.sourceforge.guacamole.GuacamoleException
net.sourceforge.guacamole.GuacamoleException
- If an error occurs while creating the
Directory.Copyright © 2013. All Rights Reserved.