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 classBaseKerberosAuthenticationFilterBase class with common code and initialisation for Kerberos authentication filters.classBaseSSOAuthenticationFilterBase class with common code and initialisation for single signon authentication filters.classKerberosAuthenticationFilterWebDAV Kerberos Authentication Filter ClassclassSSOFallbackBasicAuthenticationDriverBasic HTTP web authentication implementation.Methods in org.alfresco.repo.webdav.auth with parameters of type AuthenticationDriver Modifier and Type Method Description voidBaseSSOAuthenticationFilter. 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 classKerberosAuthenticationFilterKerberos Authentication Filter Class
-