|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.sling.auth.core.spi.AbstractAuthenticationFormServlet
org.apache.sling.auth.openid.impl.AuthenticationFormServlet
public class AuthenticationFormServlet
The AuthenticationFormServlet
provides the default login form
used for OpenID Authentication.
Field Summary |
---|
Fields inherited from class org.apache.sling.auth.core.spi.AbstractAuthenticationFormServlet |
---|
CUSTOM_FORM_PATH, DEFAULT_FORM_PATH |
Constructor Summary | |
---|---|
AuthenticationFormServlet()
|
Method Summary | |
---|---|
protected String |
getReason(javax.servlet.http.HttpServletRequest request)
Returns an informational message according to the value provided in the j_reason request parameter. |
Methods inherited from class org.apache.sling.auth.core.spi.AbstractAuthenticationFormServlet |
---|
doGet, doPost, getContextPath, getCustomFormPath, getDefaultFormPath, getForm, getResource |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationFormServlet()
Method Detail |
---|
protected String getReason(javax.servlet.http.HttpServletRequest request)
j_reason
request parameter. Supported reasons are invalid
credentials and session timeout.
getReason
in class AbstractAuthenticationFormServlet
request
- The request providing the parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |