mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Add package-info.java files.
This commit is contained in:
committed by
Michael Jumper
parent
b7872eb202
commit
e9253473d1
@@ -0,0 +1,7 @@
|
||||
|
||||
/**
|
||||
* Provides classes which describe the various permissions a Guacamole user
|
||||
* can be granted.
|
||||
*/
|
||||
package net.sourceforge.guacamole.net.auth.permission;
|
||||
|
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
* Provides a basic AuthenticationProvider base class that can be used to create
|
||||
* simple AuthenticationProviders in the same way allowed by the old
|
||||
* authentication API.
|
||||
*/
|
||||
package net.sourceforge.guacamole.net.auth.simple;
|
||||
|
Reference in New Issue
Block a user