Uses of Enum Class
org.opencms.security.twofactor.CmsTwoFactorAuthenticationUserPolicy.CheckType
Packages that use CmsTwoFactorAuthenticationUserPolicy.CheckType
-
Uses of CmsTwoFactorAuthenticationUserPolicy.CheckType in org.opencms.security.twofactor
Methods in org.opencms.security.twofactor that return CmsTwoFactorAuthenticationUserPolicy.CheckTypeModifier and TypeMethodDescriptionCmsTwoFactorAuthenticationUserPolicy.Rule.getType()Gets the match type, which determines what the name is compared to.Returns the enum constant of this class with the specified name.CmsTwoFactorAuthenticationUserPolicy.CheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opencms.security.twofactor with parameters of type CmsTwoFactorAuthenticationUserPolicy.CheckTypeModifierConstructorDescriptionRule(CmsTwoFactorAuthenticationUserPolicy.CheckType type, String value) Creates a new rule.