| Package | Description |
|---|---|
| org.alfresco.web.app.servlet |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationStatus |
AuthenticationHelper.authenticate(javax.servlet.ServletContext sc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
boolean forceGuest)
Helper to authenticate the current user using session based Ticket information.
|
static AuthenticationStatus |
AuthenticationHelper.authenticate(javax.servlet.ServletContext sc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
boolean forceGuest,
boolean allowGuest)
Helper to authenticate the current user using session based Ticket information.
|
static AuthenticationStatus |
AuthenticationHelper.authenticate(javax.servlet.ServletContext context,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
String ticket)
Helper to authenticate the current user using the supplied Ticket value.
|
AuthenticationStatus |
BaseServlet.servletAuthenticate(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Perform an authentication for the servlet request URI.
|
AuthenticationStatus |
BaseServlet.servletAuthenticate(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
boolean redirectToLoginPage)
Perform an authentication for the servlet request URI.
|
static AuthenticationStatus |
AuthenticationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationStatus[] |
AuthenticationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.