mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-197: Remove @author tags from Java source files.
This commit is contained in:
committed by
Nick Couchman
parent
df91b8828a
commit
9de1b73ac8
@@ -48,8 +48,6 @@ import net.jradius.packet.attribute.RadiusAttribute;
|
||||
/**
|
||||
* Service providing convenience functions for the RADIUS AuthenticationProvider
|
||||
* implementation.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class AuthenticationProviderService {
|
||||
|
||||
|
@@ -27,8 +27,6 @@ import org.apache.guacamole.environment.Environment;
|
||||
|
||||
/**
|
||||
* Service for retrieving configuration information regarding the RADIUS server.
|
||||
*
|
||||
* @author Nick Couchman
|
||||
*/
|
||||
public class ConfigurationService {
|
||||
|
||||
|
@@ -32,8 +32,6 @@ import org.apache.guacamole.net.auth.UserContext;
|
||||
* Allows users to be authenticated against an RADIUS server. Each user may have
|
||||
* any number of authorized configurations. Authorized configurations may be
|
||||
* shared.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class RadiusAuthenticationProvider implements AuthenticationProvider {
|
||||
|
||||
|
@@ -27,8 +27,6 @@ import org.apache.guacamole.net.auth.AuthenticationProvider;
|
||||
|
||||
/**
|
||||
* Guice module which configures RADIUS-specific injections.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class RadiusAuthenticationProviderModule extends AbstractModule {
|
||||
|
||||
|
@@ -47,8 +47,6 @@ import net.jradius.packet.RadiusResponse;
|
||||
|
||||
/**
|
||||
* Service for creating and managing connections to RADIUS servers.
|
||||
*
|
||||
* @author Nick Couchman
|
||||
*/
|
||||
public class RadiusConnectionService {
|
||||
|
||||
|
@@ -28,8 +28,6 @@ import org.apache.guacamole.properties.StringGuacamoleProperty;
|
||||
* Provides properties required for use of the RADIUS authentication provider.
|
||||
* These properties will be read from guacamole.properties when the RADIUS
|
||||
* authentication provider is used.
|
||||
*
|
||||
* @author Nick Couchman
|
||||
*/
|
||||
public class RadiusGuacamoleProperties {
|
||||
|
||||
|
@@ -27,8 +27,6 @@ import org.apache.guacamole.net.auth.Credentials;
|
||||
/**
|
||||
* An RADIUS-specific implementation of AuthenticatedUser, associating a
|
||||
* particular set of credentials with the RADIUS authentication provider.
|
||||
*
|
||||
* @author Michael Jumper
|
||||
*/
|
||||
public class AuthenticatedUser extends AbstractAuthenticatedUser {
|
||||
|
||||
|
Reference in New Issue
Block a user