@Service(value=javax.servlet.Servlet.class)
@Properties(value={@Property(name="service.vendor",value="The Apache Software Foundation"),@Property(name="service.description",value="Default Login Form for OpenID Authentication")})
public class AuthenticationFormServlet
extends org.apache.sling.auth.core.spi.AbstractAuthenticationFormServlet
AuthenticationFormServlet provides the default login form
used for OpenID Authentication.| Constructor and Description |
|---|
AuthenticationFormServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getReason(javax.servlet.http.HttpServletRequest request)
Returns an informational message according to the value provided in the
j_reason request parameter. |
doGet, doPost, getContextPath, getCustomFormPath, getDefaultFormPath, getForm, getResourcedoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected String getReason(javax.servlet.http.HttpServletRequest request)
j_reason request parameter. Supported reasons are invalid
credentials and session timeout.getReason in class org.apache.sling.auth.core.spi.AbstractAuthenticationFormServletrequest - The request providing the parameterCopyright © 2007–2014 The Apache Software Foundation. All rights reserved.