Skip to content

Commit

Permalink
GUACAMOLE-1239: Merge fix RADIUS extension build.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman authored Jan 2, 2025
2 parents 333b73c + 88487bc commit 64bfd45
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,20 @@
import org.apache.guacamole.net.auth.AbstractAuthenticatedUser;
import org.apache.guacamole.net.auth.AuthenticationProvider;
import org.apache.guacamole.net.auth.Credentials;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* An RADIUS-specific implementation of AuthenticatedUser, associating a
* particular set of credentials with the RADIUS authentication provider.
*/
public class AuthenticatedUser extends AbstractAuthenticatedUser {

/**
* Logger for this class.
*/
private static final Logger LOGGER = LoggerFactory.getLogger(AuthenticatedUser.class);

/**
* Reference to the authentication provider associated with this
* authenticated user.
*/
@Inject
private AuthenticationProvider authProvider;

/**
* A reference to the configuration service associated with this module.
*/
@Inject
private ConfigurationService confService;

/**
* The credentials provided when this user was authenticated.
*/
Expand Down

0 comments on commit 64bfd45

Please sign in to comment.