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 TypeClassDescriptionclassWebCredentialsholding username and the md5 hash of the password.classWebCredentialsrepresenting a guest user.classWebCredentialsimplementation for holding Kerberos credentials.classWebCredentialsclass for holding Alfresco tickets.classWebCredentialswhere credentials are undetermined.Methods in org.alfresco.repo.web.auth with parameters of type WebCredentialsModifier and TypeMethodDescriptionvoidAuthenticationListener.authenticationFailed(WebCredentials credentials) An authentication attempt, using credentials, failed.voidAuthenticationListener.authenticationFailed(WebCredentials credentials, Exception ex) An authentication attempt, using credentials, failed with exception, ex.voidNoopAuthenticationListener.authenticationFailed(WebCredentials credentials) voidNoopAuthenticationListener.authenticationFailed(WebCredentials credentials, Exception ex) voidAuthenticationListener.userAuthenticated(WebCredentials credentials) A user was successfully authenticated credentials.voidNoopAuthenticationListener.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 voidBaseSSOAuthenticationFilter.onValidate(jakarta.servlet.ServletContext sc, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, WebCredentials credentials) Callback executed on successful ticket validation during Type3 Message processing.protected voidBaseSSOAuthenticationFilter.onValidateFailed(jakarta.servlet.ServletContext sc, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.http.HttpSession session, WebCredentials credentials) Callback executed on failed authentication of a user ticket during Type3 Message processingprotected voidKerberosAuthenticationFilter.onValidateFailed(jakarta.servlet.ServletContext sc, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.http.HttpSession session, WebCredentials credentials) -
Uses of WebCredentials in org.alfresco.rest.api
Classes in org.alfresco.rest.api that implement WebCredentialsModifier and TypeClassDescriptionclassWebCredentialsclass for holding information related to authentication when using the public API..classWebCredentialsclass which wraps the credentials from theBasicHttpAuthenticatorFactory.BasicHttpAuthenticatorand 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 voidKerberosAuthenticationFilter.onValidateFailed(jakarta.servlet.ServletContext sc, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.http.HttpSession session, WebCredentials credentials)