public class StatelessFormAuthenticator
extends org.apache.catalina.authenticator.AuthenticatorBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
characterEncoding |
static String |
EXCEPTION_ATTR |
static String |
FORM_ACTION |
static String |
FORM_PASSWORD |
static String |
FORM_USERNAME |
AUTH_HEADER_NAME, cache, changeSessionIdOnAuthentication, context, disableProxyCaching, info, lifecycle, REALM_NAME, securePagesWithPragma, SESSION_ID_BYTES, sso, started| Constructor and Description |
|---|
StatelessFormAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
authenticate(org.apache.catalina.connector.Request request,
javax.servlet.http.HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig config) |
String |
getCharacterEncoding() |
void |
setCharacterEncoding(String characterEncoding) |
addLifecycleListener, associate, authenticate, findLifecycleListeners, generateSessionId, getCache, getContainer, getDisableProxyCaching, getInfo, getSecurePagesWithPragma, invoke, isChangeSessionIdOnAuthentication, login, logout, reauthenticateFromSSO, register, removeLifecycleListener, setCache, setChangeSessionIdOnAuthentication, setContainer, setDisableProxyCaching, setSecurePagesWithPragma, start, stop, unregisterpublic static final String FORM_ACTION
public static final String FORM_PASSWORD
public static final String FORM_USERNAME
public static final String EXCEPTION_ATTR
protected String characterEncoding
protected boolean authenticate(org.apache.catalina.connector.Request request,
javax.servlet.http.HttpServletResponse response,
org.apache.catalina.deploy.LoginConfig config)
throws IOException
authenticate in class org.apache.catalina.authenticator.AuthenticatorBaseIOExceptionpublic String getCharacterEncoding()
public void setCharacterEncoding(String characterEncoding)
Copyright © 2015–2016. All rights reserved.