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:
@@ -32,8 +32,6 @@ import java.security.Principal;
|
||||
/**
|
||||
* Service providing convenience functions for the HTTP Header
|
||||
* AuthenticationProvider implementation.
|
||||
*
|
||||
* @author Nick Couchman
|
||||
*/
|
||||
public class AuthenticationProviderService {
|
||||
|
||||
|
@@ -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 {
|
||||
|
||||
|
@@ -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 {
|
||||
|
||||
|
@@ -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 {
|
||||
|
||||
|
@@ -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 {
|
||||
|
||||
|
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user