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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintmap(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) voidsetBypassGroovyScript(String bypassGroovyScript) voidsetEmailAttribute(String emailAttribute) voidsetEmailFrom(String emailFrom) voidsetEmailSubject(String emailSubject) voidsetEmailText(String emailText) voidsetTimeToKillInSeconds(long timeToKillInSeconds) voidsetTokenLength(int tokenLength)
-
Constructor Details
-
SimpleMfaAuthModuleConf
public SimpleMfaAuthModuleConf()
-
-
Method Details
-
getFriendlyName
- Specified by:
getFriendlyNamein 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:
mapin interfaceAuthModuleConf
-