Class SimpleMfaAuthModuleConf
java.lang.Object
org.apache.syncope.common.lib.auth.SimpleMfaAuthModuleConf
- All Implemented Interfaces:
Serializable
,AuthModuleConf
,MFAAuthModuleConf
,BaseBean
- 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 TypeMethodDescriptionlong
int
map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) void
setBypassGroovyScript
(String bypassGroovyScript) void
setEmailAttribute
(String emailAttribute) void
setEmailFrom
(String emailFrom) void
setEmailSubject
(String emailSubject) void
setEmailText
(String emailText) void
setTimeToKillInSeconds
(long timeToKillInSeconds) void
setTokenLength
(int tokenLength)
-
Constructor Details
-
SimpleMfaAuthModuleConf
public SimpleMfaAuthModuleConf()
-
-
Method Details
-
getFriendlyName
- Specified by:
getFriendlyName
in interfaceMFAAuthModuleConf
-
getEmailFrom
-
setEmailFrom
-
getEmailSubject
-
setEmailSubject
-
getEmailText
-
setEmailText
-
getBypassGroovyScript
-
setBypassGroovyScript
-
getEmailAttribute
-
setEmailAttribute
-
getTimeToKillInSeconds
public long getTimeToKillInSeconds() -
setTimeToKillInSeconds
public void setTimeToKillInSeconds(long timeToKillInSeconds) -
getTokenLength
public int getTokenLength() -
setTokenLength
public void setTokenLength(int tokenLength) -
map
- Specified by:
map
in interfaceAuthModuleConf
-