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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GoogleMfaAuthModuleConf.LDAP
-
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
-
Constructor Summary
Constructors Constructor Description GoogleMfaAuthModuleConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCodeDigits()
String
getFriendlyName()
String
getIssuer()
String
getLabel()
GoogleMfaAuthModuleConf.LDAP
getLdap()
long
getTimeStepSize()
int
getWindowSize()
AbstractLDAPConf
ldapInstance()
Map<String,Object>
map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
void
setCodeDigits(int codeDigits)
void
setIssuer(String issuer)
void
setLabel(String label)
void
setLdap(GoogleMfaAuthModuleConf.LDAP ldap)
void
setTimeStepSize(long timeStepSize)
void
setWindowSize(int windowSize)
-
-
-
Method Detail
-
ldapInstance
public AbstractLDAPConf ldapInstance()
- Specified by:
ldapInstance
in interfaceLDAPDependantAuthModuleConf
-
getFriendlyName
public String getFriendlyName()
- Specified by:
getFriendlyName
in interfaceMFAAuthModuleConf
-
getIssuer
public String getIssuer()
-
setIssuer
public void setIssuer(String issuer)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
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
public GoogleMfaAuthModuleConf.LDAP getLdap()
-
setLdap
public void setLdap(GoogleMfaAuthModuleConf.LDAP ldap)
-
map
public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
- Specified by:
map
in interfaceAuthModuleConf
-
-