Uses of Interface
org.alfresco.repo.webdav.auth.AuthenticationDriver
-
Packages that use AuthenticationDriver Package Description org.alfresco.repo.webdav.auth org.alfresco.web.app.servlet -
-
Uses of AuthenticationDriver in org.alfresco.repo.webdav.auth
Classes in org.alfresco.repo.webdav.auth that implement AuthenticationDriver Modifier and Type Class Description class
BaseKerberosAuthenticationFilter
Base class with common code and initialisation for Kerberos authentication filters.class
BaseSSOAuthenticationFilter
Base class with common code and initialisation for single signon authentication filters.class
KerberosAuthenticationFilter
WebDAV Kerberos Authentication Filter Classclass
SSOFallbackBasicAuthenticationDriver
Basic HTTP web authentication implementation.Methods in org.alfresco.repo.webdav.auth with parameters of type AuthenticationDriver Modifier and Type Method Description void
BaseSSOAuthenticationFilter. setFallback(AuthenticationDriver delegate)
Sets the fallback authentication support for this filter -
Uses of AuthenticationDriver in org.alfresco.web.app.servlet
Classes in org.alfresco.web.app.servlet that implement AuthenticationDriver Modifier and Type Class Description class
KerberosAuthenticationFilter
Kerberos Authentication Filter Class
-