Uses of Enum Class
io.datarouter.auth.role.DatarouterUserRole
Packages that use DatarouterUserRole
-
Uses of DatarouterUserRole in io.datarouter.auth.role
Fields in io.datarouter.auth.role with type parameters of type DatarouterUserRoleModifier and TypeFieldDescriptionstatic final io.datarouter.enums.StringMappedEnum<DatarouterUserRole> DatarouterUserRole.BY_PERSISTENT_STRINGMethods in io.datarouter.auth.role that return DatarouterUserRoleModifier and TypeMethodDescriptionDatarouterUserRole.fromPersistentString(String str) static DatarouterUserRoleReturns the enum constant of this class with the specified name.static DatarouterUserRole[]DatarouterUserRole.values()Returns an array containing the constants of this enum class, in the order they are declared.