mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-224: Remove @author tags from codebase.
This commit is contained in:
@@ -26,9 +26,6 @@ import org.apache.guacamole.auth.jdbc.JDBCAuthenticationProviderService;
|
||||
/**
|
||||
* Provides a MySQL based implementation of the AuthenticationProvider
|
||||
* functionality.
|
||||
*
|
||||
* @author James Muehlner
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class MySQLAuthenticationProvider extends InjectedAuthenticationProvider {
|
||||
|
||||
|
@@ -28,8 +28,6 @@ import org.mybatis.guice.datasource.helper.JdbcHelper;
|
||||
|
||||
/**
|
||||
* Guice module which configures MySQL-specific injections.
|
||||
*
|
||||
* @author James Muehlner
|
||||
*/
|
||||
public class MySQLAuthenticationProviderModule implements Module {
|
||||
|
||||
|
@@ -28,9 +28,6 @@ import org.apache.guacamole.auth.jdbc.security.PasswordPolicy;
|
||||
/**
|
||||
* A MySQL-specific implementation of JDBCEnvironment provides database
|
||||
* properties specifically for MySQL.
|
||||
*
|
||||
* @author James Muehlner
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class MySQLEnvironment extends JDBCEnvironment {
|
||||
|
||||
|
@@ -25,8 +25,6 @@ import org.apache.guacamole.properties.StringGuacamoleProperty;
|
||||
|
||||
/**
|
||||
* Properties used by the MySQL Authentication plugin.
|
||||
*
|
||||
* @author James Muehlner
|
||||
*/
|
||||
public class MySQLGuacamoleProperties {
|
||||
|
||||
|
@@ -29,8 +29,6 @@ import org.apache.guacamole.auth.jdbc.JDBCInjectorProvider;
|
||||
* JDBCInjectorProvider implementation which configures Guice injections for
|
||||
* connecting to a MySQL database based on MySQL-specific options provided via
|
||||
* guacamole.properties.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class MySQLInjectorProvider extends JDBCInjectorProvider {
|
||||
|
||||
|
@@ -28,8 +28,6 @@ import org.apache.guacamole.properties.IntegerGuacamoleProperty;
|
||||
/**
|
||||
* PasswordPolicy implementation which reads the details of the policy from
|
||||
* MySQL-specific properties in guacamole.properties.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class MySQLPasswordPolicy implements PasswordPolicy {
|
||||
|
||||
|
@@ -27,8 +27,6 @@ import org.apache.guacamole.auth.jdbc.sharing.SharedAuthenticationProviderServic
|
||||
* Provides a implementation of AuthenticationProvider which interacts with the
|
||||
* MySQL AuthenticationProvider, accepting share keys as credentials and
|
||||
* providing access to the shared connections.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class MySQLSharedAuthenticationProvider extends InjectedAuthenticationProvider {
|
||||
|
||||
|
Reference in New Issue
Block a user