Class GoogleMfaAuthModuleConf
java.lang.Object
org.apache.syncope.common.lib.auth.GoogleMfaAuthModuleConf
- All Implemented Interfaces:
Serializable
,AuthModuleConf
,LDAPDependantAuthModuleConf
,MFAAuthModuleConf
,BaseBean
public class GoogleMfaAuthModuleConf
extends Object
implements MFAAuthModuleConf, LDAPDependantAuthModuleConf
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getLabel()
getLdap()
long
int
map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) void
setCodeDigits
(int codeDigits) void
void
void
void
setTimeStepSize
(long timeStepSize) void
setWindowSize
(int windowSize)
-
Constructor Details
-
GoogleMfaAuthModuleConf
public GoogleMfaAuthModuleConf()
-
-
Method Details
-
ldapInstance
- Specified by:
ldapInstance
in interfaceLDAPDependantAuthModuleConf
-
getFriendlyName
- Specified by:
getFriendlyName
in interfaceMFAAuthModuleConf
-
getIssuer
-
setIssuer
-
getLabel
-
setLabel
-
getCodeDigits
public int getCodeDigits() -
setCodeDigits
public void setCodeDigits(int codeDigits) -
getTimeStepSize
public long getTimeStepSize() -
setTimeStepSize
public void setTimeStepSize(long timeStepSize) -
getWindowSize
public int getWindowSize() -
setWindowSize
public void setWindowSize(int windowSize) -
getLdap
-
setLdap
-
map
- Specified by:
map
in interfaceAuthModuleConf
-