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.AuthModuleConfAuthModuleConf.Mapper
 
- 
 - 
Constructor SummaryConstructors Constructor Description DuoMfaAuthModuleConf()
 - 
Method SummaryAll 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- 
getFriendlyNamepublic String getFriendlyName() - Specified by:
- getFriendlyNamein interface- MFAAuthModuleConf
 
 - 
getIntegrationKeypublic String getIntegrationKey() 
 - 
setIntegrationKeypublic void setIntegrationKey(String integrationKey) 
 - 
getSecretKeypublic String getSecretKey() 
 - 
setSecretKeypublic void setSecretKey(String secretKey) 
 - 
getApplicationKeypublic String getApplicationKey() 
 - 
setApplicationKeypublic void setApplicationKey(String applicationKey) 
 - 
getApiHostpublic String getApiHost() 
 - 
setApiHostpublic void setApiHost(String apiHost) 
 - 
mappublic Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) - Specified by:
- mapin interface- AuthModuleConf
 
 
- 
 
-