Package | Description |
---|---|
org.alfresco.web.app.servlet |
Modifier and Type | Method and Description |
---|---|
static AuthenticationStatus |
AuthenticationHelper.authenticate(ServletContext sc,
HttpServletRequest req,
HttpServletResponse res,
boolean forceGuest)
Helper to authenticate the current user using session based Ticket information.
|
static AuthenticationStatus |
AuthenticationHelper.authenticate(ServletContext sc,
HttpServletRequest req,
HttpServletResponse res,
boolean forceGuest,
boolean allowGuest)
Helper to authenticate the current user using session based Ticket information.
|
static AuthenticationStatus |
AuthenticationHelper.authenticate(ServletContext context,
HttpServletRequest httpRequest,
HttpServletResponse httpResponse,
String ticket)
Helper to authenticate the current user using the supplied Ticket value.
|
AuthenticationStatus |
BaseServlet.servletAuthenticate(HttpServletRequest req,
HttpServletResponse res)
Perform an authentication for the servlet request URI.
|
AuthenticationStatus |
BaseServlet.servletAuthenticate(HttpServletRequest req,
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–2017 Alfresco Software. All rights reserved.