Uses of Interface
org.alfresco.repo.web.auth.WebCredentials
Packages that use WebCredentials
Package
Description
-
Uses of WebCredentials in org.alfresco.repo.web.auth
Classes in org.alfresco.repo.web.auth that implement WebCredentialsModifier and TypeClassDescriptionclass
WebCredentials
holding username and the md5 hash of the password.class
WebCredentials
representing a guest user.class
WebCredentials
implementation for holding Kerberos credentials.class
WebCredentials
class for holding Alfresco tickets.class
WebCredentials
where credentials are undetermined.Methods in org.alfresco.repo.web.auth with parameters of type WebCredentialsModifier and TypeMethodDescriptionvoid
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 WebCredentialsModifier and TypeMethodDescriptionprotected 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) -
Uses of WebCredentials in org.alfresco.rest.api
Classes in org.alfresco.rest.api that implement WebCredentialsModifier and TypeClassDescriptionclass
WebCredentials
class for holding information related to authentication when using the public API..class
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 WebCredentialsConstructors in org.alfresco.rest.api with parameters of type WebCredentialsModifierConstructorDescriptionTenantCredentials
(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 WebCredentialsModifier and TypeMethodDescriptionprotected void
KerberosAuthenticationFilter.onValidateFailed
(javax.servlet.ServletContext sc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.http.HttpSession session, WebCredentials credentials)