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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) voidsetApiHost(String apiHost) voidsetIntegrationKey(String integrationKey) voidsetSecretKey(String secretKey)
-
Constructor Details
-
DuoMfaAuthModuleConf
public DuoMfaAuthModuleConf()
-
-
Method Details
-
getFriendlyName
- Specified by:
getFriendlyNamein interfaceMFAAuthModuleConf
-
getIntegrationKey
-
setIntegrationKey
-
getSecretKey
-
setSecretKey
-
getApiHost
-
setApiHost
-
map
- Specified by:
mapin interfaceAuthModuleConf
-