GUACAMOLE-197: Remove @author tags from Java source files.

This commit is contained in:
Nick Couchman
2017-02-28 08:03:45 -05:00
committed by Nick Couchman
parent df91b8828a
commit 9de1b73ac8
7 changed files with 0 additions and 14 deletions

View File

@@ -48,8 +48,6 @@ import net.jradius.packet.attribute.RadiusAttribute;
/** /**
* Service providing convenience functions for the RADIUS AuthenticationProvider * Service providing convenience functions for the RADIUS AuthenticationProvider
* implementation. * implementation.
*
* @author Michael Jumper
*/ */
public class AuthenticationProviderService { public class AuthenticationProviderService {

View File

@@ -27,8 +27,6 @@ import org.apache.guacamole.environment.Environment;
/** /**
* Service for retrieving configuration information regarding the RADIUS server. * Service for retrieving configuration information regarding the RADIUS server.
*
* @author Nick Couchman
*/ */
public class ConfigurationService { public class ConfigurationService {

View File

@@ -32,8 +32,6 @@ import org.apache.guacamole.net.auth.UserContext;
* Allows users to be authenticated against an RADIUS server. Each user may have * Allows users to be authenticated against an RADIUS server. Each user may have
* any number of authorized configurations. Authorized configurations may be * any number of authorized configurations. Authorized configurations may be
* shared. * shared.
*
* @author Michael Jumper
*/ */
public class RadiusAuthenticationProvider implements AuthenticationProvider { public class RadiusAuthenticationProvider implements AuthenticationProvider {

View File

@@ -27,8 +27,6 @@ import org.apache.guacamole.net.auth.AuthenticationProvider;
/** /**
* Guice module which configures RADIUS-specific injections. * Guice module which configures RADIUS-specific injections.
*
* @author Michael Jumper
*/ */
public class RadiusAuthenticationProviderModule extends AbstractModule { public class RadiusAuthenticationProviderModule extends AbstractModule {

View File

@@ -47,8 +47,6 @@ import net.jradius.packet.RadiusResponse;
/** /**
* Service for creating and managing connections to RADIUS servers. * Service for creating and managing connections to RADIUS servers.
*
* @author Nick Couchman
*/ */
public class RadiusConnectionService { public class RadiusConnectionService {

View File

@@ -28,8 +28,6 @@ import org.apache.guacamole.properties.StringGuacamoleProperty;
* Provides properties required for use of the RADIUS authentication provider. * Provides properties required for use of the RADIUS authentication provider.
* These properties will be read from guacamole.properties when the RADIUS * These properties will be read from guacamole.properties when the RADIUS
* authentication provider is used. * authentication provider is used.
*
* @author Nick Couchman
*/ */
public class RadiusGuacamoleProperties { public class RadiusGuacamoleProperties {

View File

@@ -27,8 +27,6 @@ import org.apache.guacamole.net.auth.Credentials;
/** /**
* An RADIUS-specific implementation of AuthenticatedUser, associating a * An RADIUS-specific implementation of AuthenticatedUser, associating a
* particular set of credentials with the RADIUS authentication provider. * particular set of credentials with the RADIUS authentication provider.
*
* @author Michael Jumper
*/ */
public class AuthenticatedUser extends AbstractAuthenticatedUser { public class AuthenticatedUser extends AbstractAuthenticatedUser {