org.glyptodon.guacamole.net.auth
public interface UserContext
| Modifier and Type | Method and Description |
|---|---|
ConnectionGroup |
getRootConnectionGroup()
Retrieves a connection group which can be used to view and manipulate
connections, 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 org.glyptodon.guacamole.GuacamoleException
org.glyptodon.guacamole.GuacamoleException - If an error occurs while creating the
Directory.ConnectionGroup getRootConnectionGroup() throws org.glyptodon.guacamole.GuacamoleException
org.glyptodon.guacamole.GuacamoleException - If an error occurs while creating the
Directory.Copyright © 2014. All Rights Reserved.