Uses of Enum Class
io.datarouter.auth.role.RoleRiskFactor
Packages that use RoleRiskFactor
-
Uses of RoleRiskFactor in io.datarouter.auth.role
Fields in io.datarouter.auth.role declared as RoleRiskFactorFields in io.datarouter.auth.role with type parameters of type RoleRiskFactorModifier and TypeFieldDescriptionstatic final Map<RoleRiskFactor, String> RoleRiskFactor.DESCRIPTIONS_BY_RISK_FACTORMethods in io.datarouter.auth.role that return RoleRiskFactorModifier and TypeMethodDescriptionstatic RoleRiskFactorReturns the enum constant of this class with the specified name.static RoleRiskFactor[]RoleRiskFactor.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.datarouter.auth.role with parameters of type RoleRiskFactorModifierConstructorDescriptionRole(String persistentString, String description, RoleRiskFactor riskFactor)