public class KerberosAuthenticationFilter extends BaseKerberosAuthenticationFilter
loginPageLink, MIME_HTML_TEXT
ARG_TICKET, AUTHENTICATION_USER, authenticationComponent, authenticationListener, authenticationService, NO_AUTH_REQUIRED, nodeService, personService, remoteUserMapper, transactionService
AUTHENTICATION_USER
Constructor and Description |
---|
KerberosAuthenticationFilter() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkLoginPage(HttpServletRequest req,
HttpServletResponse resp) |
protected org.apache.commons.logging.Log |
getLogger()
Return the logger.
|
String |
getLoginPageLink() |
protected void |
onValidateFailed(ServletContext sc,
HttpServletRequest req,
HttpServletResponse res,
HttpSession session,
WebCredentials credentials)
Callback executed on failed authentication of a user ticket during Type3 Message processing
|
protected void |
writeLoginPageLink(ServletContext context,
HttpServletRequest req,
HttpServletResponse resp)
Writes link to login page and refresh tag which cause user
to be redirected to the login page.
|
authenticateRequest, handle, init, logonStartAgain, restartLoginChallenge, setJaasConfigEntryName, setPassword, setRealm, setStripKerberosUsernameSuffix
afterPropertiesSet, allowsTicketLogons, checkForTicketParameter, doFilter, getLoginPage, getSecurityConfigSection, getServerName, hasLoginPage, includeFallbackAuth, isActive, isFallbackEnabled, isNTLMSSPBlob, mapClientAddressToDomain, onLoginComplete, onValidate, performFallbackAuthentication, redirectToLoginPage, setActive, setFallback, setFallbackEnabled, setLoginPage, setLoginPageLink, setServerConfiguration, setTicketLogons
createUserEnvironment, createUserEnvironment, createUserObject, doInSystemTransaction, getSessionUser, getUserAttributeName, handleLoginForm, invalidateSession, setAuthenticationComponent, setAuthenticationListener, setAuthenticationService, setNodeService, setPersonService, setRemoteUserMapper, setTransactionService, setUserAttributeName
public String getLoginPageLink()
getLoginPageLink
in class BaseSSOAuthenticationFilter
protected void onValidateFailed(ServletContext sc, HttpServletRequest req, HttpServletResponse res, HttpSession session, WebCredentials credentials) throws IOException
BaseSSOAuthenticationFilter
onValidateFailed
in class BaseSSOAuthenticationFilter
sc
- the servlet contextreq
- HttpServletRequestres
- HttpServletResponsesession
- HttpSessionIOException
protected org.apache.commons.logging.Log getLogger()
BaseAuthenticationFilter
getLogger
in class BaseAuthenticationFilter
protected boolean checkLoginPage(HttpServletRequest req, HttpServletResponse resp)
checkLoginPage
in class BaseKerberosAuthenticationFilter
protected void writeLoginPageLink(ServletContext context, HttpServletRequest req, HttpServletResponse resp) throws IOException
writeLoginPageLink
in class BaseSSOAuthenticationFilter
context
- ServletContextreq
- HttpServletRequestresp
- HttpServletResponseIOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.