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.CryptoStrategyGoogleMfaAuthModuleConf. getCryptoStrategy()static GoogleMfaAuthModuleConf.CryptoStrategyGoogleMfaAuthModuleConf.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 voidGoogleMfaAuthModuleConf. setCryptoStrategy(GoogleMfaAuthModuleConf.CryptoStrategy cryptoStrategy)
-