Class DuoMfaAuthModuleConf
- java.lang.Object
-
- org.apache.syncope.common.lib.auth.DuoMfaAuthModuleConf
-
- All Implemented Interfaces:
Serializable,AuthModuleConf,MFAAuthModuleConf,BaseBean
public class DuoMfaAuthModuleConf 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 DuoMfaAuthModuleConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiHost()StringgetApplicationKey()StringgetFriendlyName()StringgetIntegrationKey()StringgetSecretKey()Map<String,Object>map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)voidsetApiHost(String apiHost)voidsetApplicationKey(String applicationKey)voidsetIntegrationKey(String integrationKey)voidsetSecretKey(String secretKey)
-
-
-
Method Detail
-
getFriendlyName
public String getFriendlyName()
- Specified by:
getFriendlyNamein interfaceMFAAuthModuleConf
-
getIntegrationKey
public String getIntegrationKey()
-
setIntegrationKey
public void setIntegrationKey(String integrationKey)
-
getSecretKey
public String getSecretKey()
-
setSecretKey
public void setSecretKey(String secretKey)
-
getApplicationKey
public String getApplicationKey()
-
setApplicationKey
public void setApplicationKey(String applicationKey)
-
getApiHost
public String getApiHost()
-
setApiHost
public void setApiHost(String apiHost)
-
map
public Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
- Specified by:
mapin interfaceAuthModuleConf
-
-