Uses of Enum Class
ca.cdr.api.model.enm.UserTwoFactorAuthEnum
Packages that use UserTwoFactorAuthEnum
-
Uses of UserTwoFactorAuthEnum in ca.cdr.api.model.enm
Methods in ca.cdr.api.model.enm that return UserTwoFactorAuthEnumModifier and TypeMethodDescriptionstatic UserTwoFactorAuthEnum
Returns the enum constant of this class with the specified name.static UserTwoFactorAuthEnum[]
UserTwoFactorAuthEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UserTwoFactorAuthEnum in ca.cdr.api.model.json
Methods in ca.cdr.api.model.json that return UserTwoFactorAuthEnumMethods in ca.cdr.api.model.json with parameters of type UserTwoFactorAuthEnumModifier and TypeMethodDescriptionUserDetailsJson.setTwoFactorAuthStatus
(UserTwoFactorAuthEnum theTwoFactorAuthStatus)