|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.webdav.auth.BaseAuthenticationFilter
org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter
org.alfresco.repo.webdav.auth.BaseNTLMAuthenticationFilter
org.alfresco.repo.webdav.auth.NTLMAuthenticationFilter
public class NTLMAuthenticationFilter
WebDav NTLM Authentication Filter Class
Field Summary |
---|
Fields inherited from class org.alfresco.repo.webdav.auth.BaseNTLMAuthenticationFilter |
---|
AUTH_NTLM, AUTHORIZATION, NTLM_AUTH_DETAILS, NTLM_AUTH_SESSION, WWW_AUTHENTICATE |
Fields inherited from class org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter |
---|
MIME_HTML_TEXT |
Fields inherited from class org.alfresco.repo.webdav.auth.BaseAuthenticationFilter |
---|
ARG_TICKET, AUTHENTICATION_USER, authenticationComponent, authenticationService, NO_AUTH_REQUIRED, nodeService, personService, remoteUserMapper, transactionService |
Constructor Summary | |
---|---|
NTLMAuthenticationFilter()
|
Method Summary | |
---|---|
protected org.apache.commons.logging.Log |
getLogger()
Return the logger. |
protected void |
onValidateFailed(javax.servlet.ServletContext sc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.http.HttpSession session)
Callback executed on failed authentication of a user ticket during Type3 Message processing |
Methods inherited from class org.alfresco.repo.webdav.auth.BaseNTLMAuthenticationFilter |
---|
authenticateRequest, checkNTLMv1, checkNTLMv2, checkNTLMv2SessionKey, disableNTLMv2, getMD4Hash, init, processType1, processType3, restartLoginChallenge, setMapUnknownUserToGuest, validateLocalHashedPassword |
Methods inherited from class org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter |
---|
afterPropertiesSet, allowsTicketLogons, checkForTicketParameter, doFilter, getLoginPage, getSecurityConfigSection, getServerName, hasLoginPage, isActive, isNTLMSSPBlob, mapClientAddressToDomain, onLoginComplete, onValidate, redirectToLoginPage, setActive, setLoginPage, setServerConfiguration, setTicketLogons, writeLoginPageLink |
Methods inherited from class org.alfresco.repo.webdav.auth.BaseAuthenticationFilter |
---|
createUserEnvironment, createUserEnvironment, createUserObject, doInSystemTransaction, getSessionUser, getUserAttributeName, handleLoginForm, invalidateSession, setAuthenticationComponent, setAuthenticationService, setNodeService, setPersonService, setRemoteUserMapper, setTransactionService, setUserAttributeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NTLMAuthenticationFilter()
Method Detail |
---|
protected void onValidateFailed(javax.servlet.ServletContext sc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.http.HttpSession session) throws java.io.IOException
BaseSSOAuthenticationFilter
onValidateFailed
in class BaseSSOAuthenticationFilter
sc
- the servlet contextreq
- HttpServletRequestres
- HttpServletResponsesession
- HttpSession
java.io.IOException
protected final org.apache.commons.logging.Log getLogger()
BaseAuthenticationFilter
getLogger
in class BaseAuthenticationFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |