public class Create extends AuthenticatingHttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETER_PREFIX
Prefix given to a parameter name when that parameter is a protocol-
specific parameter meant for the configuration.
|
| Constructor and Description |
|---|
Create() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
authenticatedService(UserContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Function called after the credentials given in the request (if any)
are authenticated.
|
getCredentials, getUserContext, hasNewCredentials, init, servicedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final String PARAMETER_PREFIX
protected void authenticatedService(UserContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws GuacamoleException
AuthenticatingHttpServletauthenticatedService in class AuthenticatingHttpServletcontext - The current UserContext.request - The HttpServletRequest being serviced.response - An HttpServletResponse which controls the HTTP response
of this servlet.GuacamoleException - If an error occurs that interferes with the
normal operation of this servlet.Copyright © 2013. All rights reserved.