mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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 PostgreSQL-based implementation of the AuthenticationProvider
|
||||
* functionality.
|
||||
*
|
||||
* @author James Muehlner
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class PostgreSQLAuthenticationProvider extends InjectedAuthenticationProvider {
|
||||
|
||||
|
@@ -28,9 +28,6 @@ import org.mybatis.guice.datasource.helper.JdbcHelper;
|
||||
|
||||
/**
|
||||
* Guice module which configures PostgreSQL-specific injections.
|
||||
*
|
||||
* @author James Muehlner
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class PostgreSQLAuthenticationProviderModule implements Module {
|
||||
|
||||
|
@@ -28,8 +28,6 @@ import org.apache.guacamole.auth.jdbc.security.PasswordPolicy;
|
||||
/**
|
||||
* A PostgreSQL-specific implementation of JDBCEnvironment provides database
|
||||
* properties specifically for PostgreSQL.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class PostgreSQLEnvironment extends JDBCEnvironment {
|
||||
|
||||
|
@@ -25,9 +25,6 @@ import org.apache.guacamole.properties.StringGuacamoleProperty;
|
||||
|
||||
/**
|
||||
* Properties used by the PostgreSQL Authentication plugin.
|
||||
*
|
||||
* @author James Muehlner
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class PostgreSQLGuacamoleProperties {
|
||||
|
||||
|
@@ -29,8 +29,6 @@ import org.apache.guacamole.auth.jdbc.JDBCInjectorProvider;
|
||||
* JDBCInjectorProvider implementation which configures Guice injections for
|
||||
* connecting to a PostgreSQL database based on PostgreSQL-specific options
|
||||
* provided via guacamole.properties.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class PostgreSQLInjectorProvider extends JDBCInjectorProvider {
|
||||
|
||||
|
@@ -28,8 +28,6 @@ import org.apache.guacamole.properties.IntegerGuacamoleProperty;
|
||||
/**
|
||||
* PasswordPolicy implementation which reads the details of the policy from
|
||||
* PostgreSQL-specific properties in guacamole.properties.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class PostgreSQLPasswordPolicy implements PasswordPolicy {
|
||||
|
||||
|
@@ -27,8 +27,6 @@ import org.apache.guacamole.auth.jdbc.sharing.SharedAuthenticationProviderServic
|
||||
* Provides a implementation of AuthenticationProvider which interacts with the
|
||||
* PostgreSQL AuthenticationProvider, accepting share keys as credentials and
|
||||
* providing access to the shared connections.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class PostgreSQLSharedAuthenticationProvider extends InjectedAuthenticationProvider {
|
||||
|
||||
|
Reference in New Issue
Block a user