Class SimpleMfaAuthModuleConf
- java.lang.Object
-
- org.apache.syncope.common.lib.auth.SimpleMfaAuthModuleConf
-
- All Implemented Interfaces:
Serializable
,AuthModuleConf
,MFAAuthModuleConf
,BaseBean
public class SimpleMfaAuthModuleConf extends Object implements MFAAuthModuleConf
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
-
Constructor Summary
Constructors Constructor Description SimpleMfaAuthModuleConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBypassGroovyScript()
String
getEmailAttribute()
String
getEmailFrom()
String
getEmailSubject()
String
getEmailText()
String
getFriendlyName()
long
getTimeToKillInSeconds()
int
getTokenLength()
Map<String,Object>
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)
-
-
-
Method Detail
-
getFriendlyName
public String getFriendlyName()
- Specified by:
getFriendlyName
in interfaceMFAAuthModuleConf
-
getEmailFrom
public String getEmailFrom()
-
setEmailFrom
public void setEmailFrom(String emailFrom)
-
getEmailSubject
public String getEmailSubject()
-
setEmailSubject
public void setEmailSubject(String emailSubject)
-
getEmailText
public String getEmailText()
-
setEmailText
public void setEmailText(String emailText)
-
getBypassGroovyScript
public String getBypassGroovyScript()
-
setBypassGroovyScript
public void setBypassGroovyScript(String bypassGroovyScript)
-
getEmailAttribute
public String getEmailAttribute()
-
setEmailAttribute
public void setEmailAttribute(String emailAttribute)
-
getTimeToKillInSeconds
public long getTimeToKillInSeconds()
-
setTimeToKillInSeconds
public void setTimeToKillInSeconds(long timeToKillInSeconds)
-
getTokenLength
public int getTokenLength()
-
setTokenLength
public void setTokenLength(int tokenLength)
-
map
public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
- Specified by:
map
in interfaceAuthModuleConf
-
-