Class AbstractSecondFactorAuthenticator
- java.lang.Object
-
- com.logicaldoc.enterprise.security.twofactorsauth.AbstractSecondFactorAuthenticator
-
- All Implemented Interfaces:
SecondFactorAuthenticator
- Direct Known Subclasses:
GoogleAuthenticator
,YubiKey
public abstract class AbstractSecondFactorAuthenticator extends Object implements SecondFactorAuthenticator
A base for implementing other authenticators- Since:
- 7.7.3
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description AbstractSecondFactorAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabledForUser(com.logicaldoc.core.security.User user)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.logicaldoc.enterprise.security.twofactorsauth.SecondFactorAuthenticator
authenticate
-
-
-
-
Method Detail
-
isEnabledForUser
public boolean isEnabledForUser(com.logicaldoc.core.security.User user)
- Specified by:
isEnabledForUser
in interfaceSecondFactorAuthenticator
-
-