Uses of Interface
org.alfresco.repo.web.auth.WebCredentials
-
Packages that use WebCredentials Package Description org.alfresco.repo.web.auth org.alfresco.repo.webdav.auth org.alfresco.rest.api org.alfresco.web.app.servlet -
-
Uses of WebCredentials in org.alfresco.repo.web.auth
Classes in org.alfresco.repo.web.auth that implement WebCredentials Modifier and Type Class Description class
BasicAuthCredentials
WebCredentials
holding username and the md5 hash of the password.class
GuestCredentials
WebCredentials
representing a guest user.class
KerberosCredentials
WebCredentials
implementation for holding Kerberos credentials.class
NTLMCredentials
WebCredentials
for holding credentials for NTLM authentication.class
TicketCredentials
WebCredentials
class for holding Alfresco tickets.class
UnknownCredentials
WebCredentials
where credentials are undetermined.Methods in org.alfresco.repo.web.auth with parameters of type WebCredentials Modifier and Type Method Description void
AuthenticationListener. authenticationFailed(WebCredentials credentials)
An authentication attempt, using credentials, failed.void
AuthenticationListener. authenticationFailed(WebCredentials credentials, Exception ex)
An authentication attempt, using credentials, failed with exception, ex.void
NoopAuthenticationListener. authenticationFailed(WebCredentials credentials)
void
NoopAuthenticationListener. authenticationFailed(WebCredentials credentials, Exception ex)
void
AuthenticationListener. userAuthenticated(WebCredentials credentials)
A user was successfully authenticated credentials.void
NoopAuthenticationListener. userAuthenticated(WebCredentials credentials)
-
Uses of WebCredentials in org.alfresco.repo.webdav.auth
Methods in org.alfresco.repo.webdav.auth with parameters of type WebCredentials Modifier and Type Method Description protected void
BaseSSOAuthenticationFilter. onValidate(javax.servlet.ServletContext sc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, WebCredentials credentials)
Callback executed on successful ticket validation during Type3 Message processing.protected void
BaseSSOAuthenticationFilter. onValidateFailed(javax.servlet.ServletContext sc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.http.HttpSession session, WebCredentials credentials)
Callback executed on failed authentication of a user ticket during Type3 Message processingprotected void
KerberosAuthenticationFilter. onValidateFailed(javax.servlet.ServletContext sc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.http.HttpSession session, WebCredentials credentials)
protected void
NTLMAuthenticationFilter. onValidateFailed(javax.servlet.ServletContext sc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.http.HttpSession session, WebCredentials webCredentials)
-
Uses of WebCredentials in org.alfresco.rest.api
Classes in org.alfresco.rest.api that implement WebCredentials Modifier and Type Class Description class
PublicApiCredentials
WebCredentials
class for holding information related to authentication when using the public API..class
TenantCredentials
WebCredentials
class which wraps the credentials from theBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
and adds additional information related to TenantBased logins.Methods in org.alfresco.rest.api that return WebCredentials Modifier and Type Method Description WebCredentials
TenantCredentials. getOriginalCredentials()
Constructors in org.alfresco.rest.api with parameters of type WebCredentials Constructor Description TenantCredentials(String tenant, String email, WebCredentials orignalCredentials)
-
Uses of WebCredentials in org.alfresco.web.app.servlet
Methods in org.alfresco.web.app.servlet with parameters of type WebCredentials Modifier and Type Method Description protected void
KerberosAuthenticationFilter. onValidateFailed(javax.servlet.ServletContext sc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.http.HttpSession session, WebCredentials credentials)
protected void
NTLMAuthenticationFilter. onValidateFailed(javax.servlet.ServletContext sc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.http.HttpSession session, WebCredentials credentials)
-