Uses of Class
org.apache.syncope.common.lib.auth.GoogleMfaAuthModuleConf.CryptoStrategy
-
Packages that use GoogleMfaAuthModuleConf.CryptoStrategy Package Description org.apache.syncope.common.lib.auth -
-
Uses of GoogleMfaAuthModuleConf.CryptoStrategy in org.apache.syncope.common.lib.auth
Methods in org.apache.syncope.common.lib.auth that return GoogleMfaAuthModuleConf.CryptoStrategy Modifier and Type Method Description GoogleMfaAuthModuleConf.CryptoStrategy
GoogleMfaAuthModuleConf. getCryptoStrategy()
static GoogleMfaAuthModuleConf.CryptoStrategy
GoogleMfaAuthModuleConf.CryptoStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static GoogleMfaAuthModuleConf.CryptoStrategy[]
GoogleMfaAuthModuleConf.CryptoStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib.auth with parameters of type GoogleMfaAuthModuleConf.CryptoStrategy Modifier and Type Method Description void
GoogleMfaAuthModuleConf. setCryptoStrategy(GoogleMfaAuthModuleConf.CryptoStrategy cryptoStrategy)
-