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 String
getApiHost()
String
getApplicationKey()
String
getFriendlyName()
String
getIntegrationKey()
String
getSecretKey()
Map<String,Object>
map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
void
setApiHost(String apiHost)
void
setApplicationKey(String applicationKey)
void
setIntegrationKey(String integrationKey)
void
setSecretKey(String secretKey)
-
-
-
Method Detail
-
getFriendlyName
public String getFriendlyName()
- Specified by:
getFriendlyName
in 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:
map
in interfaceAuthModuleConf
-
-