GUACAMOLE-224: Remove @author tags from codebase.

This commit is contained in:
Michael Jumper
2017-02-27 23:17:42 -08:00
parent fa07460390
commit dec73c8457
412 changed files with 18 additions and 832 deletions

View File

@@ -32,8 +32,6 @@ import java.security.Principal;
/**
* Service providing convenience functions for the HTTP Header
* AuthenticationProvider implementation.
*
* @author Nick Couchman
*/
public class AuthenticationProviderService {

View File

@@ -26,8 +26,6 @@ import org.apache.guacamole.environment.Environment;
/**
* Service for retrieving configuration information for HTTP header-based
* authentication.
*
* @author Nick Couchman
*/
public class ConfigurationService {

View File

@@ -32,8 +32,6 @@ import org.apache.guacamole.net.auth.UserContext;
* arbitrary external HTTP header. No storage for connections is
* provided - only authentication. Storage must be provided by some other
* extension.
*
* @author Nick Couchman
*/
public class HTTPHeaderAuthenticationProvider implements AuthenticationProvider {

View File

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

View File

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

View File

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