Class DefaultAuthenticator

java.lang.Object
com.logicaldoc.core.security.authentication.AbstractAuthenticator
com.logicaldoc.core.security.authentication.DefaultAuthenticator
All Implemented Interfaces:
Authenticator
Direct Known Subclasses:
ApiKeyAuthenticator

@Component("defaultAuthenticator") public class DefaultAuthenticator extends AbstractAuthenticator
This is the basic authentication mechanism, that searches for the user in the LogicalDOC database.
Since:
4.5
Author:
Sebastian Wenzky
  • Constructor Details

    • DefaultAuthenticator

      public DefaultAuthenticator()
  • Method Details