Uses of Class
org.apache.guacamole.net.RequestDetails
Packages that use RequestDetails
Package
Description
Provides classes which can be used to extend or replace the authentication
functionality of the Guacamole web application.
-
Uses of RequestDetails in org.apache.guacamole.net
Constructors in org.apache.guacamole.net with parameters of type RequestDetailsModifierConstructorDescriptionRequestDetails
(RequestDetails requestDetails) Creates a new RequestDetails that copies the details of the given RequestDetails. -
Uses of RequestDetails in org.apache.guacamole.net.auth
Methods in org.apache.guacamole.net.auth that return RequestDetailsModifier and TypeMethodDescriptionCredentials.getRequestDetails()
Returns the details of the HTTP request related to these Credentials.Methods in org.apache.guacamole.net.auth with parameters of type RequestDetailsModifier and TypeMethodDescriptionvoid
Credentials.setRequestDetails
(RequestDetails requestDetails) Replaces the current HTTP request details of these Credentials with the given details.Constructors in org.apache.guacamole.net.auth with parameters of type RequestDetailsModifierConstructorDescriptionCredentials
(String username, String password, RequestDetails requestDetails) Creates a new Credentials object with the given username, password, and general HTTP request details.