Class DuoMfaAuthModuleConf
java.lang.Object
org.apache.syncope.common.lib.auth.DuoMfaAuthModuleConf
- All Implemented Interfaces:
Serializable
,AuthModuleConf
,MFAAuthModuleConf
,BaseBean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmap
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) void
setApiHost
(String apiHost) void
setIntegrationKey
(String integrationKey) void
setSecretKey
(String secretKey)
-
Constructor Details
-
DuoMfaAuthModuleConf
public DuoMfaAuthModuleConf()
-
-
Method Details
-
getFriendlyName
- Specified by:
getFriendlyName
in interfaceMFAAuthModuleConf
-
getIntegrationKey
-
setIntegrationKey
-
getSecretKey
-
setSecretKey
-
getApiHost
-
setApiHost
-
map
- Specified by:
map
in interfaceAuthModuleConf
-